devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: imx6qdl-microsom.dtsi: avoid boot-time UHS warning
@ 2016-02-15 17:12 Russell King
       [not found] ` <E1aVMgw-0001wE-5w-eh5Bv4kxaXIANfyc6IWni62ZND6+EDdj@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Russell King @ 2016-02-15 17:12 UTC (permalink / raw)
  To: Shawn Guo
  Cc: Mark Rutland, devicetree, Pawel Moll, Ian Campbell, Rob Herring,
	Sascha Hauer, Kumar Gala, linux-arm-kernel

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(+)

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 = <&reg_brcm>;
 	status = "okay";
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-18 13:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-15 17:12 [PATCH] ARM: dts: imx6qdl-microsom.dtsi: avoid boot-time UHS warning Russell King
     [not found] ` <E1aVMgw-0001wE-5w-eh5Bv4kxaXIANfyc6IWni62ZND6+EDdj@public.gmane.org>
2016-02-18 13:35   ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).