Skip to content

Commit 914beeb

Browse files
Abel VesaXin Liu
authored andcommitted
FROMGIT: arm64: dts: qcom: hamoa: Add the APSS watchdog
The watchdog support in EL1 is SBSA compliant, handled by Gunyah hypervisor, but in EL2. the watchdog is an instance of the APSS WDT HW block, same as older platforms. So describe the APSS WDT node and mark it as reserved, as it will only be enabled in EL2 overlay. Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/r/20251224-arm64-dts-qcom-x1e80100-el2-add-apss-wdt-v3-2-1801c55d2883@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Xin Liu <xin.liu@oss.qualcomm.com>
1 parent 4eea14c commit 914beeb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/hamoa.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9963,6 +9963,14 @@
99639963
};
99649964
};
99659965

9966+
apss_watchdog: watchdog@17410000 {
9967+
compatible = "qcom,apss-wdt-x1e80100", "qcom,kpss-wdt";
9968+
reg = <0x0 0x17410000 0x0 0x1000>;
9969+
clocks = <&sleep_clk>;
9970+
interrupts = <GIC_SPI 0 IRQ_TYPE_EDGE_RISING>;
9971+
status = "reserved"; /* Reserved by Gunyah */
9972+
};
9973+
99669974
cpucp_mbox: mailbox@17430000 {
99679975
compatible = "qcom,x1e80100-cpucp-mbox";
99689976
reg = <0 0x17430000 0 0x10000>, <0 0x18830000 0 0x10000>;

0 commit comments

Comments
 (0)