Skip to content

Commit 44cfae9

Browse files
tpetazzoniJason Cooper
authored andcommitted
arm: mvebu: Armada XP MV78230 has two cores, not one
Contrary to our understanding at the time armada-xp-mv78230.dtsi was written, the MV78230 variant of the Armada XP SoC has two cores and not one. This patch updates the .dtsi file to take into account this reality. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
1 parent 3810e63 commit 44cfae9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

arch/arm/boot/dts/armada-xp-mv78230.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@
3434
reg = <0>;
3535
clocks = <&cpuclk 0>;
3636
};
37+
38+
cpu@1 {
39+
device_type = "cpu";
40+
compatible = "marvell,sheeva-v7";
41+
reg = <1>;
42+
clocks = <&cpuclk 1>;
43+
};
3744
}
3845

3946
soc {

0 commit comments

Comments
 (0)