ARM: sunxi: dt: Convert to the new SID compatibles
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Fri, 7 Feb 2014 21:20:40 +0000 (22:20 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Feb 2014 21:51:56 +0000 (13:51 -0800)
Switch the device tree to the new compatibles introduced in the SID drivers
to have a common pattern accross all Allwinner SoCs.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/sun4i-a10.dtsi
arch/arm/boot/dts/sun5i-a10s.dtsi
arch/arm/boot/dts/sun5i-a13.dtsi

index 040bb0e..7b10f85 100644 (file)
                };
 
                sid: eeprom@01c23800 {
-                       compatible = "allwinner,sun4i-sid";
+                       compatible = "allwinner,sun4i-a10-sid";
                        reg = <0x01c23800 0x10>;
                };
 
index ea16054..6d287a0 100644 (file)
                };
 
                sid: eeprom@01c23800 {
-                       compatible = "allwinner,sun4i-sid";
+                       compatible = "allwinner,sun4i-a10-sid";
                        reg = <0x01c23800 0x10>;
                };
 
index 320335a..f49eb13 100644 (file)
                };
 
                sid: eeprom@01c23800 {
-                       compatible = "allwinner,sun4i-sid";
+                       compatible = "allwinner,sun4i-a10-sid";
                        reg = <0x01c23800 0x10>;
                };