diff options
author | Ruihai Zhou <zhouruihai@huaqin.corp-partner.google.com> | 2024-01-08 16:01:32 +0800 |
---|---|---|
committer | Yu-Ping Wu <yupingso@google.com> | 2024-01-09 06:43:01 +0000 |
commit | 520137fab0b750590da1dc6eaa00ba3f3a8bdd33 (patch) | |
tree | 8327b9dbfc40601ec9002abbd53e01ba09c59e77 /src/drivers/mipi/Kconfig | |
parent | 611ee332092f2cd1fc2c5c9c4810e038af9d5882 (diff) |
drivers/mipi: Add support for IVO_T109NW41 panel
Add IVO_T109NW41 serializable data to CBFS.
Datasheet: T109NW41 R0 Tentative Product Specification.docx
BUG=b:319025360
TEST=build and check the CBFS include the panel
BRANCH=None
Change-Id: Id740e3a21f72bbcd6e5c2b56b31ac90f4990d475
Signed-off-by: Ruihai Zhou <zhouruihai@huaqin.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79844
Reviewed-by: Yidi Lin <yidilin@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: cong yang <yangcong5@huaqin.corp-partner.google.com>
Reviewed-by: Yu-Ping Wu <yupingso@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 00c072b2d8..9aba7bba04 100644 --- a/src/drivers/mipi/Kconfig +++ b/src/drivers/mipi/Kconfig @@ -42,6 +42,9 @@ config MIPI_PANEL_INX_HJ110IZ_01A_B2 config MIPI_PANEL_INX_OTA7290D10P bool +config MIPI_PANEL_IVO_T109NW41 + bool + config MIPI_PANEL_STA_2081101QFH032011_53G bool |