[coreboot-gerrit] New patch to review for coreboot: 64b4693 samus: Change GPIO controller label to INT3437:00

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Thu Apr 2 23:52:19 CEST 2015


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/9265

-gerrit

commit 64b4693216092c25898d3e7dd92784ccf0fcb70a
Author: Duncan Laurie <dlaurie at chromium.org>
Date:   Fri Oct 17 13:49:22 2014 -0700

    samus: Change GPIO controller label to INT3437:00
    
    This matches the label exported by the GPIO controller in the
    kernel and allows more speicific matches if there are other
    devices that also export GPIOs.
    
    BUG=chrome-os-partner:33098
    BRANCH=samus
    TEST=crossystem wpsw_cur returns 1
    
    Change-Id: I96f8d0f7f9fd584be4a6f14d13e04db0a88951a8
    Signed-off-by: Stefan Reinauer <reinauer at chromium.org>
    Original-Commit-Id: 736679136a0a72874304eaeae1ac58633cd2ce14
    Original-Change-Id: I655549d0f0eca341581bfbf845162d8b9f5e993d
    Original-Signed-off-by: Duncan Laurie <dlaurie at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/224136
    Original-Reviewed-by: Aaron Durbin <adurbin at chromium.org>
---
 src/mainboard/google/samus/acpi/chromeos.asl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mainboard/google/samus/acpi/chromeos.asl b/src/mainboard/google/samus/acpi/chromeos.asl
index 132f65d..d490f60 100644
--- a/src/mainboard/google/samus/acpi/chromeos.asl
+++ b/src/mainboard/google/samus/acpi/chromeos.asl
@@ -18,6 +18,6 @@
  */
 
 Name (OIPG, Package() {
-	Package () { 0x0001, 0, 0xFFFFFFFF, "PCH-LP" }, // no recovery button
-	Package () { 0x0003, 1, 16, "PCH-LP" }, // firmware write protect
+	Package () { 0x0001, 0, 0xFFFFFFFF, "INT3437:00" }, // no recovery button
+	Package () { 0x0003, 1, 16, "INT3437:00" }, // firmware write protect
 })



More information about the coreboot-gerrit mailing list