diff options
author | Heiko Stuebner <heiko@sntech.de> | 2014-07-30 12:16:17 +0400 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2014-07-30 14:14:44 +0400 |
commit | eb2b9d47dd907eba5d766d942723811393454346 (patch) | |
tree | ec13560c687ea829cfa27611c00b3de885ddec6b /arch/arm/boot/dts/rk3188-radxarock.dts | |
parent | 23c93bc92ca13094254277816e6b672d4bb4f24c (diff) | |
download | linux-eb2b9d47dd907eba5d766d942723811393454346.tar.xz |
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>
Diffstat (limited to 'arch/arm/boot/dts/rk3188-radxarock.dts')
-rw-r--r-- | arch/arm/boot/dts/rk3188-radxarock.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3188-radxarock.dts b/arch/arm/boot/dts/rk3188-radxarock.dts index 4195f5a99e63..171b610db709 100644 --- a/arch/arm/boot/dts/rk3188-radxarock.dts +++ b/arch/arm/boot/dts/rk3188-radxarock.dts @@ -221,3 +221,7 @@ &uart3 { status = "okay"; }; + +&wdt { + status = "okay"; +}; |