Message ID | 20230217134107.13946-2-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: > IPQ9574 uses A73 PLL of type Huayra. > Add the IPQ9574 A73 compatible to A53 bindings as the PLL > properties match with that of A53 > > Signed-off-by: Devi Priya <quic_devipriy@quicinc.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/clock/qcom,a53pll.yaml b/Documentation/devicetree/bindings/clock/qcom,a53pll.yaml index 3b6169f30154..476e81ad1a0c 100644 --- a/Documentation/devicetree/bindings/clock/qcom,a53pll.yaml +++ b/Documentation/devicetree/bindings/clock/qcom,a53pll.yaml @@ -19,6 +19,7 @@ properties: - qcom,ipq5332-a53pll - qcom,ipq6018-a53pll - qcom,ipq8074-a53pll + - qcom,ipq9574-a73pll - qcom,msm8916-a53pll - qcom,msm8939-a53pll
IPQ9574 uses A73 PLL of type Huayra. Add the IPQ9574 A73 compatible to A53 bindings as the PLL properties match with that of A53 Signed-off-by: Devi Priya <quic_devipriy@quicinc.com> --- Changes in V2: - Dropped the qcom,a73pll.yaml and added the ipq9574 compatible to qcom,a53pll.yaml as suggested by konrad Documentation/devicetree/bindings/clock/qcom,a53pll.yaml | 1 + 1 file changed, 1 insertion(+)