1
0
Fork 0

ARM: dts: imx7ulp-evk: add TFT3P5581E mipi panel support

Add a new dtb imx7ulp-evk-mipi.dtb to support the TRULY
mipi panel TFT3P5581E.

Signed-off-by: Fancy Fang <chen.fang@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Fancy Fang 2019-08-20 15:51:01 +08:00 committed by Dong Aisheng
parent e708036e69
commit 01fcab9630
3 changed files with 34 additions and 0 deletions

View File

@ -619,6 +619,7 @@ dtb-$(CONFIG_SOC_IMX7D) += \
dtb-$(CONFIG_SOC_IMX7ULP) += \
imx7ulp-evk.dtb \
imx7ulp-evk-ft5416.dtb \
imx7ulp-evk-mipi.dtb \
imx7ulp-evkb.dtb \
imx7ulp-evkb-emmc.dtb \
imx7ulp-evkb-sd1.dtb \

View File

@ -0,0 +1,10 @@
/*
* Copyright 2017-2018 NXP.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include "imx7ulp-evk.dts"
#include "imx7ulp-evk-mipi.dtsi"

View File

@ -0,0 +1,23 @@
/*
* Copyright 2018 NXP.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
&adv7535 {
status = "disabled";
/delete-node/ port;
};
&mipi_dsi {
pinctrl-names = "default", "sleep";
pinctrl-0 = <&pinctrl_mipi_dsi_reset>;
pinctrl-1 = <&pinctrl_mipi_dsi_reset>;
lcd_panel = "TRULY-WVGA-TFT3P5581E";
resets = <&mipi_dsi_reset>;
/delete-node/ port;
};