arm64: dts: atoll: disable watchdog during suspend

Disable the MSM watchdog during suspend by removing "qcom,wakeup-enable".
Some watchdog timed out reset issues showed watchdog
expiration issues happened during suspend, especially when waiting for
s2idle_wait_head in s2idle_enter. But due to external interrupts are
disabled before this function, the watchdog petting timer might not
working as expectation. To avoid introducing watchdog reset when
execution of suspend/resume is not hang, remove "qcom,wakeup-enable" to
disable the feature.

Bug: 190429220
Change-Id: I7ce0ef57da15925cd024d602039d303c523bfd9b
Merged-In: I7ce0ef57da15925cd024d602039d303c523bfd9b
Signed-off-by: Woody Lin <woodylin@google.com>
(cherry picked from commit da702ade8884424ee578a3db2d4aaa217d8b85d6)
[dereference23: Apply for atoll]
Signed-off-by: Alexander Winkowski <dereference23@outlook.com>
fourteen
Woody Lin 3 years ago committed by Jenna
parent 1261d4cd07
commit 196ce9a699
  1. 1
      arch/arm64/boot/dts/qcom/atoll.dtsi

@ -1400,7 +1400,6 @@
qcom,bark-time = <11000>;
qcom,pet-time = <9360>;
qcom,ipi-ping;
qcom,wakeup-enable;
qcom,scandump-sizes = <0x10100 0x10100 0x10100 0x10100
0x10100 0x10100 0x25900 0x25900>;
};

Loading…
Cancel
Save