dt-bindings: clock: qcom,msm8996-cbf: Add compatible for MSM8996 Pro
authorYassine Oudjana <y.oudjana@protonmail.com>
Sat, 27 May 2023 09:39:32 +0000 (12:39 +0300)
committerBjorn Andersson <andersson@kernel.org>
Mon, 31 Jul 2023 21:29:05 +0000 (14:29 -0700)
The CBF clock on MSM8996 Pro has a different divisor compared to MSM8996
and is therefore not fully compatible with it. Add a new compatible string
to differentiate between them.

Signed-off-by: Yassine Oudjana <y.oudjana@protonmail.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230527093934.101335-2-y.oudjana@protonmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Documentation/devicetree/bindings/clock/qcom,msm8996-cbf.yaml

index 3ffe69d8cdd5bd1b7697ca956d1803794c47c281..0dfbd8c4d465dbfdbb0c63723863386d284ee0d8 100644 (file)
@@ -15,7 +15,9 @@ description: >
 
 properties:
   compatible:
-    const: qcom,msm8996-cbf
+    enum:
+      - qcom,msm8996-cbf
+      - qcom,msm8996pro-cbf
 
   reg:
     maxItems: 1