From cbcf28fef073742ad09689861c0ca279885484bb Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Wed, 13 May 2015 18:22:49 +0200 Subject: lenovo: Disable radio when suspending or turning off. Without this some radios may remain operational. They may consume power but the immediate demonstrable effect is wireless LED still being on. Coreboot will reenable radios on resume or poweron. Change-Id: I9fcb08880964b1594f779a246840bc3013a44afe Signed-off-by: Vladimir Serbinenko Reviewed-on: http://review.coreboot.org/10190 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan --- src/mainboard/lenovo/x220/acpi/platform.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/lenovo/x220/acpi/platform.asl') diff --git a/src/mainboard/lenovo/x220/acpi/platform.asl b/src/mainboard/lenovo/x220/acpi/platform.asl index 72b9dbfa442c..3ce4a5e2db39 100644 --- a/src/mainboard/lenovo/x220/acpi/platform.asl +++ b/src/mainboard/lenovo/x220/acpi/platform.asl @@ -61,7 +61,7 @@ Method(_PIC, 1) Method(_PTS,1) { - + \_SB.PCI0.LPCB.EC.RADI(0) } /* The _WAK method is called on system wakeup */ -- cgit v1.2.3