From: Lucas Stach <[email protected]> The system has an external watchdog in the environment processor so the internal watchdog is of no use.
Cc: Sascha Hauer <[email protected]> Cc: Fabio Estevam <[email protected]> Cc: Rob Herring <[email protected]> Cc: Mark Rutland <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Reviewed-by: Fabio Estevam <[email protected]> Signed-off-by: Lucas Stach <[email protected]> Signed-off-by: Andrey Smirnov <[email protected]> --- Changes since [v2]: - Collected Reviewed-by from Fabio - Moved wdog to be after audmux Changes since [v1]: - Submission updated to have correct "From" field. [v2] lkml.kernel.org/r/[email protected] [v1] lkml.kernel.org/r/[email protected] arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi index 881c3ee71016..199fda67f84f 100644 --- a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi +++ b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi @@ -859,6 +859,10 @@ }; }; +&wdog1 { + status = "disabled"; +}; + &iomuxc { pinctrl_accel: accelgrp { fsl,pins = < -- 2.14.3

