summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Linton <jeremy.linton@arm.com>2021-04-08 00:58:41 -0500
committerArd Biesheuvel <ardb@kernel.org>2021-05-10 18:46:44 +0200
commitd23f047b21404eba8682d92fb69c3f74b4809f6f (patch)
tree38ed2fb10b56a141abec32420a66aa4817c1cdb8
parentc7e1631a673f7428b4f141fd5955918d915eb238 (diff)
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 <jeremy.linton@arm.com> Reviewed-by: Pete Batard <pete@akeo.ie> Reviewed-by: Andrei Warkentin <awarkentin@vmware.com>
-rw-r--r--Platform/RaspberryPi/AcpiTables/Sdhc.asl2
1 files changed, 1 insertions, 1 deletions
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 },
}
})