diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2018-09-27 15:05:54 +0200 |
---|---|---|
committer | Philippe Schenker <philippe.schenker@toradex.com> | 2019-05-09 11:13:55 +0200 |
commit | b8f1c4d90c01b4aadef2a7dcc5e8b1a5fab79a16 (patch) | |
tree | 49f8a57995055ddc15888770c1d7848bef2be185 /arch/arm | |
parent | 05a77a2db715146ef76c094158e071d3929a1134 (diff) |
ARM: dts: imx7-colibri: disable HS400
Force HS200 by masking bit 63 of the SDHCI capability register.
The i.MX ESDHC driver uses SDHCI_QUIRK2_CAPS_BIT63_FOR_HS400. With
that the stack checks bit 63 to descide whether HS400 is available.
Using sdhci-caps-mask allows to mask bit 63. The stack then selects
HS200 as operating mode.
This prevents rare communication errors with minimal effect on
performance:
sdhci-esdhc-imx 30b60000.usdhc: warning! HS400 strobe DLL status REF not lock!
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/imx7-colibri.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7-colibri.dtsi b/arch/arm/boot/dts/imx7-colibri.dtsi index 9cbfde7bd843..c9e50f1149d4 100644 --- a/arch/arm/boot/dts/imx7-colibri.dtsi +++ b/arch/arm/boot/dts/imx7-colibri.dtsi @@ -353,6 +353,7 @@ assigned-clock-rates = <400000000>; bus-width = <8>; non-removable; + sdhci-caps-mask = <0x80000000 0x0>; }; &iomuxc { |