diff mbox series

[3/3] arm64: dts: qcom: pm8916: Add PON watchdog node

Message ID 1542443319-23369-3-git-send-email-loic.poulain@linaro.org
State New
Headers show
Series [1/3] watchdog: Add pm8916 watchdog driver | expand

Commit Message

Loic Poulain Nov. 17, 2018, 8:28 a.m. UTC
Add watchdog child node to the PM8916 PON device.

Signed-off-by: Loic Poulain <loic.poulain@linaro.org>

---
 arch/arm64/boot/dts/qcom/pm8916.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

-- 
2.7.4
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/pm8916.dtsi b/arch/arm64/boot/dts/qcom/pm8916.dtsi
index a05ebaf..4dfaf9b 100644
--- a/arch/arm64/boot/dts/qcom/pm8916.dtsi
+++ b/arch/arm64/boot/dts/qcom/pm8916.dtsi
@@ -25,6 +25,10 @@ 
 			mode-bootloader = <0x2>;
 			mode-recovery = <0x1>;
 
+			watchdog {
+				compatible = "qcom,pm8916-wdt";
+			};
+
 			pwrkey {
 				compatible = "qcom,pm8941-pwrkey";
 				interrupts = <0x0 0x8 0 IRQ_TYPE_EDGE_BOTH>;