summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/sun7i-a20.dtsi
diff options
context:
space:
mode:
authorMaxime Ripard2014-02-07 22:29:26 +0100
committerMaxime Ripard2014-03-13 11:28:34 +0100
commitca5d04d90825a3f3f2fc1aaba09953a55564e0e8 (patch)
treea49058411b9764e9eb98e4cb6aceee6114124f08 /arch/arm/boot/dts/sun7i-a20.dtsi
parentARM: sun6i: colombus: Enable the I2C controllers (diff)
downloadkernel-qcow2-linux-ca5d04d90825a3f3f2fc1aaba09953a55564e0e8.tar.gz
kernel-qcow2-linux-ca5d04d90825a3f3f2fc1aaba09953a55564e0e8.tar.xz
kernel-qcow2-linux-ca5d04d90825a3f3f2fc1aaba09953a55564e0e8.zip
ARM: sunxi: dt: Update the watchdog compatibles
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>
Diffstat (limited to 'arch/arm/boot/dts/sun7i-a20.dtsi')
-rw-r--r--arch/arm/boot/dts/sun7i-a20.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi
index f1d903f678ca..ed43a5cee35a 100644
--- a/arch/arm/boot/dts/sun7i-a20.dtsi
+++ b/arch/arm/boot/dts/sun7i-a20.dtsi
@@ -660,7 +660,7 @@
};
wdt: watchdog@01c20c90 {
- compatible = "allwinner,sun4i-wdt";
+ compatible = "allwinner,sun4i-a10-wdt";
reg = <0x01c20c90 0x10>;
};