aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>2022-05-12 15:57:01 +0100
committerBryan O'Donoghue <bryan.odonoghue@linaro.org>2022-06-30 05:39:18 +0100
commit5825cfc6b8480f0f4f92b8304834084eda8cce75 (patch)
tree9866d0db74b2b0865d909d600b381ae6a396f416
parentb3da27e6242df3891fac4d3ec351a28361ba5c7c (diff)
dt-bindings: msm: dsi: Fix clock declarations
When converting from .txt to .yaml dt-binding descriptions we appear to have missed some of the previous detail on the number and names of permissible clocks. Fixes: 4dbe55c97741 ("dt-bindings: msm: dsi: add yaml schemas for DSI bindings") Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
-rw-r--r--Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml23
1 files changed, 16 insertions, 7 deletions
diff --git a/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml b/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml
index fd9d47243785..b24ba6c346a7 100644
--- a/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml
+++ b/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml
@@ -28,22 +28,31 @@ properties:
maxItems: 1
clocks:
- items:
- - description: Display byte clock
- - description: Display byte interface clock
- - description: Display pixel clock
- - description: Display escape clock
- - description: Display AHB clock
- - description: Display AXI clock
+ minItems: 6
+ maxItems: 9
clock-names:
items:
- const: byte
+ description: Display byte clock
- const: byte_intf
+ description: Display byte interface clock
- const: pixel
+ description: Display pixel clock
- const: core
+ description: Display escape clock
- const: iface
+ description: Display AHB clock
- const: bus
+ description: Display AXI clock
+ - const: core_mmss
+ description: Core MultiMedia SubSystem clock
+ - const: mdp_core
+ description: MDP Core clock
+ - const: mnoc
+ description: MNOC clock
+ minItems: 6
+ maxItems: 9
phys:
maxItems: 1