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:
parent
50b61d39db
commit
68def206f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue