]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
arm: mvebu: Armada XP MV78230 has two cores, not one
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 6 Jan 2013 10:10:40 +0000 (11:10 +0100)
committerJason Cooper <jason@lakedaemon.net>
Sun, 6 Jan 2013 17:53:16 +0000 (17:53 +0000)
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>
arch/arm/boot/dts/armada-xp-mv78230.dtsi

index c45c7b4dc35230c52957fb1d32054a261e66e2ad..8f90fac1d991bee354faaca7b58cac77c164d7f9 100644 (file)
                reg = <0>;
                clocks = <&cpuclk 0>;
            };
+
+           cpu@1 {
+               device_type = "cpu";
+               compatible = "marvell,sheeva-v7";
+               reg = <1>;
+               clocks = <&cpuclk 1>;
+           };
        }
 
        soc {