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

ARM: dts: ccimx6ulsbcpro: Enable AUO G101EVN010 lcdif panel

This change adds support for the AUO G101EVN010 lcdif panel for the
mxsfb DRM driver.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Alex Gonzalez and committed by
Shawn Guo
429c4580 59d8bb36

+18
+18
arch/arm/boot/dts/imx6ul-ccimx6ulsbcpro.dts
··· 24 24 status = "okay"; 25 25 }; 26 26 27 + panel { 28 + compatible = "auo,g101evn010", "simple-panel"; 29 + power-supply = <&ldo4_ext>; 30 + backlight = <&lcd_backlight>; 31 + 32 + port { 33 + panel_in: endpoint { 34 + remote-endpoint = <&display_out>; 35 + }; 36 + }; 37 + }; 38 + 27 39 reg_usb_otg1_vbus: regulator-usb-otg1 { 28 40 compatible = "regulator-fixed"; 29 41 regulator-name = "usb_otg1_vbus"; ··· 124 112 &pinctrl_lcdif_hvsync>; 125 113 lcd-supply = <&ldo4_ext>; /* BU90T82 LVDS bridge power */ 126 114 status = "okay"; 115 + 116 + port { 117 + display_out: endpoint { 118 + remote-endpoint = <&panel_in>; 119 + }; 120 + }; 127 121 }; 128 122 129 123 &ldo4_ext {