Attention is currently required from: Yu-Ping Wu.
cong yang 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 5:
(3 comments)
File src/mainboard/google/geralt/display.c:
https://review.coreboot.org/c/coreboot/+/73443/comment/5b2cfab5_4bf315f9 PS4, Line 24: void tps65132s_program_eeprom(void)
Move this below `configure_display()` to be consistent with the order in display.h.
Done
https://review.coreboot.org/c/coreboot/+/73443/comment/53110a79_96ca77ae PS4, Line 40: !(value == 0x11 && value1 == 0x11)
value != 0x11 || value1 != 0x11
Done
File src/mainboard/google/geralt/panel_geralt.c:
https://review.coreboot.org/c/coreboot/+/73443/comment/339ad825_c99dcd1b PS4, Line 32: tps65132s_program_eeprom();
One blank line below.
Done