Message ID | 1654080312-5408-11-git-send-email-quic_rohiagar@quicinc.com |
---|---|
State | Accepted |
Commit | 39eebfce4bdb88f53959d570ab9c8956bb9f0988 |
Headers | show |
Series | None | expand |
On Wed, 1 Jun 2022 16:15:11 +0530, Rohit Agarwal wrote: > Enable Watchdog support for Application Processor Subsystem (APSS) block > on SDX65 platform. > > Applied, thanks! [10/11] ARM: dts: qcom: sdx65: Add Watchdog support commit: 39eebfce4bdb88f53959d570ab9c8956bb9f0988 Best regards,
diff --git a/arch/arm/boot/dts/qcom-sdx65.dtsi b/arch/arm/boot/dts/qcom-sdx65.dtsi index 5e4687d..c76f330 100644 --- a/arch/arm/boot/dts/qcom-sdx65.dtsi +++ b/arch/arm/boot/dts/qcom-sdx65.dtsi @@ -513,6 +513,13 @@ #clock-cells = <0>; }; + watchdog@17817000 { + compatible = "qcom,apss-wdt-sdx65", "qcom,kpss-wdt"; + reg = <0x17817000 0x1000>; + clocks = <&sleep_clk>; + }; + + timer@17820000 { #address-cells = <1>; #size-cells = <1>;
Enable Watchdog support for Application Processor Subsystem (APSS) block on SDX65 platform. Signed-off-by: Rohit Agarwal <quic_rohiagar@quicinc.com> --- arch/arm/boot/dts/qcom-sdx65.dtsi | 7 +++++++ 1 file changed, 7 insertions(+)