commit | eb2b9d47dd907eba5d766d942723811393454346 | [log] [tgz] |
---|---|---|
author | Heiko Stuebner <heiko@sntech.de> | Wed Jul 30 10:16:17 2014 +0200 |
committer | Heiko Stuebner <heiko@sntech.de> | Wed Jul 30 12:14:44 2014 +0200 |
tree | ec13560c687ea829cfa27611c00b3de885ddec6b | |
parent | 23c93bc92ca13094254277816e6b672d4bb4f24c [diff] [blame] |
ARM: dts: rockchip: add watchdog node This adds the Designware compatible watchdog found on RK3xxx Cortex-A9 SoCs. Signed-off-by: Heiko Stuebner <heiko@sntech.de>
diff --git a/arch/arm/boot/dts/rk3066a.dtsi b/arch/arm/boot/dts/rk3066a.dtsi index 9c34da4..879a818 100644 --- a/arch/arm/boot/dts/rk3066a.dtsi +++ b/arch/arm/boot/dts/rk3066a.dtsi
@@ -425,3 +425,7 @@ pinctrl-names = "default"; pinctrl-0 = <&uart3_xfer>; }; + +&wdt { + compatible = "rockchip,rk3066-wdt", "snps,dw-wdt"; +};