diff options
author | Yang Wu <wuyang5@huaqin.corp-partner.google.com> | 2024-04-07 11:48:29 +0800 |
---|---|---|
committer | Yu-Ping Wu <yupingso@google.com> | 2024-04-10 04:58:57 +0000 |
commit | 68def206f3b2fb605a980c4f0174892930d2c11a (patch) | |
tree | 0ae1c74fe019f6494a9a410d9a7206d2078d3a8a /src/mainboard/google/corsola | |
parent | 50b61d39dbe1e2e839f22408f27a8a87ee6d4534 (diff) |
mb/google/corsola/var/wugtrio: Correct the display orientation
Set orientation of KD_KD101NE3_40TI to LB_FB_ORIENTATION_RIGHT_UP to
align the volume up/down direction with menu up/down in FW screen.
BUG=b:331870701
TEST=emerge-staryu coreboot chromeos-bootimage, and check FW screen on
wugtrio, test volume key behaves as expected.
BRANCH=corsola
Change-Id: Ie101cc8b983d3d16587f88fa787ed622e59d27eb
Signed-off-by: Yang Wu <wuyang5@huaqin.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81752
Reviewed-by: Eric Lai <ericllai@google.com>
Reviewed-by: Yidi Lin <yidilin@google.com>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/corsola')
-rw-r--r-- | src/mainboard/google/corsola/panel_wugtrio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/corsola/panel_wugtrio.c b/src/mainboard/google/corsola/panel_wugtrio.c index 8d6919eb1a..0f7c778ae1 100644 --- a/src/mainboard/google/corsola/panel_wugtrio.c +++ b/src/mainboard/google/corsola/panel_wugtrio.c @@ -31,7 +31,7 @@ static struct panel_description wugtrio_panels[] = { .power_on = mipi_panel_power_on, .name = "KD_KD101NE3_40TI", .disp_path = DISP_PATH_MIPI, - .orientation = LB_FB_ORIENTATION_LEFT_UP, + .orientation = LB_FB_ORIENTATION_RIGHT_UP, }, }; |