Hello build bot (Jenkins), 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 (#2).
Change subject: soc/intel/tigerlake: Fix acpi path for gpio. ......................................................................
soc/intel/tigerlake: Fix acpi path for gpio.
In Tigerlake kernel driver list each gpio community as separate gpio devices. coreboot have the 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 with to be in sync with the separte GPIO communities.
BRANCH=none TEST=From the devicetree for any device when we use driver/usb/acpi verify that in the generates SSDT the path for gpio is 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/2