Skip to content

Commit 9cee27c

Browse files
GateworksShawn Guo
authored andcommitted
arm64: dts: imx8mm-venice-gw7903: 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 imx8m{m,n,p}-venice boards. Fixes: a72ba91 ("arm64: dts: imx: Add i.mx8mm Gateworks gw7903 dts support") Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 2ef45ff commit 9cee27c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm64/boot/dts/freescale/imx8mm-venice-gw7903.dts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,8 @@
621621
pinctrl-0 = <&pinctrl_usdhc3>;
622622
pinctrl-1 = <&pinctrl_usdhc3_100mhz>;
623623
pinctrl-2 = <&pinctrl_usdhc3_200mhz>;
624+
assigned-clocks = <&clk IMX8MM_CLK_USDHC3>;
625+
assigned-clock-rates = <400000000>;
624626
bus-width = <8>;
625627
non-removable;
626628
status = "okay";

0 commit comments

Comments
 (0)