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>
diff --git a/src/mainboard/google/corsola/panel_wugtrio.c b/src/mainboard/google/corsola/panel_wugtrio.c
index 8d6919e..0f7c778 100644
--- a/src/mainboard/google/corsola/panel_wugtrio.c
+++ b/src/mainboard/google/corsola/panel_wugtrio.c
@@ -31,7 +31,7 @@
 		.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,
 	},
 };