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/t420s/acpi/platform.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/lenovo/t420s') diff --git a/src/mainboard/lenovo/t420s/acpi/platform.asl b/src/mainboard/lenovo/t420s/acpi/platform.asl index f937dc552a..c59e26a830 100644 --- a/src/mainboard/lenovo/t420s/acpi/platform.asl +++ b/src/mainboard/lenovo/t420s/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