Skip to content

Commit 9943981

Browse files
miquelraynalsuperna9999
authored andcommitted
dt-bindings: display: st7789v: bound the number of Rx data lines
The ST7789V LCD controller supports regular SPI wiring, as well as no Rx data line at all. The operating system needs to know whether it can read registers from the device or not. Let's detail this specific design possibility by bounding the spi-rx-bus-width property. Signed-off-by: Miquel Raynal <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Sebastian Reichel <[email protected]> Tested-by: Sebastian Reichel <[email protected]> Signed-off-by: Sebastian Reichel <[email protected]> Signed-off-by: Neil Armstrong <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 893cfba commit 9943981

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/devicetree/bindings/display/panel/sitronix,st7789v.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ properties:
2929
spi-cpha: true
3030
spi-cpol: true
3131

32+
spi-rx-bus-width:
33+
minimum: 0
34+
maximum: 1
35+
3236
dc-gpios:
3337
maxItems: 1
3438
description: DCX pin, Display data/command selection pin in parallel interface

0 commit comments

Comments
 (0)