diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2016-01-27 20:23:50 +0000 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-02-29 16:17:25 +0800 |
commit | 4adf3d6e901e35a239e887b4dfd81f7e1fedea45 (patch) | |
tree | 93770442b0571aff3ed0e752bbb7ad9e756619df /arch/arm/boot/dts/imx6qdl-microsom.dtsi | |
parent | 2443c6095d9e53b9fa360a9a7d1cbd66dedec3a0 (diff) | |
download | blackbird-obmc-linux-4adf3d6e901e35a239e887b4dfd81f7e1fedea45.tar.gz blackbird-obmc-linux-4adf3d6e901e35a239e887b4dfd81f7e1fedea45.zip |
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 <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-microsom.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-microsom.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |