diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2018-06-15 18:04:43 +0200 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2018-06-21 11:36:23 +0200 |
commit | de2aa91aa082ed2000bb4e43d807b07e68160ead (patch) | |
tree | fe996726a2fcfd11baef7bc913d3023f2d0aee73 | |
parent | 39c726ffcf1e8d20fbf0c914718e6ab09179a024 (diff) |
Revert "ARM: dts: colibri-imx7: limit eMMC SDHC frequency to 100MHz"
This reverts commit 5f60d82d38a8af8529d1493463e301e548595ccb.
Several modules have issues with HS400 at 100MHz at room temperature
but they seem to work fine at HS400 at 200MHz. Do not restrict
frequency for now.
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r-- | arch/arm/boot/dts/imx7-colibri.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx7-colibri.dtsi b/arch/arm/boot/dts/imx7-colibri.dtsi index 264833fa6ade..46603e3b881b 100644 --- a/arch/arm/boot/dts/imx7-colibri.dtsi +++ b/arch/arm/boot/dts/imx7-colibri.dtsi @@ -346,7 +346,6 @@ assigned-clocks = <&clks IMX7D_USDHC3_ROOT_CLK>; assigned-clock-rates = <400000000>; bus-width = <8>; - max-frequency = <100000000>; non-removable; }; |