From e34a7705e64fab805d699bdb7ffa34c324696b38 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Mon, 9 Jan 2017 01:35:48 -0600 Subject: 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 Reviewed-on: https://review.coreboot.org/20056 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel --- src/soc/intel/baytrail/acpi/southcluster.asl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/soc/intel/baytrail') diff --git a/src/soc/intel/baytrail/acpi/southcluster.asl b/src/soc/intel/baytrail/acpi/southcluster.asl index 834f6adff4..14731ee27c 100644 --- a/src/soc/intel/baytrail/acpi/southcluster.asl +++ b/src/soc/intel/baytrail/acpi/southcluster.asl @@ -258,7 +258,10 @@ Scope (\_SB) { // GPIO Devices #include "gpio.asl" +} +Scope (\_SB.PCI0) +{ // LPSS Devices #include "lpss.asl" -- cgit v1.2.3