diff options
author | Bo-Chen Chen <rex-bc.chen@mediatek.com> | 2023-01-10 15:59:05 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-01-11 15:35:36 +0000 |
commit | 817c6a7a4cff173d22f51f18da3520156160d94d (patch) | |
tree | 48a3a16ae137c966e8ea4e15cb6b652579379c8d /src/mainboard/google/geralt/Kconfig | |
parent | 1fd7d9dc909d87eee31930842a8575a3bb05a3b3 (diff) |
mb/google/geralt: Use BOE_TV110C9M_LL0 as default mipi panel
We will use BOE_TV110C9M_LL0 for geralt proto board, so update the
panel setting.
BUG=none
TEST=emerge-geralt coreboot;
see panel-BOE_TV110C9M_LL0 in coreboot.rom
Signed-off-by: Bo-Chen Chen <rex-bc.chen@mediatek.com>
Change-Id: I28e9dd87350b55fdc609dd2c562c5a2ad578187c
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71786
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Reviewed-by: Yidi Lin <yidilin@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/geralt/Kconfig')
-rw-r--r-- | src/mainboard/google/geralt/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/geralt/Kconfig b/src/mainboard/google/geralt/Kconfig index d6a9796d02..8de4fea931 100644 --- a/src/mainboard/google/geralt/Kconfig +++ b/src/mainboard/google/geralt/Kconfig @@ -31,6 +31,7 @@ config BOARD_SPECIFIC_OPTIONS select MAINBOARD_HAS_NATIVE_VGA_INIT select HAVE_LINEAR_FRAMEBUFFER select RTC + select MIPI_PANEL_BOE_TV110C9M_LL0 if BOARD_GOOGLE_GERALT config MAINBOARD_DIR string |