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

dt-bindings: panel: Add Feiyang FY07024DI26A30-D MIPI-DSI LCD panel

Feiyang FY07024DI26A30-D is 1024x600, 4-lane MIPI-DSI LCD panel.

Add dt-bingings for it.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190212204109.3528-1-jagan@amarulasolutions.com

authored by

Jagan Teki and committed by
Thierry Reding
7f347dd5 1fa6fa1c

+20
+20
Documentation/devicetree/bindings/display/panel/feiyang,fy07024di26a30d.txt
··· 1 + Feiyang FY07024DI26A30-D 7" MIPI-DSI LCD Panel 2 + 3 + Required properties: 4 + - compatible: must be "feiyang,fy07024di26a30d" 5 + - reg: DSI virtual channel used by that screen 6 + - avdd-supply: analog regulator dc1 switch 7 + - dvdd-supply: 3v3 digital regulator 8 + - reset-gpios: a GPIO phandle for the reset pin 9 + 10 + Optional properties: 11 + - backlight: phandle for the backlight control. 12 + 13 + panel@0 { 14 + compatible = "feiyang,fy07024di26a30d"; 15 + reg = <0>; 16 + avdd-supply = <&reg_dc1sw>; 17 + dvdd-supply = <&reg_dldo2>; 18 + reset-gpios = <&pio 3 24 GPIO_ACTIVE_HIGH>; /* LCD-RST: PD24 */ 19 + backlight = <&backlight>; 20 + };