From aabfb97f0734bb9ba27c3dd2f36503af9c672db2 Mon Sep 17 00:00:00 2001 From: zwei4 Date: Mon, 17 Jul 2017 10:32:23 +0800 Subject: WIFI Pin Setting Configure GPIO pins of on-board WIFI. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: zwei4 --- .../Common/Acpi/AcpiTablesPCAT/PlatformSsdt/Wifi/LBEE5KL1DX.asl | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'Platform/BroxtonPlatformPkg/Common') 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) } } -- cgit v1.2.3