Commit 0f60e6fb authored by Loic Poulain's avatar Loic Poulain Committed by Andy Gross
Browse files

arm64: dts: qcom: pm8916: Add PON watchdog node



Add watchdog child node to the PM8916 PON device.

Signed-off-by: default avatarLoic Poulain <loic.poulain@linaro.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent ff10032f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -32,6 +32,12 @@
				bias-pull-up;
				linux,code = <KEY_POWER>;
			};

			watchdog {
				compatible = "qcom,pm8916-wdt";
				interrupts = <0x0 0x8 6 IRQ_TYPE_EDGE_RISING>;
				timeout-sec = <60>;
			};
		};

		pm8916_gpios: gpios@c000 {