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>
This commit is contained in:
Lorenzo Pieralisi 2013-04-18 18:29:34 +01:00
parent 2e0d513f8e
commit 7a7ed29072
1 changed files with 4 additions and 0 deletions

View File

@ -23,8 +23,12 @@
compatible = "marvell,armada-370-xp";
cpus {
#address-cells = <1>;
#size-cells = <0>;
cpu@0 {
compatible = "marvell,sheeva-v7";
device_type = "cpu";
reg = <0>;
};
};