diff options
author | Yang Wu <wuyang5@huaqin.corp-partner.google.com> | 2024-03-29 16:31:14 +0800 |
---|---|---|
committer | Eric Lai <ericllai@google.com> | 2024-04-02 06:12:43 +0000 |
commit | 5776aef0f3ef7c2f2cc78dddaaa3680047155de4 (patch) | |
tree | 567dbe2cea933d78910eaf9a9c3fab2c2f87e26e /src/drivers/mipi/Kconfig | |
parent | 778f7c8055c746b6fe83218be0544095d6040fb7 (diff) |
drivers/mipi: Add support for KD_KD101NE3_40TI panel
Add K&D panel KD_KD101NE3_40TI serializable data to CBFS.
Datasheet: KD101NE3-40TI-A003 _Pre SPEC_20231218.pdf
BUG=b:331870701
TEST=build and check the CBFS include the panel
BRANCH=None
Change-Id: Ibed67d2f3321fef332ab1e80f06225e27d205f71
Signed-off-by: Yang Wu <wuyang5@huaqin.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81583
Reviewed-by: Yidi Lin <yidilin@google.com>
Reviewed-by: Eric Lai <ericllai@google.com>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
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 9aba7bba04..8ecb0f64c9 100644 --- a/src/drivers/mipi/Kconfig +++ b/src/drivers/mipi/Kconfig @@ -45,6 +45,9 @@ config MIPI_PANEL_INX_OTA7290D10P config MIPI_PANEL_IVO_T109NW41 bool +config MIPI_PANEL_KD_KD101NE3_40TI + bool + config MIPI_PANEL_STA_2081101QFH032011_53G bool |