File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Documentation/devicetree/bindings/display/bridge Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,15 @@ properties:
34
34
description : used for reset chip control, RESET_N pin B7.
35
35
maxItems : 1
36
36
37
+ vdd10-supply :
38
+ description : Regulator that provides the supply 1.0V power.
39
+
40
+ vdd18-supply :
41
+ description : Regulator that provides the supply 1.8V power.
42
+
43
+ vdd33-supply :
44
+ description : Regulator that provides the supply 3.3V power.
45
+
37
46
ports :
38
47
$ref : /schemas/graph.yaml#/properties/ports
39
48
@@ -55,6 +64,9 @@ properties:
55
64
required :
56
65
- compatible
57
66
- reg
67
+ - vdd10-supply
68
+ - vdd18-supply
69
+ - vdd33-supply
58
70
- ports
59
71
60
72
additionalProperties : false
@@ -72,6 +84,9 @@ examples:
72
84
reg = <0x58>;
73
85
enable-gpios = <&pio 45 GPIO_ACTIVE_HIGH>;
74
86
reset-gpios = <&pio 73 GPIO_ACTIVE_HIGH>;
87
+ vdd10-supply = <&pp1000_mipibrdg>;
88
+ vdd18-supply = <&pp1800_mipibrdg>;
89
+ vdd33-supply = <&pp3300_mipibrdg>;
75
90
76
91
ports {
77
92
#address-cells = <1>;
You can’t perform that action at this time.
0 commit comments