Set ping-during-suspend for the reMarkable watchdog timer to avoid the device rebooting when asleep. Signed-off-by: Alistair Francis <alistair@xxxxxxxxxxxxx> --- arch/arm/boot/dts/imx7d-remarkable2.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/imx7d-remarkable2.dts b/arch/arm/boot/dts/imx7d-remarkable2.dts index 89cbf13097a4..99a453108af7 100644 --- a/arch/arm/boot/dts/imx7d-remarkable2.dts +++ b/arch/arm/boot/dts/imx7d-remarkable2.dts @@ -115,6 +115,7 @@ &wdog1 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_wdog>; fsl,ext-reset-output; + fsl,ping-during-suspend; }; &iomuxc { -- 2.31.1