[PATCH V2 3/5] dt-bindings: mailbox: qcom: add compatible for IPQ9574 SoC

Devi Priya posted 5 patches 2 years, 6 months ago
There is a newer version of this series
[PATCH V2 3/5] dt-bindings: mailbox: qcom: add compatible for IPQ9574 SoC
Posted by Devi Priya 2 years, 6 months ago
Add the mailbox compatible for IPQ9574 SoC

Signed-off-by: Devi Priya <quic_devipriy@quicinc.com>
---
 Changes in V2:
	- Rebased the changes on the below patch set which adds fallback
	  support to ipq6018 compatible to avoid bloating the driver
          https://lore.kernel.org/linux-arm-msm/20230217083308.12017-5-quic_kathirav@quicinc.com/
	- Did not pick up the R-b tag as the changes were modified to
	  support the fallback mechanism

 .../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 71195c0cadf9..dfb6a3453267 100644
--- a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml
+++ b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml
@@ -19,6 +19,7 @@ properties:
       - items:
           - enum:
               - qcom,ipq5332-apcs-apps-global
+              - qcom,ipq9574-apcs-apps-global
           - const: qcom,ipq6018-apcs-apps-global
       - items:
           - enum:
-- 
2.17.1
Re: [PATCH V2 3/5] dt-bindings: mailbox: qcom: add compatible for IPQ9574 SoC
Posted by Krzysztof Kozlowski 2 years, 6 months ago
On 17/02/2023 14:41, Devi Priya wrote:
> Add the mailbox compatible for IPQ9574 SoC
> 
> Signed-off-by: Devi Priya <quic_devipriy@quicinc.com>
> ---
>  Changes in V2:

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof