aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/corsola/panel_wugtrio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/corsola/panel_wugtrio.c')
-rw-r--r--src/mainboard/google/corsola/panel_wugtrio.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mainboard/google/corsola/panel_wugtrio.c b/src/mainboard/google/corsola/panel_wugtrio.c
index c8a8971a14..0603ce0516 100644
--- a/src/mainboard/google/corsola/panel_wugtrio.c
+++ b/src/mainboard/google/corsola/panel_wugtrio.c
@@ -41,6 +41,14 @@ static struct panel_description wugtrio_panels[] = {
.disp_path = DISP_PATH_MIPI,
.orientation = LB_FB_ORIENTATION_RIGHT_UP,
},
+ /* LCE Corporation panel with bias IC on it */
+ [7] = {
+ .configure_backlight = backlight_control,
+ .power_on = mipi_panel_power_on,
+ .name = "LCE_LMFBX101117480",
+ .disp_path = DISP_PATH_MIPI,
+ .orientation = LB_FB_ORIENTATION_RIGHT_UP,
+ },
};
struct panel_description *get_panel_description(void)