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/Makefile.inc | |
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/Makefile.inc')
-rw-r--r-- | src/drivers/mipi/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/mipi/Makefile.inc b/src/drivers/mipi/Makefile.inc index 95c5f95315..ffa90f9eff 100644 --- a/src/drivers/mipi/Makefile.inc +++ b/src/drivers/mipi/Makefile.inc @@ -21,6 +21,8 @@ panel-params-$(CONFIG_MIPI_PANEL_CMN_P097PFG_SSD2858) += panel-CMN_P097PFG_SSD28 panel-params-$(CONFIG_MIPI_PANEL_INX_HJ110IZ_01A_B2) += panel-INX_HJ110IZ_01A_B2 panel-params-$(CONFIG_MIPI_PANEL_INX_OTA7290D10P) += panel-INX_OTA7290D10P +panel-params-$(CONFIG_MIPI_PANEL_IVO_T109NW41) += panel-IVO_T109NW41 + panel-params-$(CONFIG_MIPI_PANEL_STA_2081101QFH032011_53G) += panel-STA_2081101QFH032011_53G panel-params-$(CONFIG_MIPI_PANEL_STA_HIMAX83102_J02) += panel-STA_HIMAX83102_J02 panel-params-$(CONFIG_MIPI_PANEL_STA_ILI9882T) += panel-STA_ILI9882T |