Yu-Ping Wu submitted this change.

View Change



5 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.

Approvals: Xuxin Xiong: Looks good to me, but someone else must approve build bot (Jenkins): Verified Paul Menzel: Looks good to me, but someone else must approve Yidi Lin: Looks good to me, approved Yu-Ping Wu: Looks good to me, approved
mb/google/corsola/var/wugtrio: Add STA_ER88577 MIPI panel

Add STA_ER88577 MIPI panel for Wugtrio.
Datasheet: 2081101BH8028073-50E_Pre Spec_240424.pdf

BUG=b:331870701
TEST=emerge-staryu coreboot chromeos-bootimage
BRANCH=corsola

Change-Id: I279d431d80ca0770540d88e213d4aeafe77038ce
Signed-off-by: Yang Wu <wuyang5@huaqin.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82055
Reviewed-by: Xuxin Xiong <xuxinxiong@huaqin.corp-partner.google.com>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Reviewed-by: Yidi Lin <yidilin@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
---
M src/mainboard/google/corsola/Kconfig
M src/mainboard/google/corsola/panel_wugtrio.c
2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/mainboard/google/corsola/Kconfig b/src/mainboard/google/corsola/Kconfig
index 402f4cc..8c291ce 100644
--- a/src/mainboard/google/corsola/Kconfig
+++ b/src/mainboard/google/corsola/Kconfig
@@ -68,6 +68,7 @@
select FW_CONFIG
select FW_CONFIG_SOURCE_CHROMEEC_CBI
select MIPI_PANEL_KD_KD101NE3_40TI if BOARD_GOOGLE_WUGTRIO
+ select MIPI_PANEL_STA_ER88577 if BOARD_GOOGLE_WUGTRIO
select MIPI_PANEL_STA_HIMAX83102_J02 if BOARD_GOOGLE_STARMIE
select MIPI_PANEL_STA_ILI9882T if BOARD_GOOGLE_STARMIE

diff --git a/src/mainboard/google/corsola/panel_wugtrio.c b/src/mainboard/google/corsola/panel_wugtrio.c
index 0f7c778..c8a8971 100644
--- a/src/mainboard/google/corsola/panel_wugtrio.c
+++ b/src/mainboard/google/corsola/panel_wugtrio.c
@@ -25,6 +25,14 @@
}

static struct panel_description wugtrio_panels[] = {
+ /* STA Technology panel with bias IC on it */
+ [0] = {
+ .configure_backlight = backlight_control,
+ .power_on = mipi_panel_power_on,
+ .name = "STA_ER88577",
+ .disp_path = DISP_PATH_MIPI,
+ .orientation = LB_FB_ORIENTATION_RIGHT_UP,
+ },
/* K&D Technology panel with bias IC on it */
[4] = {
.configure_backlight = backlight_control,

To view, visit change 82055. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I279d431d80ca0770540d88e213d4aeafe77038ce
Gerrit-Change-Number: 82055
Gerrit-PatchSet: 7
Gerrit-Owner: Yang Wu <wuyang5@huaqin.corp-partner.google.com>
Gerrit-Reviewer: Hung-Te Lin <hungte@chromium.org>
Gerrit-Reviewer: Paul Menzel <paulepanter@mailbox.org>
Gerrit-Reviewer: Xuxin Xiong <xuxinxiong@huaqin.corp-partner.google.com>
Gerrit-Reviewer: Yidi Lin <yidilin@google.com>
Gerrit-Reviewer: Yu-Ping Wu <yupingso@google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Haikun Zhou <zhouhaikun5@huaqin.corp-partner.google.com>
Gerrit-MessageType: merged