Message ID | E1aVMgw-0001wE-5w@rmk-PC.arm.linux.org.uk (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Mon, Feb 15, 2016 at 05:12:06PM +0000, Russell King wrote: > Avoid the following warning: > > sdhci-esdhc-imx 2190000.usdhc: could not get ultra high speed state, work on normal mode > > which occurs at boot each time the SDHCI interface for the Broadcom > WiFi is probed. > > Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Not sure why you resend, but I already applied the following series you sent on Jan. 27 [1]. [PATCH 1/3] ARM: dts: imx6qdl-microsom.dtsi: avoid boot-time UHS warning [PATCH 2/3] ARM: dts: imx6*-hummingboard: use proper gpio flags definitions [PATCH 3/3] ARM: dts: imx6*-hummingboard: fix pcie reset GPIO specification Shawn [1] http://permalink.gmane.org/gmane.linux.drivers.devicetree/154097
diff --git a/arch/arm/boot/dts/imx6qdl-microsom.dtsi b/arch/arm/boot/dts/imx6qdl-microsom.dtsi index 6d4069cc9419..86460e46d055 100644 --- a/arch/arm/boot/dts/imx6qdl-microsom.dtsi +++ b/arch/arm/boot/dts/imx6qdl-microsom.dtsi @@ -154,6 +154,7 @@ bus-width = <4>; mmc-pwrseq = <&usdhc1_pwrseq>; keep-power-in-suspend; + no-1-8-v; non-removable; vmmc-supply = <®_brcm>; status = "okay";
Avoid the following warning: sdhci-esdhc-imx 2190000.usdhc: could not get ultra high speed state, work on normal mode which occurs at boot each time the SDHCI interface for the Broadcom WiFi is probed. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> --- arch/arm/boot/dts/imx6qdl-microsom.dtsi | 1 + 1 file changed, 1 insertion(+)