summaryrefslogtreecommitdiff
path: root/src/drivers/mipi/Makefile.mk
diff options
context:
space:
mode:
authorYang Wu <wuyang5@huaqin.corp-partner.google.com>2024-06-26 19:40:04 +0800
committerFelix Held <felix-coreboot@felixheld.de>2024-07-01 13:37:20 +0000
commitce8934815aa6426cd0eb4145dacaacf2790a9f79 (patch)
tree3d4416439b064bac86d66a99a32ea5aa541ec663 /src/drivers/mipi/Makefile.mk
parent4332d028fba854a7bf310908f3400a102bdbe741 (diff)
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 <wuyang5@huaqin.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/83220 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yu-Ping Wu <yupingso@google.com> Reviewed-by: Xuxin Xiong <xuxinxiong@huaqin.corp-partner.google.com> Reviewed-by: Yidi Lin <yidilin@google.com>
Diffstat (limited to 'src/drivers/mipi/Makefile.mk')
-rw-r--r--src/drivers/mipi/Makefile.mk2
1 files changed, 2 insertions, 0 deletions
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