Skip to content

Commit

Permalink
arm64: dts: qcom: pm8916: Add PON watchdog node
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Loic Poulain authored and Andy Gross committed Jan 14, 2019
1 parent ff10032 commit 0f60e6f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm64/boot/dts/qcom/pm8916.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0f60e6f

Please sign in to comment.