summaryrefslogtreecommitdiff
path: root/Platform/BroxtonPlatformPkg/Common
diff options
context:
space:
mode:
authorzwei4 <david.wei@intel.com>2017-07-17 10:32:23 +0800
committerzwei4 <david.wei@intel.com>2017-07-17 10:32:23 +0800
commitaabfb97f0734bb9ba27c3dd2f36503af9c672db2 (patch)
treec5230bfee2915407888621ba3ebcfc39e2d12ca3 /Platform/BroxtonPlatformPkg/Common
parent3bfaf23e95c68881bcbbfedececdece4cdff95f8 (diff)
downloadedk2-platforms-aabfb97f0734bb9ba27c3dd2f36503af9c672db2.tar.xz
WIFI Pin Setting
Configure GPIO pins of on-board WIFI. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: zwei4 <david.wei@intel.com>
Diffstat (limited to 'Platform/BroxtonPlatformPkg/Common')
-rw-r--r--Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/PlatformSsdt/Wifi/LBEE5KL1DX.asl8
1 files changed, 3 insertions, 5 deletions
diff --git a/Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/PlatformSsdt/Wifi/LBEE5KL1DX.asl b/Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/PlatformSsdt/Wifi/LBEE5KL1DX.asl
index ed4b285acc..7d0fa4ba8b 100644
--- a/Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/PlatformSsdt/Wifi/LBEE5KL1DX.asl
+++ b/Platform/BroxtonPlatformPkg/Common/Acpi/AcpiTablesPCAT/PlatformSsdt/Wifi/LBEE5KL1DX.asl
@@ -12,9 +12,7 @@
**/
/*
- GPIO_10 for Wi-Fi direct IRQ 0x6D.
- GPIO_15 for Wi-Fi reset
- PMIC_STDBY for Wi-Fi disable, NW index 30
+ GPIO_10 for Wi-Fi Kill.
*/
@@ -45,13 +43,13 @@ Scope(\_SB.PCI0.SDIO)
Method (_PS3, 0, NotSerialized)
{
- Store( 0x00, \_SB.GPO0.CWLE ) // Put WiFi chip in Reset
+ Store( 0x01, \_SB.GPO0.CWLE ) // Disable
Sleep(150)
}
Method (_PS0, 0, NotSerialized)
{
- Store( 0x01, \_SB.GPO0.CWLE ) // Take WiFi chip out in Reset
+ Store( 0x00, \_SB.GPO0.CWLE ) // Enable
Sleep(150)
}
}