From 68def206f3b2fb605a980c4f0174892930d2c11a Mon Sep 17 00:00:00 2001 From: Yang Wu Date: Sun, 7 Apr 2024 11:48:29 +0800 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/81752 Reviewed-by: Eric Lai Reviewed-by: Yidi Lin Reviewed-by: Yu-Ping Wu Tested-by: build bot (Jenkins) --- src/mainboard/google/corsola/panel_wugtrio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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, }, }; -- cgit v1.2.3