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>
This commit is contained in:
Yang Wu
2024-04-07 11:48:29 +08:00
committed by Yu-Ping Wu
parent 50b61d39db
commit 68def206f3

View File

@@ -31,7 +31,7 @@ static struct panel_description wugtrio_panels[] = {
.power_on = mipi_panel_power_on, .power_on = mipi_panel_power_on,
.name = "KD_KD101NE3_40TI", .name = "KD_KD101NE3_40TI",
.disp_path = DISP_PATH_MIPI, .disp_path = DISP_PATH_MIPI,
.orientation = LB_FB_ORIENTATION_LEFT_UP, .orientation = LB_FB_ORIENTATION_RIGHT_UP,
}, },
}; };