From d23f047b21404eba8682d92fb69c3f74b4809f6f Mon Sep 17 00:00:00 2001 From: Jeremy Linton Date: Thu, 8 Apr 2021 00:58:41 -0500 Subject: Platform/RaspberryPi/Acpitables: Enable Arasan hispeed mode The arasan caps registers are no longer being overridden by the brcm iproc driver, so we should be assuring that the "High Speed Support" bit 21 is set in the capability register. This significantly improves the wifi perf using linux. Signed-off-by: Jeremy Linton Reviewed-by: Pete Batard Reviewed-by: Andrei Warkentin --- Platform/RaspberryPi/AcpiTables/Sdhc.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Platform/RaspberryPi/AcpiTables/Sdhc.asl b/Platform/RaspberryPi/AcpiTables/Sdhc.asl index 0430ab7d..42776e33 100644 --- a/Platform/RaspberryPi/AcpiTables/Sdhc.asl +++ b/Platform/RaspberryPi/AcpiTables/Sdhc.asl @@ -52,7 +52,7 @@ Device (SDC1) Name (_DSD, Package () { ToUUID("daffd814-6eba-4d8c-8a91-bc9bbf4aa301"), Package () { - Package () { "sdhci-caps", 0x0100fa81 }, + Package () { "sdhci-caps", 0x0120fa81 }, } }) -- cgit v1.2.3