Commit 82c05810 authored by Gabriel Fernandez's avatar Gabriel Fernandez Committed by Maxime Coquelin

ARM: DT: STi: STiH418: Fix mmc0 clock configuration

This patch configure correctly the MMC-0 clock for STiH418 platform.
Signed-off-by: default avatarGabriel Fernandez <gabriel.fernandez@linaro.org>
Acked-by: default avatarMaxime Coquelin <maxime.coquelin@st.com>
Signed-off-by: default avatarMaxime Coquelin <maxime.coquelin@st.com>
parent 2bb1441f
......@@ -99,5 +99,11 @@ ehci1: usb@9a83e00 {
phys = <&usb2_picophy2>;
phy-names = "usb";
};
mmc0: sdhci@09060000 {
assigned-clocks = <&clk_s_c0_flexgen CLK_MMC_0>;
assigned-clock-parents = <&clk_s_c0_pll1 0>;
assigned-clock-rates = <200000000>;
};
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment