]> Git Repo - linux.git/commitdiff
ARM: DT: STi: STiH418: Fix mmc0 clock configuration
authorGabriel Fernandez <[email protected]>
Mon, 24 Aug 2015 14:23:00 +0000 (16:23 +0200)
committerMaxime Coquelin <[email protected]>
Wed, 30 Sep 2015 09:18:01 +0000 (11:18 +0200)
This patch configure correctly the MMC-0 clock for STiH418 platform.

Signed-off-by: Gabriel Fernandez <[email protected]>
Acked-by: Maxime Coquelin <[email protected]>
Signed-off-by: Maxime Coquelin <[email protected]>
arch/arm/boot/dts/stih418.dtsi

index 8160a75539a4e56a10bc814d92f47c277acf1b9f..965f88160718ebe5b224f48acaf55175151a7e91 100644 (file)
                        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>;
+               };
        };
 };
This page took 0.089389 seconds and 4 git commands to generate.