MLK-12899-1 ARM: dts: imx7d-sdb: add dts support for panel 'TFT3P5581'.
authorFancy Fang <chen.fang@nxp.com>
Thu, 26 May 2016 02:28:57 +0000 (10:28 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:52:04 +0000 (14:52 -0500)
Add the dts support for the new mipi panel 'TFT3P5581'.

Signed-off-by: Fancy Fang <chen.fang@nxp.com>
arch/arm/boot/dts/imx7d-sdb-mipi-dsi.dts

index 2ddf275..71d6684 100644 (file)
        mipi_dsi_reset: mipi-dsi-reset {
                compatible = "gpio-reset";
                reset-gpios = <&gpio1 4 GPIO_ACTIVE_LOW>;
-               reset-delay-us = <50>;
+               reset-delay-us = <1000>;
                #reset-cells = <0>;
        };
 };
 
+&fec2 {
+       status = "disabled";
+};
+
 &lcdif {
        disp-dev = "mipi_dsi_samsung";
 };
@@ -24,7 +28,7 @@
 &mipi_dsi {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_enet2_epdc0_en>;
-       lcd_panel = "TRULY-WVGA-TFT3P5079E";
+       lcd_panel = "TRULY-WVGA-TFT3P5581E";
        resets = <&mipi_dsi_reset>;
        status = "okay";
 };