Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: display: panel: mipi-dbi-spi: Add io-supply

Add documentation for the new io-supply property, which specifies the
regulator for the I/O voltage supply on platforms where the panel
panel power and I/O supplies are separate.

Signed-off-by: Otto Pflüger <otto.pflueger@abscue.de>
Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Noralf Trønnes <noralf@tronnes.org>
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20221201160245.2093816-4-otto.pflueger@abscue.de

authored by

Otto Pflüger and committed by
Noralf Trønnes
94914b85 3dd26888

+7 -1
+7 -1
Documentation/devicetree/bindings/display/panel/panel-mipi-dbi-spi.yaml
··· 22 22 The standard defines the following interface signals for type C: 23 23 - Power: 24 24 - Vdd: Power supply for display module 25 + Called power-supply in this binding. 25 26 - Vddi: Logic level supply for interface signals 26 - Combined into one in this binding called: power-supply 27 + Called io-supply in this binding. 27 28 - Interface: 28 29 - CSx: Chip select 29 30 - SCL: Serial clock ··· 80 79 description: | 81 80 Controller data/command selection (D/CX) in 4-line SPI mode. 82 81 If not set, the controller is in 3-line SPI mode. 82 + 83 + io-supply: 84 + description: | 85 + Logic level supply for interface signals (Vddi). 86 + No need to set if this is the same as power-supply. 83 87 84 88 required: 85 89 - compatible