Raul Rangel has uploaded a new patch set (#3). ( https://review.coreboot.org/c/coreboot/+/43467 )
Change subject: mb/google/zork: Don't generate power resource for Raydium TS ......................................................................
mb/google/zork: Don't generate power resource for Raydium TS
The Raydium ACPI entry currently provides a reset GPIO and an _ON/_OFF method to the kernel. These are contradictory. The ownership of the GPIO should be mutually exclusive between either the OS or the FW. The linux kernel driver has support for the reset GPIO, so omit the power resource.
BUG=b:160854397 TEST=Boot trembyle and make sure TS works. Suspend/Resume trembyle 300+ times.
Signed-off-by: Raul E Rangel rrangel@chromium.org Change-Id: I23131be5d7109eed660a8bd6e2c156c015aa3c4e --- M src/mainboard/google/zork/variants/baseboard/gpio_baseboard_dalboz.c M src/mainboard/google/zork/variants/baseboard/gpio_baseboard_trembyle.c M src/mainboard/google/zork/variants/berknip/overridetree.cb M src/mainboard/google/zork/variants/dalboz/overridetree.cb M src/mainboard/google/zork/variants/ezkinil/overridetree.cb M src/mainboard/google/zork/variants/trembyle/overridetree.cb 6 files changed, 2 insertions(+), 10 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/43467/3