diff options
author | Zanxi Chen <chenzanxi@huaqin.corp-partner.google.com> | 2021-09-14 21:22:45 +0800 |
---|---|---|
committer | Julius Werner <jwerner@chromium.org> | 2021-09-16 16:10:29 +0000 |
commit | 75a29bc92c137642d81dbd8d799c4b2ad7e07c08 (patch) | |
tree | aa25d86957150160c0482e80bb31d364802b9ef6 /src/drivers/mipi/Kconfig | |
parent | ccc81c0aa4a0e5416be11928ce497c6a9fc13f0f (diff) |
mb/google/trogdor: Add mipi panel for wormdingler
Add mipi panel support for wormdingler
- Add the following panel for wormdingler:
INX P110ZZD-DF0
BOE TV110C9M-LL0
- Use panel_id to distinguish which mipi panel to use.
- Setup panel orientation
BUG=b:195898400,b:198548221
BRANCH=none
TEST=emerge-strongbad coreboot
Change-Id: I8cd28e024ecbfdcd473bc39efb529eb4aca1b5d0
Signed-off-by: Zanxi Chen <chenzanxi@huaqin.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57642
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'src/drivers/mipi/Kconfig')
-rw-r--r-- | src/drivers/mipi/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/drivers/mipi/Kconfig b/src/drivers/mipi/Kconfig index 72105e4cd4..3cd3bd12bb 100644 --- a/src/drivers/mipi/Kconfig +++ b/src/drivers/mipi/Kconfig @@ -27,12 +27,18 @@ config MIPI_PANEL_BOE_TV101WUM_NL6 config MIPI_PANEL_BOE_TV105WUM_NW0 bool +config MIPI_PANEL_BOE_TV110C9M_LL0 + bool + config MIPI_PANEL_CMN_P097PFG_SSD2858 bool config MIPI_PANEL_INX_OTA7290D10P bool +config MIPI_PANEL_INX_P110ZZD_DF0 + bool + config MIPI_PANEL_STA_2081101QFH032011_53G bool |