Attention is currently required from: Tim Crawford, Raul Rangel. Hello Tim Crawford, build bot (Jenkins), Matt DeVillier, Tim Wawrzynczak, Karthik Ramasubramanian,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/60174
to look at the new patch set (#2).
Change subject: drivers/i2c/generic: Print error when using _CRS and PowerResource ......................................................................
drivers/i2c/generic: Print error when using _CRS and PowerResource
Exposing the GPIOs via an ACPI PowerResource and the _CRS results in the OS driver and ACPI thinking they own the GPIO. This can cause timing problems because it's not clear which system should be controlling the GPIO. I'm making this an error because we should really clean these up.
BUG=b:210694108 TEST=Boot guybrush and see error:
I2C: 02:5d: ERROR: Exposing GPIOs in Power Resource and _CRS _SB.I2C1.H05D: Goodix Touchscreen at I2C: 02:5d
Signed-off-by: Raul E Rangel rrangel@chromium.org Change-Id: Ifcc42ed81fff295fb168a0b343e96b3a650b1c84 --- M src/drivers/i2c/generic/generic.c 1 file changed, 10 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/74/60174/2