Message ID | 20250416-wdt_reset_reason-v2-4-c65bba312914@oss.qualcomm.com |
---|---|
State | New |
Headers | show |
Series | Add support to read the restart reason from IMEM | expand |
On Wed, Apr 16, 2025 at 01:59:21PM +0530, Kathiravan Thirumoorthy wrote: > 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@oss.qualcomm.com> > --- > Changes in v2: > - New Patch > --- > arch/arm64/boot/dts/qcom/ipq5424.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Just so it is abundantly clear. NAK. See my reply on the binding patch. > > 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 >
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>;
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@oss.qualcomm.com> --- Changes in v2: - New Patch --- arch/arm64/boot/dts/qcom/ipq5424.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)