projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bb1441
)
ARM: DT: STi: STiH418: Fix mmc0 clock configuration
author
Gabriel Fernandez
<
[email protected]
>
Mon, 24 Aug 2015 14:23:00 +0000
(16:23 +0200)
committer
Maxime 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/stih418.dtsi
b/arch/arm/boot/dts/stih418.dtsi
index 8160a75539a4e56a10bc814d92f47c277acf1b9f..965f88160718ebe5b224f48acaf55175151a7e91 100644
(file)
--- 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>;
+ };
};
};