summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/picasso
diff options
context:
space:
mode:
authorRaul E Rangel <rrangel@chromium.org>2022-05-09 16:53:28 -0600
committerWerner Zeh <werner.zeh@siemens.com>2022-05-16 04:42:53 +0000
commit0a5d1d7aae202b335e4f8dd0df05b15da584943c (patch)
tree8833a85c8d5cc634e550cbd6fc81755801f0b1fb /src/soc/amd/picasso
parent221c15d3a03843d712123de900e344567278e0db (diff)
downloadcoreboot-0a5d1d7aae202b335e4f8dd0df05b15da584943c.tar.gz
coreboot-0a5d1d7aae202b335e4f8dd0df05b15da584943c.tar.bz2
coreboot-0a5d1d7aae202b335e4f8dd0df05b15da584943c.zip
soc/amd/picasso/acpi: Change GPIO controller interrupt to shared
This change matches what we already do for cezanne. It will allow the GPIO controller to work correctly in windows. BUG=b:175146875 TEST=Boot windows and verify GPIO controller binds correctly and touch screen works. Also boot linux and verify touchpad still works. Signed-off-by: Raul E Rangel <rrangel@chromium.org> Change-Id: I998e286de18d3e3f8b2fe610d17aef94a6cf5477 Reviewed-on: https://review.coreboot.org/c/coreboot/+/64227 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Rob Barnes <robbarnes@google.com>
Diffstat (limited to 'src/soc/amd/picasso')
-rw-r--r--src/soc/amd/picasso/acpi/sb_fch.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/acpi/sb_fch.asl b/src/soc/amd/picasso/acpi/sb_fch.asl
index e561d1d5d3b1..cbea9d92f305 100644
--- a/src/soc/amd/picasso/acpi/sb_fch.asl
+++ b/src/soc/amd/picasso/acpi/sb_fch.asl
@@ -34,7 +34,7 @@ Device (GPIO)
ResourceConsumer,
Level,
ActiveLow,
- Exclusive, , , IRQR)
+ Shared, , , IRQR)
{ 0 }
Memory32Fixed (ReadWrite, ACPIMMIO_GPIO0_BASE, 0x400)
}