diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2015-05-13 18:22:49 +0200 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2015-05-14 15:08:52 +0200 |
commit | cbcf28fef073742ad09689861c0ca279885484bb (patch) | |
tree | b1d3687639ec8559bee2b74c008bc4bcea0bd524 /src/mainboard/lenovo/x230/acpi/platform.asl | |
parent | 4b1f09694cddd27ba320552671ae84c9c7830f3b (diff) |
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 <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/10190
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <edward.ocallaghan@koparo.com>
Diffstat (limited to 'src/mainboard/lenovo/x230/acpi/platform.asl')
-rw-r--r-- | src/mainboard/lenovo/x230/acpi/platform.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/x230/acpi/platform.asl b/src/mainboard/lenovo/x230/acpi/platform.asl index 72b9dbfa44..3ce4a5e2db 100644 --- a/src/mainboard/lenovo/x230/acpi/platform.asl +++ b/src/mainboard/lenovo/x230/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 */ |