]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: imx8mp-verdin: drop limit to sdio wi-fi frequency to 100 mhz
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Mon, 5 Aug 2024 17:48:14 +0000 (14:48 -0300)
committerShawn Guo <shawnguo@kernel.org>
Tue, 13 Aug 2024 03:25:32 +0000 (11:25 +0800)
SDIO frequency was limited to workaround some instabilities, however it
turned out that the instability had nothing to do with the speed but was
because of an issue with the USDHC IP that was fixed in
commit 52e4c32baed2 ("mmc: sdhci-esdhc-imx: only enable DAT[0] and CMD line
auto tuning for SDIO device").

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: João Paulo Gonçalves <joao.goncalves@toradex.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-verdin-wifi.dtsi

index efcab00c0142138e05e39fc28dc41482c882770d..cae06cb67cd3eab802738e866ce09dbc6a52d63b 100644 (file)
@@ -75,7 +75,6 @@
 &usdhc1 {
        bus-width = <4>;
        keep-power-in-suspend;
-       max-frequency = <100000000>;
        non-removable;
        pinctrl-names = "default", "state_100mhz", "state_200mhz";
        pinctrl-0 = <&pinctrl_usdhc1>, <&pinctrl_wifi_ctrl>;