Skip to content
Snippets Groups Projects
Commit f5f3de89 authored by Kever Yang's avatar Kever Yang Committed by Simon Glass
Browse files

dts: arm64: rk3399: add max-frequency for sdhci


Add 'max-frequency' for sdhci node for clock init.

Signed-off-by: default avatarKever Yang <kever.yang@rock-chips.com>
Reviewed-by: default avatarJaehoon Chung <jh80.chung@samsung.com>
parent 39fbb56f
No related branches found
No related tags found
No related merge requests found
......@@ -188,6 +188,7 @@
interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
assigned-clocks = <&cru SCLK_EMMC>;
assigned-clock-rates = <200000000>;
max-frequency = <200000000>;
clocks = <&cru SCLK_EMMC>, <&cru ACLK_EMMC>;
clock-names = "clk_xin", "clk_ahb";
phys = <&emmc_phy>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment