diff options
| author | Andrej Picej <andrej.picej@norik.com> | 2022-11-04 08:03:58 +0100 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2022-11-11 14:45:50 +0800 |
| commit | 7be88ea9fd47e28d0719a066aa950176ca728857 (patch) | |
| tree | 20c03b2c3ba97b4bfc26a5d96a814c4503a72b2b | |
| parent | 9076cbaa77578c9a9c4f8883e068e5e4cf47c479 (diff) | |
ARM: dts: imx6ul/ull: suspend i.MX6UL watchdog in wait mode
It was discovered that the watchdog triggers when the device is put into
"Suspend-To-Idle"/"freeze" low-power mode. Setting WDW bit disables
watchdog when the device is put into WAIT mode.
Signed-off-by: Andrej Picej <andrej.picej@norik.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
| -rw-r--r-- | arch/arm/boot/dts/imx6ul-phytec-phycore-som.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ul-phytec-phycore-som.dtsi b/arch/arm/boot/dts/imx6ul-phytec-phycore-som.dtsi index 3cddc68917a0..5168ed0ffec3 100644 --- a/arch/arm/boot/dts/imx6ul-phytec-phycore-som.dtsi +++ b/arch/arm/boot/dts/imx6ul-phytec-phycore-som.dtsi @@ -102,6 +102,10 @@ status = "disabled"; }; +&wdog1 { + fsl,suspend-in-wait; +}; + &iomuxc { pinctrl_enet1: enet1grp { fsl,pins = < |
