diff options
author | Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> | 2013-04-18 13:29:34 -0400 |
---|---|---|
committer | Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> | 2013-05-23 05:45:09 -0400 |
commit | 7a7ed290720b15dbf1a06298c7b014eb697ff2c8 (patch) | |
tree | fa488eab11f577800b4f531fd7e544bc9018fd3b /arch/arm | |
parent | 2e0d513f8e9f2d17ea3df9eb43dd4697a250b59c (diff) |
ARM: dts: armada-370-xp: cpus/cpu node dts updates
This patch updates the in-kernel dts files according to the latest cpus
and cpu bindings updates for ARM.
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/armada-370-xp.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/armada-370-xp.dtsi b/arch/arm/boot/dts/armada-370-xp.dtsi index 272bbc65fab0..2407903552fa 100644 --- a/arch/arm/boot/dts/armada-370-xp.dtsi +++ b/arch/arm/boot/dts/armada-370-xp.dtsi | |||
@@ -23,8 +23,12 @@ | |||
23 | compatible = "marvell,armada-370-xp"; | 23 | compatible = "marvell,armada-370-xp"; |
24 | 24 | ||
25 | cpus { | 25 | cpus { |
26 | #address-cells = <1>; | ||
27 | #size-cells = <0>; | ||
26 | cpu@0 { | 28 | cpu@0 { |
27 | compatible = "marvell,sheeva-v7"; | 29 | compatible = "marvell,sheeva-v7"; |
30 | device_type = "cpu"; | ||
31 | reg = <0>; | ||
28 | }; | 32 | }; |
29 | }; | 33 | }; |
30 | 34 | ||