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 56eaf11..385ce91 100644 (file)
                };
 
                wdt: watchdog@01c20c90 {
-                       compatible = "allwinner,sun4i-wdt";
+                       compatible = "allwinner,sun4i-a10-wdt";
                        reg = <0x01c20c90 0x10>;
                };
 
index fc1ee20..efe8705 100644 (file)
                };
 
                wdt: watchdog@01c20c90 {
-                       compatible = "allwinner,sun4i-wdt";
+                       compatible = "allwinner,sun4i-a10-wdt";
                        reg = <0x01c20c90 0x10>;
                };
 
index 8931c08..7c6bb1b 100644 (file)
                };
 
                wdt: watchdog@01c20c90 {
-                       compatible = "allwinner,sun4i-wdt";
+                       compatible = "allwinner,sun4i-a10-wdt";
                        reg = <0x01c20c90 0x10>;
                };
 
index 7fff9a2..922864c 100644 (file)
                };
 
                wdt1: watchdog@01c20ca0 {
-                       compatible = "allwinner,sun6i-wdt";
+                       compatible = "allwinner,sun6i-a31-wdt";
                        reg = <0x01c20ca0 0x20>;
                };
 
index f1d903f..ed43a5c 100644 (file)
                };
 
                wdt: watchdog@01c20c90 {
-                       compatible = "allwinner,sun4i-wdt";
+                       compatible = "allwinner,sun4i-a10-wdt";
                        reg = <0x01c20c90 0x10>;
                };