summaryrefslogtreecommitdiff
path: root/Bindings/display/panel/lvds.yaml
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2020-06-05 19:28:32 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2020-06-05 19:28:32 +0000
commit5df7ea339a6ba20ce6c2a001807a43a7cc1e9fe8 (patch)
treeafa0718f88637c22a2d4a25cf54e32b0e701b338 /Bindings/display/panel/lvds.yaml
parent937eaf8bbdcf7e2cd3231b71940f9221e6857210 (diff)
downloadsrc-test2-5df7ea339a6ba20ce6c2a001807a43a7cc1e9fe8.tar.gz
src-test2-5df7ea339a6ba20ce6c2a001807a43a7cc1e9fe8.zip
Notes
Diffstat (limited to 'Bindings/display/panel/lvds.yaml')
-rw-r--r--Bindings/display/panel/lvds.yaml10
1 files changed, 9 insertions, 1 deletions
diff --git a/Bindings/display/panel/lvds.yaml b/Bindings/display/panel/lvds.yaml
index d0083301acbe..946dd354256c 100644
--- a/Bindings/display/panel/lvds.yaml
+++ b/Bindings/display/panel/lvds.yaml
@@ -96,12 +96,20 @@ properties:
If set, reverse the bit order described in the data mappings below on all
data lanes, transmitting bits for slots 6 to 0 instead of 0 to 6.
+ port: true
+ ports: true
+
required:
- compatible
- data-mapping
- width-mm
- height-mm
- panel-timing
- - port
+
+oneOf:
+ - required:
+ - port
+ - required:
+ - ports
...