linux-arm-kernel.lists.infradead.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
  2016-02-18 13:35 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Russell King @ 2016-02-15 17:12 UTC (permalink / raw)
  To: 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

* [PATCH] ARM: dts: imx6qdl-microsom.dtsi: avoid boot-time UHS warning
  2016-02-15 17:12 [PATCH] ARM: dts: imx6qdl-microsom.dtsi: avoid boot-time UHS warning Russell King
@ 2016-02-18 13:35 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2016-02-18 13:35 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[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
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).