ARM: dts: imx6qdl-microsom.dtsi: avoid boot-time UHS warning
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 27 Jan 2016 20:23:50 +0000 (20:23 +0000)
committerShawn Guo <shawnguo@kernel.org>
Mon, 29 Feb 2016 08:17:25 +0000 (16:17 +0800)
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 <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-microsom.dtsi

index 6d4069cc9419eae3361fece8cd52a1e29b25b853..86460e46d0559b770a16bcecfad8e2522395f226 100644 (file)
        bus-width = <4>;
        mmc-pwrseq = <&usdhc1_pwrseq>;
        keep-power-in-suspend;
+       no-1-8-v;
        non-removable;
        vmmc-supply = <&reg_brcm>;
        status = "okay";
This page took 0.027118 seconds and 5 git commands to generate.