aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>2022-05-12 15:57:01 +0100
committerDmitry Baryshkov <dmitry.baryshkov@linaro.org>2022-10-17 14:08:19 +0300
commit9be5e0daf5ddb9ba78a33aba0f9137b0f46ae806 (patch)
tree477553fff776e99a0f51e634a3b75d1dde3fbb5e
parent3dede46a6f5a0c5ed45ce86196df41bd3dd19cd2 (diff)
dt-bindings: msm: dsi-controller-main: 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") Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
-rw-r--r--Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml b/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml
index 3d6e4113d444..88123fd10581 100644
--- a/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml
+++ b/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml
@@ -35,6 +35,10 @@ properties:
- description: Display escape clock
- description: Display AHB clock
- description: Display AXI clock
+ - description: Core MultiMedia SubSystem clock
+ - description: MDP Core clock
+ - description: MNOC clock
+ minItems: 6
clock-names:
items:
@@ -44,6 +48,10 @@ properties:
- const: core
- const: iface
- const: bus
+ - const: core_mmss
+ - const: mdp_core
+ - const: mnoc
+ minItems: 6
phys:
maxItems: 1