ARM: dts: pxa2xx: cpus/cpu nodes 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>
This commit is contained in:
Lorenzo Pieralisi 2013-04-23 14:16:13 +01:00
parent cc73f875a1
commit 0336204485
1 changed files with 5 additions and 2 deletions

View File

@ -23,8 +23,11 @@ aliases {
}; };
cpus { cpus {
cpu@0 { #address-cells = <0>;
compatible = "arm,xscale"; #size-cells = <0>;
cpu {
compatible = "marvell,xscale";
device_type = "cpu";
}; };
}; };