From: Russell King Date: Wed, 27 Jan 2016 20:23:50 +0000 (+0000) Subject: ARM: dts: imx6qdl-microsom.dtsi: avoid boot-time UHS warning X-Git-Tag: Ubuntu-5.2.0-15.16~9500^2~11^2~56 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=4adf3d6e901e35a239e887b4dfd81f7e1fedea45;p=mirror_ubuntu-eoan-kernel.git ARM: dts: imx6qdl-microsom.dtsi: avoid boot-time UHS warning Avoid the following warning: sdhci-esdhc-imx 2190000.usdhc: could not get ultra high speed state, work on normal mode which occurs regularly at boot each time the SDHCI interface for the Broadcom WiFi is probed at boot. Signed-off-by: Russell King Signed-off-by: Shawn Guo --- 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";