Shaoming Chen has uploaded this change for review.

View Change

src/mainboard/google: enable Eotp feature

enable Eotp feature for anx7625

BUG=none
BRANCH=kukui
TEST=Boots correctly on Kukui

Signed-off-by: Shaoming Chen <shaoming.chen@mediatek.corp-partner.google.com>
Change-Id: Ifadd0def13cc264e9d39ab9c981fbdc996396bfa
---
M src/mainboard/google/kukui/mainboard.c
1 file changed, 5 insertions(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/68/48868/1
diff --git a/src/mainboard/google/kukui/mainboard.c b/src/mainboard/google/kukui/mainboard.c
index 4220810d..e6fac84 100644
--- a/src/mainboard/google/kukui/mainboard.c
+++ b/src/mainboard/google/kukui/mainboard.c
@@ -160,8 +160,12 @@
u32 mipi_dsi_flags = (MIPI_DSI_MODE_VIDEO |
MIPI_DSI_MODE_VIDEO_SYNC_PULSE |
MIPI_DSI_MODE_LPM);
- if (CONFIG(DRIVER_ANALOGIX_ANX7625))
+/* if (CONFIG(DRIVER_ANALOGIX_ANX7625))
mipi_dsi_flags |= MIPI_DSI_MODE_EOT_PACKET;
+*/
+ /* if bit9 = 1, then disable EoT packets, other enable EoT pachets in HS mode */
+ printk(BIOS_INFO, "mipi_dsi_flags = 0x%x \n", mipi_dsi_flags);
+
if (mtk_dsi_init(mipi_dsi_flags, MIPI_DSI_FMT_RGB888, 4, edid,
panel->s->init) < 0) {
printk(BIOS_ERR, "%s: Failed in DSI init.\n", __func__);

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ifadd0def13cc264e9d39ab9c981fbdc996396bfa
Gerrit-Change-Number: 48868
Gerrit-PatchSet: 1
Gerrit-Owner: Shaoming Chen <shaoming.chen@mediatek.corp-partner.google.com>
Gerrit-MessageType: newchange