From ce8934815aa6426cd0eb4145dacaacf2790a9f79 Mon Sep 17 00:00:00 2001 From: Yang Wu Date: Wed, 26 Jun 2024 19:40:04 +0800 Subject: drivers/mipi: Add support for LCE_LMFBX101117480 panel Add STA panel LCE_LMFBX101117480 serializable data to CBFS. Datasheet: LMFBX101117480-10.1-TLCM-24.05.20-2.pdf About the init code, we communicated with the vendor through the datasheet to confirm the writing method of each register value. BUG=b:331870701 TEST=build and check the CBFS includes the panel BRANCH=None Change-Id: I60858109e4b07f720461e320212d7b197ec1130c Signed-off-by: Yang Wu Reviewed-on: https://review.coreboot.org/c/coreboot/+/83220 Tested-by: build bot (Jenkins) Reviewed-by: Yu-Ping Wu Reviewed-by: Xuxin Xiong Reviewed-by: Yidi Lin --- src/drivers/mipi/Makefile.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/drivers/mipi/Makefile.mk') diff --git a/src/drivers/mipi/Makefile.mk b/src/drivers/mipi/Makefile.mk index 38909174fa..a71cff6f00 100644 --- a/src/drivers/mipi/Makefile.mk +++ b/src/drivers/mipi/Makefile.mk @@ -25,6 +25,8 @@ panel-params-$(CONFIG_MIPI_PANEL_IVO_T109NW41) += panel-IVO_T109NW41 panel-params-$(CONFIG_MIPI_PANEL_KD_KD101NE3_40TI) += panel-KD_KD101NE3_40TI +panel-params-$(CONFIG_MIPI_PANEL_LCE_LMFBX101117480) += panel-LCE_LMFBX101117480 + panel-params-$(CONFIG_MIPI_PANEL_STA_2081101QFH032011_53G) += panel-STA_2081101QFH032011_53G panel-params-$(CONFIG_MIPI_PANEL_STA_ER88577) += panel-STA_ER88577 panel-params-$(CONFIG_MIPI_PANEL_STA_HIMAX83102_J02) += panel-STA_HIMAX83102_J02 -- cgit v1.2.3