diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-07-12 00:34:27 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-07-17 05:56:18 +0300 |
commit | 497f6ee16b05621bf118517dd4b7848836d9767e (patch) | |
tree | 3b6012e1eec86ac82cd95a4dc067b09cf6a5f874 /arch/arm/boot/dts/imx51-zii-rdu1.dts | |
parent | 4a2190aa2e92ba66d46e6bfdb8c68431e0ed9ced (diff) | |
download | linux-497f6ee16b05621bf118517dd4b7848836d9767e.tar.xz |
ARM: dts: imx51-zii-rdu1: Disable internal watchdog
imx51-zii-rdu1 has an external watchdog in the environment
microcontroller, so disable the internal one.
This aligns with what was done in commit 7055f714032c ("ARM: dts:
imx6: RDU2: disable internal watchdog") for imx6 rdu2 board.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx51-zii-rdu1.dts')
-rw-r--r-- | arch/arm/boot/dts/imx51-zii-rdu1.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx51-zii-rdu1.dts b/arch/arm/boot/dts/imx51-zii-rdu1.dts index aede622c47a5..1217e196b93a 100644 --- a/arch/arm/boot/dts/imx51-zii-rdu1.dts +++ b/arch/arm/boot/dts/imx51-zii-rdu1.dts @@ -668,6 +668,10 @@ status = "okay"; }; +&wdog1 { + status = "disabled"; +}; + &iomuxc { pinctrl_ampgpio: ampgpiogrp { fsl,pins = < |