diff options
author | Tony Prisk <linux@prisktech.co.nz> | 2013-04-23 10:33:44 +1200 |
---|---|---|
committer | Tony Prisk <linux@prisktech.co.nz> | 2013-05-12 16:17:44 +1200 |
commit | 7ec13d42f6d7e37fabe09dfd0d257a87f6bf2ee9 (patch) | |
tree | ede3a2b40b5d77f25bb2f0677dda88896d725114 /arch/arm/boot/dts/wm8505.dtsi | |
parent | f722406faae2d073cc1d01063d1123c35425939e (diff) |
dts: vt8500: Fix invalid/missing cpu nodes for soc files.
vt8500, wm8650 and wm8850 have no cpu node specified.
wm8505 has a cpu node which contains an invalid compatible string, and
is missing the other required properties.
Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
Diffstat (limited to 'arch/arm/boot/dts/wm8505.dtsi')
-rw-r--r-- | arch/arm/boot/dts/wm8505.dtsi | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/wm8505.dtsi b/arch/arm/boot/dts/wm8505.dtsi index b2bf359e852f..35d9ead79513 100644 --- a/arch/arm/boot/dts/wm8505.dtsi +++ b/arch/arm/boot/dts/wm8505.dtsi @@ -12,8 +12,12 @@ compatible = "wm,wm8505"; cpus { - cpu@0 { - compatible = "arm,arm926ejs"; + #address-cells = <0>; + #size-cells = <0>; + + cpu { + device_type = "cpu"; + compatible = "arm,arm926ej-s"; }; }; |