[PATCH v2 4/5] arm64: dts: qcom: ipq5424: drop the fallback WDT compatible

From: Kathiravan Thirumoorthy
Date: Wed Apr 16 2025 - 04:30:49 EST


To retrieve the restart reason from IMEM, certain device specific data
to be used. To achieve that, drop the fallback compatible.

Signed-off-by: Kathiravan Thirumoorthy <kathiravan.thirumoorthy@xxxxxxxxxxxxxxxx>
---
Changes in v2:
- New Patch
---
arch/arm64/boot/dts/qcom/ipq5424.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/ipq5424.dtsi b/arch/arm64/boot/dts/qcom/ipq5424.dtsi
index 4f18ea79502738c2b9cb4b13e8eb4ac4ddd89adf..21252352b7328e4a1b7ba6ca7080f73722f097ad 100644
--- a/arch/arm64/boot/dts/qcom/ipq5424.dtsi
+++ b/arch/arm64/boot/dts/qcom/ipq5424.dtsi
@@ -376,7 +376,7 @@ intc: interrupt-controller@f200000 {
};

watchdog@f410000 {
- compatible = "qcom,apss-wdt-ipq5424", "qcom,kpss-wdt";
+ compatible = "qcom,apss-wdt-ipq5424";
reg = <0 0x0f410000 0 0x1000>;
interrupts = <GIC_SPI 0 IRQ_TYPE_EDGE_RISING>;
clocks = <&sleep_clk>;

--
2.34.1