Message ID | 20230217134107.13946-4-quic_devipriy@quicinc.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Add APSS clock controller support for IPQ9574 | expand |
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
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:
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(+)