diff options
author | Fabio Estevam <festevam@gmail.com> | 2018-09-11 22:10:45 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-09-26 04:19:22 +0200 |
commit | 48d34c4acfca5a6cc317dbe5e9f33abceab9d72f (patch) | |
tree | 9e52a0b5e6dcf9bae55382554fca491bf1d28fbb /arch/arm/boot/dts/imx51-zii-scu2-mezz.dts | |
parent | ARM: dts: imx51-zii-scu2-mezz: Disable VPU (diff) | |
download | linux-48d34c4acfca5a6cc317dbe5e9f33abceab9d72f.tar.xz linux-48d34c4acfca5a6cc317dbe5e9f33abceab9d72f.zip |
ARM: dts: imx51-zii-scu2-mezz: Disable the internal watchdog
imx51-zii-scu2-mezz has an external watchdog in the environment
microcontroller, so disable the internal one.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Acked-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx51-zii-scu2-mezz.dts')
-rw-r--r-- | arch/arm/boot/dts/imx51-zii-scu2-mezz.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx51-zii-scu2-mezz.dts b/arch/arm/boot/dts/imx51-zii-scu2-mezz.dts index fc4a32ce2a23..243d1c8cab0a 100644 --- a/arch/arm/boot/dts/imx51-zii-scu2-mezz.dts +++ b/arch/arm/boot/dts/imx51-zii-scu2-mezz.dts @@ -346,6 +346,10 @@ status = "disabled"; }; +&wdog1 { + status = "disabled"; +}; + &iomuxc { pinctrl_ecspi1: ecspi1grp { fsl,pins = < |