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

Add watchdog child node to the PM8916 PON device.

Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
Loic Poulain 2018-11-23 09:44:38 +01:00 committed by Andy Gross
parent ff10032fb3
commit 0f60e6fb54
1 changed files with 6 additions and 0 deletions

View File

@ -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 {