Skip to content

Commit 81b07d5

Browse files
GateworksShawn Guo
authored andcommitted
arm64: dts: imx8mp-venice-gw702x: Increase HS400 USDHC clock speed
The IMX8M reference manuals indicate in the USDHC Clock generator section that the clock rate for DDR is 1/2 the input clock therefore HS400 rates clocked at 200Mhz require a 400Mhz SDHC clock. This showed about a 1.5x improvement in read performance for the eMMC's used on the various imx8mp-venice boards. Fixes: 0d5b288 ("arm64: dts: freescale: Add imx8mp-venice-gw7905-2x") Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent c5d9a36 commit 81b07d5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm64/boot/dts/freescale/imx8mp-venice-gw702x.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,8 @@
434434
pinctrl-0 = <&pinctrl_usdhc3>;
435435
pinctrl-1 = <&pinctrl_usdhc3_100mhz>;
436436
pinctrl-2 = <&pinctrl_usdhc3_200mhz>;
437+
assigned-clocks = <&clk IMX8MP_CLK_USDHC3>;
438+
assigned-clock-rates = <400000000>;
437439
bus-width = <8>;
438440
non-removable;
439441
status = "okay";

0 commit comments

Comments
 (0)