Skip to content

Commit

Permalink
dt-bindings: display: st7789v: bound the number of Rx data lines
Browse files Browse the repository at this point in the history
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 <miquel.raynal@bootlin.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Sebastian Reichel <sre@kernel.org>
Tested-by: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20230714013756.1546769-16-sre@kernel.org
  • Loading branch information
Miquel Raynal authored and Neil Armstrong committed Aug 1, 2023
1 parent 893cfba commit 9943981
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ properties:
spi-cpha: true
spi-cpol: true

spi-rx-bus-width:
minimum: 0
maximum: 1

dc-gpios:
maxItems: 1
description: DCX pin, Display data/command selection pin in parallel interface
Expand Down

0 comments on commit 9943981

Please sign in to comment.