Message ID | 20250408-wdt_reset_reason-v1-1-e6ec30c2c926@oss.qualcomm.com (mailing list archive) |
---|---|
State | Superseded, archived |
Headers | show |
Series | Add support to read the restart reason from IMEM | expand |
On 08/04/2025 10:49, Kathiravan Thirumoorthy wrote: > Add compatible for Qualcomm's IPQ5424 IMEM. > > Signed-off-by: Kathiravan Thirumoorthy <kathiravan.thirumoorthy@oss.qualcomm.com> > --- > Documentation/devicetree/bindings/sram/qcom,imem.yaml | 1 + > 1 file changed, 1 insertion(+) Why is this RFC? What is not finished here? I could not find explanation in cover letter. Best regards, Krzysztof
On 4/9/2025 12:28 PM, Krzysztof Kozlowski wrote: > On 08/04/2025 10:49, Kathiravan Thirumoorthy wrote: >> Add compatible for Qualcomm's IPQ5424 IMEM. >> >> Signed-off-by: Kathiravan Thirumoorthy <kathiravan.thirumoorthy@oss.qualcomm.com> >> --- >> Documentation/devicetree/bindings/sram/qcom,imem.yaml | 1 + >> 1 file changed, 1 insertion(+) > Why is this RFC? What is not finished here? I could not find explanation > in cover letter. I added the IMEM node to retrieve the restart reason which is used in this series. Since I wasn't sure about the idea which is followed here, I made the whole series as RFC. Going forward, I shall explain why the series is made as RFC in cover letter. With respect to this patch, nothing is pending. I can separate out the dt-binding and DTS for IMEM from this series and post it. Please let me know. > > Best regards, > Krzysztof
diff --git a/Documentation/devicetree/bindings/sram/qcom,imem.yaml b/Documentation/devicetree/bindings/sram/qcom,imem.yaml index 2711f90d9664b70fcd1e2f7e2dfd3386ed5c1952..dec1b1ee924cf1386f559eb262ea864f2788c165 100644 --- a/Documentation/devicetree/bindings/sram/qcom,imem.yaml +++ b/Documentation/devicetree/bindings/sram/qcom,imem.yaml @@ -18,6 +18,7 @@ properties: items: - enum: - qcom,apq8064-imem + - qcom,ipq5424-imem - qcom,msm8226-imem - qcom,msm8974-imem - qcom,msm8976-imem
Add compatible for Qualcomm's IPQ5424 IMEM. Signed-off-by: Kathiravan Thirumoorthy <kathiravan.thirumoorthy@oss.qualcomm.com> --- Documentation/devicetree/bindings/sram/qcom,imem.yaml | 1 + 1 file changed, 1 insertion(+)