Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: colibri-imx6ull: limit SDIO clock to 25MHz

NXP and AzureWave don't recommend using SDIO bus mode 3.3V@50MHz due
to noise affecting the wireless throughput. Colibri iMX6ULL uses only
3.3V signaling for Wi-Fi module AW-CM276NF.

Limit the SDIO Clock on Colibri iMX6ULL to 25MHz.

Fixes: c2e4987e0e02 ("ARM: dts: imx6ull: add Toradex Colibri iMX6ULL support")
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Oleksandr Suvorov and committed by
Shawn Guo
828db68f 29f6a20c

+1
+1
arch/arm/boot/dts/imx6ull-colibri-wifi.dtsi
··· 43 43 assigned-clock-rates = <0>, <198000000>; 44 44 cap-power-off-card; 45 45 keep-power-in-suspend; 46 + max-frequency = <25000000>; 46 47 mmc-pwrseq = <&wifi_pwrseq>; 47 48 no-1-8-v; 48 49 non-removable;