Hello Nicolas Boichat,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/46582
to review the following change.
Change subject: HACK: Disable DSI bist pattern ......................................................................
HACK: Disable DSI bist pattern
Let's try to output real data
BUG=b:155713214 TEST=boot asurada
Change-Id: I9eca8b0d7e5cef45f5868f986ce32f3b5c92a9ac --- M src/soc/mediatek/common/dsi.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/82/46582/1
diff --git a/src/soc/mediatek/common/dsi.c b/src/soc/mediatek/common/dsi.c index ac289c8..6f0d7e6d 100644 --- a/src/soc/mediatek/common/dsi.c +++ b/src/soc/mediatek/common/dsi.c @@ -130,8 +130,8 @@ if (mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE) tmp_reg1 = SYNC_PULSE_MODE; } -#if 1 //DSI pattern write32(&dsi0->dsi_mode_ctrl, tmp_reg1); +#if 0 //DSI pattern write32(&dsi0->dsi_bist_pattern, 0xff00); write32(&dsi0->dsi_bist_con, 0x40); #endif