[PATCH 2/2] sunxi: a10s: dtsi: Convert cpu node to the new cpu bindings
From: Maxime Ripard <hidden>
Date: 2013-06-28 16:44:33
Also in:
lkml
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Maxime Ripard <hidden>
Date: 2013-06-28 16:44:33
Also in:
lkml
Subsystem:
the rest · Maintainer:
Linus Torvalds
The A10s DTSI was merged without the newer cpu bindings, leading to a warning being displayed at boot time. Convert the A10s DTSI to these new bindings, and thus remove the warning. Signed-off-by: Maxime Ripard <redacted> --- arch/arm/boot/dts/sun5i-a10s.dtsi | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/arch/arm/boot/dts/sun5i-a10s.dtsi b/arch/arm/boot/dts/sun5i-a10s.dtsi
index 2307ce8..55c086e 100644
--- a/arch/arm/boot/dts/sun5i-a10s.dtsi
+++ b/arch/arm/boot/dts/sun5i-a10s.dtsi@@ -18,7 +18,9 @@ cpus { cpu at 0 { + device_type = "cpu"; compatible = "arm,cortex-a8"; + reg = <0x0>; }; };
--
1.8.3.1