From 21f585f7ba2e46a0660f4d9cf4a187dfb2e21bfa Mon Sep 17 00:00:00 2001 From: Fancy Fang Date: Tue, 20 Nov 2018 15:45:05 +0800 Subject: MLK-20416-3 ARM: dts: imx7ulp-evkb: add dtb for RK055AHD042 panel support On IMX7ULP-EVKB board, add a new dtb 'imx7ulp-evk-rm68200 -wxga.dts' to enable the 'RK055AHD042' MIPI panel display on this platform. Signed-off-by: Fancy Fang --- arch/arm/boot/dts/Makefile | 3 ++- arch/arm/boot/dts/imx7ulp-evkb-rm68200-wxga.dts | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 arch/arm/boot/dts/imx7ulp-evkb-rm68200-wxga.dts diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 630c3251b82c..c3fcdf8ddb22 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -655,7 +655,8 @@ dtb-$(CONFIG_SOC_IMX7ULP) += \ imx7ulp-evk-mipi.dtb \ imx7ulp-evk-sensors-to-i2c5.dtb \ imx7ulp-evkb.dtb \ - imx7ulp-evkb-mipi.dtb + imx7ulp-evkb-mipi.dtb \ + imx7ulp-evkb-rm68200-wxga.dtb dtb-$(CONFIG_SOC_LS1021A) += \ ls1021a-qds.dtb \ ls1021a-twr.dtb diff --git a/arch/arm/boot/dts/imx7ulp-evkb-rm68200-wxga.dts b/arch/arm/boot/dts/imx7ulp-evkb-rm68200-wxga.dts new file mode 100644 index 000000000000..28b83c388101 --- /dev/null +++ b/arch/arm/boot/dts/imx7ulp-evkb-rm68200-wxga.dts @@ -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"; +}; -- cgit v1.2.3