From a9697e35887e7e3dc1135dd97efd39d46d910e73 Mon Sep 17 00:00:00 2001 From: Mukesh Ojha Date: Tue, 28 Apr 2026 00:36:14 +0530 Subject: [PATCH] dt-bindings: remoteproc: qcom,sm8550-pas: Add Hawi CDSP compatible Document compatible string for the CDSP Peripheral Authentication Service on the Hawi SoC, which is compatible with the Qualcomm SM8550 SoC except for the one additional interrupt ("shutdown-ack") and similar to the Qualcomm Kaanapali SoC, "global_sync_mem" is not managed by the kernel so it remains unlisted. Signed-off-by: Mukesh Ojha Acked-by: Rob Herring (Arm) Link: https://lore.kernel.org/r/20260427190614.3679937-2-mukesh.ojha@oss.qualcomm.com Signed-off-by: Bjorn Andersson --- .../devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml b/Documentation/devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml index 161e9b55cb3e..9f30a38152a3 100644 --- a/Documentation/devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml +++ b/Documentation/devicetree/bindings/remoteproc/qcom,sm8550-pas.yaml @@ -37,6 +37,7 @@ properties: - items: - enum: - qcom,glymur-cdsp-pas + - qcom,hawi-cdsp-pas - qcom,kaanapali-cdsp-pas - const: qcom,sm8550-cdsp-pas - items: @@ -106,6 +107,7 @@ allOf: - qcom,glymur-adsp-pas - qcom,glymur-cdsp-pas - qcom,hawi-adsp-pas + - qcom,hawi-cdsp-pas - qcom,kaanapali-adsp-pas - qcom,kaanapali-cdsp-pas - qcom,sm8750-adsp-pas