We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d5ac7 commit d7df394Copy full SHA for d7df394
Documentation/devicetree/bindings/display/bridge/lvds-codec.yaml
@@ -79,6 +79,14 @@ properties:
79
- port@0
80
- port@1
81
82
+ pclk-sample:
83
+ description:
84
+ Data sampling on rising or falling edge.
85
+ enum:
86
+ - 0 # Falling edge
87
+ - 1 # Rising edge
88
+ default: 0
89
+
90
powerdown-gpios:
91
description:
92
The GPIO used to control the power down line of this device.
@@ -102,6 +110,16 @@ then:
102
110
properties:
103
111
data-mapping: false
104
112
113
+if:
114
+ not:
115
+ properties:
116
+ compatible:
117
+ contains:
118
+ const: lvds-encoder
119
+then:
120
121
+ pclk-sample: false
122
105
123
required:
106
124
- compatible
107
125
- ports
0 commit comments