diff options
author | Robert Marko <[email protected]> | 2022-08-19 00:06:23 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-09-26 21:40:10 -0500 |
commit | d522c77aa86069abc7653ff73691ff4e2fff7707 (patch) | |
tree | 3cf29cf300a494917a777a2eaeb05033a3c402bd | |
parent | 86e78995c93ee182433f965babfccd48417d4dcf (diff) |
dt-bindings: clock: qcom,a53pll: add IPQ8074 compatible
Add IPQ8074 compatible to A53 PLL bindings.
Signed-off-by: Robert Marko <[email protected]>
Acked-by: Krzysztof Kozlowski <[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 fbd758470b88..76830816982e 100644 --- a/Documentation/devicetree/bindings/clock/qcom,a53pll.yaml +++ b/Documentation/devicetree/bindings/clock/qcom,a53pll.yaml @@ -17,6 +17,7 @@ properties: compatible: enum: - qcom,ipq6018-a53pll + - qcom,ipq8074-a53pll - qcom,msm8916-a53pll - qcom,msm8939-a53pll |