From: Gabriel Fernandez Date: Mon, 24 Aug 2015 14:23:00 +0000 (+0200) Subject: ARM: DT: STi: STiH418: Fix mmc0 clock configuration X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=82c05810b2ef6149368b0b2db205c24a832547ad;p=linux-beck.git ARM: DT: STi: STiH418: Fix mmc0 clock configuration This patch configure correctly the MMC-0 clock for STiH418 platform. Signed-off-by: Gabriel Fernandez Acked-by: Maxime Coquelin Signed-off-by: Maxime Coquelin --- diff --git a/arch/arm/boot/dts/stih418.dtsi b/arch/arm/boot/dts/stih418.dtsi index 8160a75539a4..965f88160718 100644 --- a/arch/arm/boot/dts/stih418.dtsi +++ b/arch/arm/boot/dts/stih418.dtsi @@ -99,5 +99,11 @@ 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>; + }; }; };