2024-04-08 19:32:42

by Luca Weiss

[permalink] [raw]
Subject: [PATCH 1/2] dt-bindings: mailbox: qcom: Add MSM8974 APCS compatible

Add compatible for the Qualcomm MSM8974 APCS block.

Signed-off-by: Luca Weiss <[email protected]>
---
Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml
index 79eb523b8436..982c741e6225 100644
--- a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml
+++ b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml
@@ -30,6 +30,7 @@ properties:
- const: syscon
- items:
- enum:
+ - qcom,msm8974-apcs-kpss-global
- qcom,msm8976-apcs-kpss-global
- const: qcom,msm8994-apcs-kpss-global
- const: syscon

--
2.44.0



2024-04-09 06:37:20

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 1/2] dt-bindings: mailbox: qcom: Add MSM8974 APCS compatible

On 08/04/2024 21:32, Luca Weiss wrote:
> Add compatible for the Qualcomm MSM8974 APCS block.

"... The block is already used in DTS, but without any SoC specific
compatible."

Reviewed-by: Krzysztof Kozlowski <[email protected]>


Best regards,
Krzysztof


Subject: Re: [PATCH 1/2] dt-bindings: mailbox: qcom: Add MSM8974 APCS compatible

Il 08/04/24 21:32, Luca Weiss ha scritto:
> Add compatible for the Qualcomm MSM8974 APCS block.
>
> Signed-off-by: Luca Weiss <[email protected]>

Reviewed-by: AngeloGioacchino Del Regno <[email protected]>