Attention is currently required from: cong yang.
Yu-Ping Wu has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/73443 )
Change subject: mb/google/geralt: Set +-5.7V to TPS65132s EEPROM ......................................................................
Patch Set 4:
(3 comments)
File src/mainboard/google/geralt/display.c:
https://review.coreboot.org/c/coreboot/+/73443/comment/3512c8c0_9eb01d1d PS4, Line 24: void tps65132s_program_eeprom(void) Move this below `configure_display()` to be consistent with the order in display.h.
https://review.coreboot.org/c/coreboot/+/73443/comment/1484df07_1010dc5b PS4, Line 40: !(value == 0x11 && value1 == 0x11) value != 0x11 || value1 != 0x11
File src/mainboard/google/geralt/panel_geralt.c:
https://review.coreboot.org/c/coreboot/+/73443/comment/40e23e98_4e240ee8 PS4, Line 32: tps65132s_program_eeprom(); One blank line below.