Hello build bot (Jenkins), Furquan Shaikh, Wonkyu Kim, caveh jalali, Angel Pons, Nick Vaccaro, Srinidhi N Kaushik, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/39344
to look at the new patch set (#5).
Change subject: soc/intel/tigerlake: Fix ACPI path for GPIO ......................................................................
soc/intel/tigerlake: Fix ACPI path for GPIO
The Tiger Lake 5.4 kernel pinctrl driver lists each GPIO community as separate GPIO devices and coreboot has similar changes in ASL file to keep in sync with kernel. Acpigen reads the GPIO communities and the drivers populates the SSDT with proper values. Here we fix the ACPI path names in coreboot GPIO to be in sync with the GPIO driver names.
BRANCH=none TEST=Verify when we use driver/usb/acpi in devicetree for any device the generated SSDT have the path for GPIO populated properly.
Change-Id: Ib03f6b26bafc304e531f2eaeeb0455b8333f1e44 Signed-off-by: Shaunak Saha shaunak.saha@intel.com --- M src/soc/intel/tigerlake/gpio_tgl.c 1 file changed, 5 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/44/39344/5