diff options
author | Yang Wu <wuyang5@huaqin.corp-partner.google.com> | 2024-06-26 19:40:04 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-07-01 13:37:20 +0000 |
commit | ce8934815aa6426cd0eb4145dacaacf2790a9f79 (patch) | |
tree | 3d4416439b064bac86d66a99a32ea5aa541ec663 /src/drivers/mipi/Kconfig | |
parent | 4332d028fba854a7bf310908f3400a102bdbe741 (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/Kconfig')
-rw-r--r-- | src/drivers/mipi/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/drivers/mipi/Kconfig b/src/drivers/mipi/Kconfig index 4f3257f0f1..d70e92da79 100644 --- a/src/drivers/mipi/Kconfig +++ b/src/drivers/mipi/Kconfig @@ -48,6 +48,9 @@ config MIPI_PANEL_IVO_T109NW41 config MIPI_PANEL_KD_KD101NE3_40TI bool +config MIPI_PANEL_LCE_LMFBX101117480 + bool + config MIPI_PANEL_STA_2081101QFH032011_53G bool |