Attention is currently required from: Hung-Te Lin, Ruihai Zhou.
Yidi Lin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/78957?usp=email )
Change subject: mb/google/geralt: Enable BOE_NV110WUM_L60 panel for Ciri ......................................................................
Patch Set 9:
(2 comments)
File src/mainboard/google/geralt/panel_ciri.c:
https://review.coreboot.org/c/coreboot/+/78957/comment/e40674ba_64bd4f5f : PS9, Line 17: power_on_mipi_boe_tv110wum_ll0 This function is identical to `power_on_mipi_boe_tv110c9m_ll0` in `panel_geralt.c`. Please move it to `panel.c` after CB:79776 merged.
https://review.coreboot.org/c/coreboot/+/78957/comment/290fcb82_bf00754b : PS9, Line 39: gpio_output(GPIO_DISP_RST_1V8_L, 0); : mdelay(1); : gpio_output(GPIO_DISP_RST_1V8_L, 1); : mdelay(1); : gpio_output(GPIO_DISP_RST_1V8_L, 0); : mdelay(1); : gpio_output(GPIO_DISP_RST_1V8_L, 1); : mdelay(6); Does this panel require toggling reset pin twice ?