diff options
author | Kathiravan T <quic_kathirav@quicinc.com> | 2023-02-17 14:03:05 +0530 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-03-23 07:27:01 -0700 |
commit | 102262767edefbe2560c1111b19b193fcfd9de5d (patch) | |
tree | e3dea0420435439036eda641a4314b677dafefc2 | |
parent | 1d83f18be5ad3054636322925f6614e62cb5ff91 (diff) | |
download | linux-stable-102262767edefbe2560c1111b19b193fcfd9de5d.tar.gz linux-stable-102262767edefbe2560c1111b19b193fcfd9de5d.tar.bz2 linux-stable-102262767edefbe2560c1111b19b193fcfd9de5d.zip |
dt-bindings: clock: qcom,a53pll: add IPQ5332 compatible
Add IPQ5332 compatible to A53 PLL bindings.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230217083308.12017-3-quic_kathirav@quicinc.com
-rw-r--r-- | Documentation/devicetree/bindings/clock/qcom,a53pll.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/clock/qcom,a53pll.yaml b/Documentation/devicetree/bindings/clock/qcom,a53pll.yaml index 525ebaa93c85..3b6169f30154 100644 --- a/Documentation/devicetree/bindings/clock/qcom,a53pll.yaml +++ b/Documentation/devicetree/bindings/clock/qcom,a53pll.yaml @@ -16,6 +16,7 @@ description: properties: compatible: enum: + - qcom,ipq5332-a53pll - qcom,ipq6018-a53pll - qcom,ipq8074-a53pll - qcom,msm8916-a53pll |