1
0
Fork 0

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

Add a new dtb imx7ulp-evkb-rm68200-wxga.dtb to support the
mipi panel RK055AHD042.

Signed-off-by: Fancy Fang <chen.fang@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Fancy Fang 2019-08-20 18:28:30 +08:00 committed by Dong Aisheng
parent b01b2afe4c
commit 8b053d516a
3 changed files with 25 additions and 0 deletions

View File

@ -624,6 +624,8 @@ dtb-$(CONFIG_SOC_IMX7ULP) += \
imx7ulp-evkb-emmc.dtb \
imx7ulp-evkb-sd1.dtb \
imx7ulp-evkb-lpuart.dtb
imx7ulp-evkb-mipi.dtb \
imx7ulp-evkb-rm68200-wxga.dtb
dtb-$(CONFIG_SOC_LS1021A) += \
ls1021a-moxa-uc-8410a.dtb \
ls1021a-qds.dtb \

View File

@ -0,0 +1,10 @@
/*
* 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.
*/
#include "imx7ulp-evkb.dts"
#include "imx7ulp-evk-mipi.dtsi"

View File

@ -0,0 +1,13 @@
/*
* 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.
*/
#include "imx7ulp-evkb-mipi.dts"
&mipi_dsi {
lcd_panel = "ROCKTECH-WXGA-RK055AHD042";
};