From 33e295e66fe6fa5d7f2fead3bbbe30b6bfd5dca4 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Tue, 22 Oct 2013 16:37:39 -0700 Subject: samus: Tweaks from bringup - GPIO29 is no longer connected so we don't need the SMI workaround on the entry to sleep states. - Disable touchscreen wake source until the kernel driver is working so it does not wake immediately. - Update a few GPIOs and disable the codec for now as it is leaking into the 1.8V DDR rail. Change-Id: Ia67b17eb4a097627befd8f39aadc939da1bf3d40 Signed-off-by: Duncan Laurie Reviewed-on: https://chromium-review.googlesource.com/174122 Reviewed-by: Aaron Durbin (cherry picked from commit 0fdc9a83a434378499f825d072ce0adba5ffda59) Signed-off-by: Isaac Christensen Reviewed-on: http://review.coreboot.org/6829 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/mainboard/google/samus/acpi/mainboard.asl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainboard/google/samus/acpi') diff --git a/src/mainboard/google/samus/acpi/mainboard.asl b/src/mainboard/google/samus/acpi/mainboard.asl index c2e7264d78..f0b19961cb 100644 --- a/src/mainboard/google/samus/acpi/mainboard.asl +++ b/src/mainboard/google/samus/acpi/mainboard.asl @@ -99,6 +99,7 @@ Scope (\_SB) } }) +#if 0 // Disabled until kernel driver is working Name (_PRW, Package() { BOARD_TOUCHSCREEN_WAKE_GPIO, 0x3 }) Method (_DSW, 3, NotSerialized) @@ -110,5 +111,6 @@ Scope (\_SB) \_SB.PCI0.LPCB.GWAK (Local0) } } +#endif } } -- cgit v1.2.3