Skip to content

Commit

Permalink
ARM: DT: STi: STiH418: Fix mmc0 clock configuration
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Gabriel Fernandez authored and Maxime Coquelin committed Sep 30, 2015
1 parent 2bb1441 commit 82c0581
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/stih418.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};
};
};

0 comments on commit 82c0581

Please sign in to comment.