diff options
author | Fabio Estevam <festevam@gmail.com> | 2018-09-11 16:10:45 -0400 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-09-25 22:19:22 -0400 |
commit | 48d34c4acfca5a6cc317dbe5e9f33abceab9d72f (patch) | |
tree | 9e52a0b5e6dcf9bae55382554fca491bf1d28fbb | |
parent | 555d111dc2d8ab540b6738ac77a2c07374816d9a (diff) |
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>
-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 @@ | |||
346 | status = "disabled"; | 346 | status = "disabled"; |
347 | }; | 347 | }; |
348 | 348 | ||
349 | &wdog1 { | ||
350 | status = "disabled"; | ||
351 | }; | ||
352 | |||
349 | &iomuxc { | 353 | &iomuxc { |
350 | pinctrl_ecspi1: ecspi1grp { | 354 | pinctrl_ecspi1: ecspi1grp { |
351 | fsl,pins = < | 355 | fsl,pins = < |