mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
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>
This commit is contained in:
parent
9076cbaa77
commit
7be88ea9fd
|
|
@ -102,6 +102,10 @@ &usdhc2 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
&wdog1 {
|
||||
fsl,suspend-in-wait;
|
||||
};
|
||||
|
||||
&iomuxc {
|
||||
pinctrl_enet1: enet1grp {
|
||||
fsl,pins = <
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user