summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/mainboard/google/trogdor/mainboard.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mainboard/google/trogdor/mainboard.c b/src/mainboard/google/trogdor/mainboard.c
index 55a341fecba3..f007f45dd125 100644
--- a/src/mainboard/google/trogdor/mainboard.c
+++ b/src/mainboard/google/trogdor/mainboard.c
@@ -157,6 +157,15 @@ static struct panel_serializable_data *get_mipi_panel(enum lb_fb_orientation *or
}
}
+ if (CONFIG(BOARD_GOOGLE_QUACKINGSTICK)) {
+ switch (panel_id) {
+ case 6:
+ cbfs_filename = "panel-AUO_B101UAN08_3";
+ *orientation = LB_FB_ORIENTATION_LEFT_UP;
+ break;
+ }
+ }
+
if (CONFIG(BOARD_GOOGLE_WORMDINGLER)) {
switch (panel_id) {
case 0: