diff options
author | Gokul Sriram Palanisamy <quic_gokulsri@quicinc.com> | 2023-09-25 15:58:24 +0530 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-12-02 16:53:08 -0800 |
commit | 4d45d56e17348c6b6bb2bce126a4a5ea97b19900 (patch) | |
tree | 989eebd123893b06f2a027ee410929382d8faa10 | |
parent | b85ea95d086471afb4ad062012a4d73cd328fa86 (diff) |
dt-bindings: clock: qcom,a53pll: add IPQ5018 compatible
Add IPQ5018 compatible to A53 PLL bindings.
Signed-off-by: Gokul Sriram Palanisamy <quic_gokulsri@quicinc.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230925102826.405446-2-quic_gokulsri@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-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 9436266828af..5ca927a8b1d5 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,ipq5018-a53pll - qcom,ipq5332-a53pll - qcom,ipq6018-a53pll - qcom,ipq8074-a53pll |