File tree Expand file tree Collapse file tree 1 file changed +22
-12
lines changed
Documentation/devicetree/bindings/display/panel Expand file tree Collapse file tree 1 file changed +22
-12
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ properties:
16
16
compatible :
17
17
const : visionox,vtdr6130
18
18
19
+ reg :
20
+ maxItems : 1
21
+ description : DSI virtual channel
22
+
19
23
vddio-supply : true
20
24
vci-supply : true
21
25
vdd-supply : true
@@ -26,6 +30,7 @@ additionalProperties: false
26
30
27
31
required :
28
32
- compatible
33
+ - reg
29
34
- vddio-supply
30
35
- vci-supply
31
36
- vdd-supply
@@ -35,18 +40,23 @@ required:
35
40
examples :
36
41
- |
37
42
#include <dt-bindings/gpio/gpio.h>
38
- panel {
39
- compatible = "visionox,vtdr6130";
40
-
41
- vddio-supply = <&vreg_l12b_1p8>;
42
- vci-supply = <&vreg_l13b_3p0>;
43
- vdd-supply = <&vreg_l11b_1p2>;
44
-
45
- reset-gpios = <&tlmm 133 GPIO_ACTIVE_LOW>;
46
-
47
- port {
48
- panel0_in: endpoint {
49
- remote-endpoint = <&dsi0_out>;
43
+ dsi {
44
+ #address-cells = <1>;
45
+ #size-cells = <0>;
46
+ panel@0 {
47
+ compatible = "visionox,vtdr6130";
48
+ reg = <0>;
49
+
50
+ vddio-supply = <&vreg_l12b_1p8>;
51
+ vci-supply = <&vreg_l13b_3p0>;
52
+ vdd-supply = <&vreg_l11b_1p2>;
53
+
54
+ reset-gpios = <&tlmm 133 GPIO_ACTIVE_LOW>;
55
+
56
+ port {
57
+ panel0_in: endpoint {
58
+ remote-endpoint = <&dsi0_out>;
59
+ };
50
60
};
51
61
};
52
62
};
You can’t perform that action at this time.
0 commit comments