linux-brain/arch/arm/boot/dts/imx7ulp-evk-mipi.dtsi
Fancy Fang 01fcab9630 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>
2019-11-25 16:06:33 +08:00

24 lines
501 B
Plaintext

/*
* 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;
};