ARM: dts: imx7-colibri: disable HS400
authorStefan Agner <stefan.agner@toradex.com>
Mon, 12 Aug 2019 14:21:17 +0000 (14:21 +0000)
committerShawn Guo <shawnguo@kernel.org>
Mon, 19 Aug 2019 11:15:54 +0000 (13:15 +0200)
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>
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
Reviewed-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx7-colibri.dtsi

index 1228ee33bca990a0db684ed6ded949a0d29ae2e2..f43f332f5799c1fa715424ee758f593dccd509f5 100644 (file)
        vmmc-supply = <&reg_module_3v3>;
        vqmmc-supply = <&reg_DCDC3>;
        non-removable;
+       sdhci-caps-mask = <0x80000000 0x0>;
 };
 
 &iomuxc {