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

dt-bindings: display: sii902x: Add supply bindings

The sii902x chip family requires IO and core voltages to reach the
correct voltage before chip initialization. Add binding for describing
the two supplies.

Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20201020221501.260025-3-mr.nuke.me@gmail.com

authored by

Alexandru Gagniuc and committed by
Sam Ravnborg
4c1e0543 91b5e267

+4
+4
Documentation/devicetree/bindings/display/bridge/sii902x.txt
··· 8 8 - interrupts: describe the interrupt line used to inform the host 9 9 about hotplug events. 10 10 - reset-gpios: OF device-tree gpio specification for RST_N pin. 11 + - iovcc-supply: I/O Supply Voltage (1.8V or 3.3V) 12 + - cvcc12-supply: Digital Core Supply Voltage (1.2V) 11 13 12 14 HDMI audio properties: 13 15 - #sound-dai-cells: <0> or <1>. <0> if only i2s or spdif pin ··· 56 54 compatible = "sil,sii9022"; 57 55 reg = <0x39>; 58 56 reset-gpios = <&pioA 1 0>; 57 + iovcc-supply = <&v3v3_hdmi>; 58 + cvcc12-supply = <&v1v2_hdmi>; 59 59 60 60 #sound-dai-cells = <0>; 61 61 sil,i2s-data-lanes = < 0 1 2 >;