summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6ull-14x14-evk-emmc.dts
diff options
context:
space:
mode:
authorHaibo Chen <haibo.chen@nxp.com>2016-08-09 17:51:04 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:24:52 +0800
commit0244a92286dd3453f19523a3841422c04632677f (patch)
tree627037f49405b68ee4fa24fd399e763afe3e7d73 /arch/arm/boot/dts/imx6ull-14x14-evk-emmc.dts
parentf3f4c85a81170ab80454e85af93b016bd60492a0 (diff)
MLK-13022-3 arm: dts: imx6ull-14x14-evk-emmc.dts: set usdhc2 per clock to 132MHz
For imx6ull-14x14-evk emmc rework board, usdhc2 HS200 I/O timing is not stable @176MHz, for write operation, crc error shows up. So this patch change the frequence to 132MHz. Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6ull-14x14-evk-emmc.dts')
-rw-r--r--arch/arm/boot/dts/imx6ull-14x14-evk-emmc.dts5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6ull-14x14-evk-emmc.dts b/arch/arm/boot/dts/imx6ull-14x14-evk-emmc.dts
index 5097ec8f6037..bf8db204017a 100644
--- a/arch/arm/boot/dts/imx6ull-14x14-evk-emmc.dts
+++ b/arch/arm/boot/dts/imx6ull-14x14-evk-emmc.dts
@@ -14,8 +14,9 @@
pinctrl-1 = <&pinctrl_usdhc2_8bit_100mhz>;
pinctrl-2 = <&pinctrl_usdhc2_8bit_200mhz>;
assigned-clocks = <&clks IMX6UL_CLK_USDHC2_SEL>, <&clks IMX6UL_CLK_USDHC2>;
- assigned-clock-parents = <&clks IMX6UL_CLK_PLL2_PFD0>;
- assigned-clock-rates = <0>, <176000000>;
+ assigned-clock-parents = <&clks IMX6UL_CLK_PLL2_PFD2>;
+ assigned-clock-rates = <0>, <396000000>;
+ max-frequency = <132000000>;
bus-width = <8>;
non-removable;
status = "okay";