From a813214788f6e7b512df54f1c659cd0bdc9ac175 Mon Sep 17 00:00:00 2001 From: huangcm <1263938474@qq.com> Date: Wed, 26 Feb 2025 10:47:01 +0000 Subject: [PATCH] feat(mipi): add 5' mipi & touchscreen config --- longan/brandy/brandy-2.0/u-boot-2018/drivers/video/sunxi/disp2/disp/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/longan/brandy/brandy-2.0/u-boot-2018/drivers/video/sunxi/disp2/disp/Makefile b/longan/brandy/brandy-2.0/u-boot-2018/drivers/video/sunxi/disp2/disp/Makefile index f8c33eb..067fce1 100644 --- a/longan/brandy/brandy-2.0/u-boot-2018/drivers/video/sunxi/disp2/disp/Makefile +++ b/longan/brandy/brandy-2.0/u-boot-2018/drivers/video/sunxi/disp2/disp/Makefile @@ -53,6 +53,7 @@ disp-$(CONFIG_LCD_SUPPORT_K101_IM2BYL02_L_800X1280) += lcd/K101_IM2BYL02_L_800X1280.o disp-y += lcd/mipi_8_800x1280.o disp-y += lcd/mipi_10_800x1280.o +disp-y += lcd/mipi_5_720x1280.o ifeq ($(CONFIG_MACH_SUN8IW6),y) export MIPI_DSI_IP_VERSION := 28 -- Gitblit v1.6.2