On 17/01/2023 00:52, Bryan O'Donoghue wrote:
Each compatible has a different set of clocks which are associated with it.
Add in the list of clocks for each compatible.

Acked-by: Rob Herring <r...@kernel.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlow...@linaro.org>
Signed-off-by: Bryan O'Donoghue <bryan.odonog...@linaro.org>
---
  .../display/msm/dsi-controller-main.yaml      | 219 ++++++++++++++++--
  1 file changed, 202 insertions(+), 17 deletions(-)

diff --git 
a/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml 
b/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml
index 35668caa190c4..47faf08a37443 100644
--- a/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml
+++ b/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml

[skipped]

+
+  - if:
+      properties:
+        compatible:
+          contains:
+            enum:
+              - qcom,msm8974-dsi-ctrl
+    then:
+      properties:
+        clocks:
+          maxItems: 7
+        clock-names:
+          items:
+            - const: mdp_core
+            - const: iface
+            - const: bus
+            - const: vsync

vsync clock is not used on msm8974 platform, it causes DT verification errors.

+            - const: byte
+            - const: pixel
+            - const: core
+            - const: core_mmss
+--
With best wishes
Dmitry

Reply via email to