diff options
author | 2023-02-17 14:03:05 +0530 | |
---|---|---|
committer | 2023-03-23 07:27:01 -0700 | |
commit | 102262767edefbe2560c1111b19b193fcfd9de5d (patch) | |
tree | e3dea0420435439036eda641a4314b677dafefc2 | |
parent | clk: qcom: apss-ipq-pll: refactor the driver to accommodate different PLL types (diff) | |
download | wireguard-linux-102262767edefbe2560c1111b19b193fcfd9de5d.tar.xz wireguard-linux-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
Diffstat (limited to '')
-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 |