]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: sunxi: dt: Update the watchdog compatibles
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Fri, 7 Feb 2014 21:29:26 +0000 (22:29 +0100)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 13 Mar 2014 10:28:34 +0000 (11:28 +0100)
The watchdog compatibles were following a different pattern than the one found
in the other devices. Now that the driver supports the right pattern, switch to
it in the DT.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun4i-a10.dtsi
arch/arm/boot/dts/sun5i-a10s.dtsi
arch/arm/boot/dts/sun5i-a13.dtsi
arch/arm/boot/dts/sun6i-a31.dtsi
arch/arm/boot/dts/sun7i-a20.dtsi

index 56eaf11c44681f23ecba51cd76a104ba89d36df8..385ce919326daab32e00a72bf659cb5a14d26e07 100644 (file)
                };
 
                wdt: watchdog@01c20c90 {
-                       compatible = "allwinner,sun4i-wdt";
+                       compatible = "allwinner,sun4i-a10-wdt";
                        reg = <0x01c20c90 0x10>;
                };
 
index fc1ee20a34d1366e4bb5bc02e50983bab94bfef1..efe870508d812866c540334b168300cbbfa3b989 100644 (file)
                };
 
                wdt: watchdog@01c20c90 {
-                       compatible = "allwinner,sun4i-wdt";
+                       compatible = "allwinner,sun4i-a10-wdt";
                        reg = <0x01c20c90 0x10>;
                };
 
index 8931c0895c7d14bd2f7970cb25f4fd221a5a1531..7c6bb1bde9dd842516761f88f378b542218d6da0 100644 (file)
                };
 
                wdt: watchdog@01c20c90 {
-                       compatible = "allwinner,sun4i-wdt";
+                       compatible = "allwinner,sun4i-a10-wdt";
                        reg = <0x01c20c90 0x10>;
                };
 
index 7fff9a20f079367bbe2120669ce911123a40ed45..922864c2e1a145bfce6168c6441c21be2c01baeb 100644 (file)
                };
 
                wdt1: watchdog@01c20ca0 {
-                       compatible = "allwinner,sun6i-wdt";
+                       compatible = "allwinner,sun6i-a31-wdt";
                        reg = <0x01c20ca0 0x20>;
                };
 
index f1d903f678caa47795a92587e7db50ab645f0b6d..ed43a5cee35ac26e24b1304a47e0f8d239544089 100644 (file)
                };
 
                wdt: watchdog@01c20c90 {
-                       compatible = "allwinner,sun4i-wdt";
+                       compatible = "allwinner,sun4i-a10-wdt";
                        reg = <0x01c20c90 0x10>;
                };