Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

This patch configure correctly the MMC-0 clock for STiH418 platform.

Signed-off-by: Gabriel Fernandez <gabriel.fernandez@linaro.org>
Acked-by: Maxime Coquelin <maxime.coquelin@st.com>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>

authored by

Gabriel Fernandez and committed by
Maxime Coquelin
82c05810 2bb1441f

+6
+6
arch/arm/boot/dts/stih418.dtsi
··· 99 99 phys = <&usb2_picophy2>; 100 100 phy-names = "usb"; 101 101 }; 102 + 103 + mmc0: sdhci@09060000 { 104 + assigned-clocks = <&clk_s_c0_flexgen CLK_MMC_0>; 105 + assigned-clock-parents = <&clk_s_c0_pll1 0>; 106 + assigned-clock-rates = <200000000>; 107 + }; 102 108 }; 103 109 };