From 2e0fe69425adee0529756dc3381ac1838197f3ac Mon Sep 17 00:00:00 2001 From: lin <lin@kickpi.com> Date: Tue, 14 Jan 2025 07:24:55 +0000 Subject: [PATCH] feat(mipi): add 8' and 10' mipi support --- longan/brandy/brandy-2.0/u-boot-2018/drivers/video/sunxi/disp2/disp/Makefile | 4 ++-- 1 files changed, 2 insertions(+), 2 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 ac6c93e..f8c33eb 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 @@ -51,8 +51,8 @@ disp-$(CONFIG_LCD_SUPPORT_ST7789V_CPU) += lcd/st7789v_cpu.o disp-$(CONFIG_LCD_SUPPORT_M101B31) += lcd/M101B31.o disp-$(CONFIG_LCD_SUPPORT_K101_IM2BYL02_L_800X1280) += lcd/K101_IM2BYL02_L_800X1280.o -disp-y += lcd/mipi_800x1280.o - +disp-y += lcd/mipi_8_800x1280.o +disp-y += lcd/mipi_10_800x1280.o ifeq ($(CONFIG_MACH_SUN8IW6),y) export MIPI_DSI_IP_VERSION := 28 -- Gitblit v1.6.2