diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2019-03-06 14:12:47 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-03-20 22:52:42 +0800 |
commit | 574e852f99c36ea867f621b748771d4d8b3c3f98 (patch) | |
tree | 06a6e170d0898d8a59e859260983cd32b82d3726 /arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi | |
parent | d058ad0e3856578a9821330edc583cc4349b179d (diff) | |
download | linux-574e852f99c36ea867f621b748771d4d8b3c3f98.tar.bz2 |
ARM: dts: imx6: RDU2: add switch watchdog device
This adds the i2c device node for the ethernet switch watchdog.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi index 69942c7ff89d..7f920e0243ec 100644 --- a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi +++ b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi @@ -528,6 +528,11 @@ }; }; + watchdog@38 { + compatible = "zii,rave-wdt"; + reg = <0x38>; + }; + temp-sense@48 { compatible = "national,lm75"; reg = <0x48>; |