]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: sunxi: dt: Convert to the new SID compatibles
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 2 Feb 2014 13:52:06 +0000 (14:52 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Feb 2014 23:30:34 +0000 (15:30 -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 040bb0eba1526f9747ad9955f874c39f3a757d85..7b10f85ef988b6797d06fe38b8693640765e1e61 100644 (file)
                };
 
                sid: eeprom@01c23800 {
-                       compatible = "allwinner,sun4i-sid";
+                       compatible = "allwinner,sun4i-a10-sid";
                        reg = <0x01c23800 0x10>;
                };
 
index ea16054857a497e4794167402d4a0a456f2f378f..6d287a0dac5db5e5cbbf25f8098c89f3457e1e48 100644 (file)
                };
 
                sid: eeprom@01c23800 {
-                       compatible = "allwinner,sun4i-sid";
+                       compatible = "allwinner,sun4i-a10-sid";
                        reg = <0x01c23800 0x10>;
                };
 
index 320335abfccd763118408f3f836c0fba39ca6f69..f49eb13c33c32b8fbe819355d1a77b082b755b14 100644 (file)
                };
 
                sid: eeprom@01c23800 {
-                       compatible = "allwinner,sun4i-sid";
+                       compatible = "allwinner,sun4i-a10-sid";
                        reg = <0x01c23800 0x10>;
                };