aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml')
-rw-r--r--Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml39
1 files changed, 29 insertions, 10 deletions
diff --git a/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml b/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml
index 880bfe930830..b24ba6c346a7 100644
--- a/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml
+++ b/Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml
@@ -28,28 +28,37 @@ 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
phy-names:
- const: dsi
+ maxItems: 1
"#address-cells": true
@@ -125,6 +134,18 @@ properties:
- port@0
- port@1
+ vdd-supply:
+ description:
+ Phandle to vdd regulator device node
+
+ vddio-supply:
+ description:
+ Phandle to vdd regulator device node
+
+ vdda-supply:
+ description:
+ Phandle to vdd regulator device node
+
required:
- compatible
- reg
@@ -136,8 +157,6 @@ required:
- phy-names
- assigned-clocks
- assigned-clock-parents
- - power-domains
- - operating-points-v2
- ports
additionalProperties: false