diff options
author | Kathiravan T <[email protected]> | 2023-02-17 14:03:05 +0530 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-03-23 07:27:01 -0700 |
commit | 102262767edefbe2560c1111b19b193fcfd9de5d (patch) | |
tree | e3dea0420435439036eda641a4314b677dafefc2 | |
parent | 1d83f18be5ad3054636322925f6614e62cb5ff91 (diff) |
dt-bindings: clock: qcom,a53pll: add IPQ5332 compatible
Add IPQ5332 compatible to A53 PLL bindings.
Acked-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Kathiravan T <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-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 |