summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/rambi/acpi/trackpad_atmel.asl
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2017-01-09 01:35:48 -0600
committerMartin Roth <martinroth@google.com>2017-06-12 04:07:32 +0200
commite34a7705e64fab805d699bdb7ffa34c324696b38 (patch)
treedb16b971ec398ad860adcc0eec1c0b3e5ad94f70 /src/mainboard/google/rambi/acpi/trackpad_atmel.asl
parent4b18a922f0ab597fc010beeef01cee332fd48705 (diff)
downloadcoreboot-e34a7705e64fab805d699bdb7ffa34c324696b38.tar.gz
coreboot-e34a7705e64fab805d699bdb7ffa34c324696b38.tar.bz2
coreboot-e34a7705e64fab805d699bdb7ffa34c324696b38.zip
soc/baytrail: fix scope for I2C ACPI devices
For an unknown reason, the I2C ACPI devices were placed under \SB intead of \SB.PCI0, as with all other non-Atom based Intel platforms. While Linux is tolerant of this, Windows is not. Correct by moving I2C ACPI devices where they belong. Also, adjust I2C devices at board level for google/rambi as to not break compilation. Change-Id: I4ef978214aa36078dc04ee1c73b3e2b4bb22f692 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/20056 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/google/rambi/acpi/trackpad_atmel.asl')
-rw-r--r--src/mainboard/google/rambi/acpi/trackpad_atmel.asl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/rambi/acpi/trackpad_atmel.asl b/src/mainboard/google/rambi/acpi/trackpad_atmel.asl
index 1d9fb461975b..20296bddf4e0 100644
--- a/src/mainboard/google/rambi/acpi/trackpad_atmel.asl
+++ b/src/mainboard/google/rambi/acpi/trackpad_atmel.asl
@@ -14,7 +14,7 @@
#include <variant/onboard.h>
-Scope (\_SB.I2C1)
+Scope (\_SB.PCI0.I2C1)
{
Device (ATPA)
{
@@ -30,7 +30,7 @@ Scope (\_SB.I2C1)
ControllerInitiated, // SlaveMode
400000, // ConnectionSpeed
AddressingMode7Bit, // AddressingMode
- "\\_SB.I2C1", // ResourceSource
+ "\\_SB.PCI0.I2C1", // ResourceSource
)
Interrupt (ResourceConsumer, Level, ActiveLow)
{