Skip to content

Commit

Permalink
ARM: dts: imx6qdl-microsom.dtsi: avoid boot-time UHS warning
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Russell King authored and Shawn Guo committed Feb 29, 2016
1 parent 2443c60 commit 4adf3d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/imx6qdl-microsom.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 4adf3d6

Please sign in to comment.