[coreboot-gerrit] Change in coreboot[master]: google/cyan: Fix ACPI resource scope for Melfas touchscreen

Matt DeVillier (Code Review) gerrit at coreboot.org
Thu Aug 16 07:29:57 CEST 2018


Matt DeVillier has uploaded this change for review. ( https://review.coreboot.org/28114


Change subject: google/cyan: Fix ACPI resource scope for Melfas touchscreen
......................................................................

google/cyan: Fix ACPI resource scope for Melfas touchscreen

Fix scope of ResourceSource, which should match the scope of the
device itself.

Change-Id: I9d0ff0ecc2721ec55b1ed12dddb495cd55966daf
Signed-off-by: Matt DeVillier <matt.devillier at gmail.com>
---
M src/mainboard/google/cyan/acpi/touchscreen_melfas.asl
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/28114/1

diff --git a/src/mainboard/google/cyan/acpi/touchscreen_melfas.asl b/src/mainboard/google/cyan/acpi/touchscreen_melfas.asl
index 905b7b8..15b2237 100644
--- a/src/mainboard/google/cyan/acpi/touchscreen_melfas.asl
+++ b/src/mainboard/google/cyan/acpi/touchscreen_melfas.asl
@@ -33,7 +33,7 @@
 					ControllerInitiated,      /* SlaveMode */
 					400000,                   /* ConnectionSpeed */
 					AddressingMode7Bit,       /* AddressingMode */
-					"\\_SB.I2C1",             /* ResourceSource */
+					"\\_SB.PCI0.I2C1",        /* ResourceSource */
 				)
 				GpioInt (Level, ActiveLow, ExclusiveAndWake, PullDefault,,
  					"\\_SB.GPNC") { BOARD_TOUCH_GPIO_INDEX }

-- 
To view, visit https://review.coreboot.org/28114
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9d0ff0ecc2721ec55b1ed12dddb495cd55966daf
Gerrit-Change-Number: 28114
Gerrit-PatchSet: 1
Gerrit-Owner: Matt DeVillier <matt.devillier at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180816/2e6473bb/attachment-0001.html>


More information about the coreboot-gerrit mailing list