]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: ccimx6ulsbcpro: Enable AUO G101EVN010 lcdif panel
authorAlex Gonzalez <alex.gonzalez@digi.com>
Thu, 25 Oct 2018 15:09:31 +0000 (17:09 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 10 Dec 2018 02:03:03 +0000 (10:03 +0800)
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>
arch/arm/boot/dts/imx6ul-ccimx6ulsbcpro.dts

index 11966d12af769b661e16f6ef7454243845ef6572..f6e6b2cf780bf7378f7c5d90f774b961c6a697e9 100644 (file)
@@ -24,6 +24,18 @@ lcd_backlight: backlight {
                status = "okay";
        };
 
+       panel {
+               compatible = "auo,g101evn010", "simple-panel";
+               power-supply = <&ldo4_ext>;
+               backlight = <&lcd_backlight>;
+
+               port {
+                       panel_in: endpoint {
+                               remote-endpoint = <&display_out>;
+                       };
+               };
+       };
+
        reg_usb_otg1_vbus: regulator-usb-otg1 {
                compatible = "regulator-fixed";
                regulator-name = "usb_otg1_vbus";
@@ -112,6 +124,12 @@ &pinctrl_lcdif_clken
                     &pinctrl_lcdif_hvsync>;
        lcd-supply = <&ldo4_ext>;       /* BU90T82 LVDS bridge power */
        status = "okay";
+
+       port {
+               display_out: endpoint {
+                       remote-endpoint = <&panel_in>;
+               };
+       };
 };
 
 &ldo4_ext {