]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
arm64: dts: qcom: pm8916: Add PON watchdog node
authorLoic Poulain <loic.poulain@linaro.org>
Fri, 23 Nov 2018 08:44:38 +0000 (09:44 +0100)
committerAndy Gross <andy.gross@linaro.org>
Mon, 14 Jan 2019 06:15:12 +0000 (00:15 -0600)
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>
arch/arm64/boot/dts/qcom/pm8916.dtsi

index 15a37cbcd2164240c03852a23e34a03b944fa386..9dd2df1cbf47d7d19271c736eb319e6168819044 100644 (file)
                                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 {