aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/sun8i-a23.dtsi
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2014-08-16 23:52:12 -0400
committerMaxime Ripard <maxime.ripard@free-electrons.com>2014-08-17 03:58:29 -0400
commit4b7ecb38d87045968f477a4a4e98b859cd66b9b4 (patch)
treed63aaf29753ee24d5acae3f3067de2315b50860b /arch/arm/boot/dts/sun8i-a23.dtsi
parent1c602064e00a81b1600bed6b2fe17dffe80b01e0 (diff)
ARM: dts: sun8i: Add mmc clocks to the dtsi
The MMC module clocks on sun8i are the same as those found on previous Allwinner SoCs, module 0 clocks. This patch adds the clocks nodes to the dtsi with existing drivers. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/sun8i-a23.dtsi')
-rw-r--r--arch/arm/boot/dts/sun8i-a23.dtsi24
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun8i-a23.dtsi b/arch/arm/boot/dts/sun8i-a23.dtsi
index 32c195c49b83..9bd5dcc1beb3 100644
--- a/arch/arm/boot/dts/sun8i-a23.dtsi
+++ b/arch/arm/boot/dts/sun8i-a23.dtsi
@@ -179,6 +179,30 @@
179 "apb2_uart1", "apb2_uart2", 179 "apb2_uart1", "apb2_uart2",
180 "apb2_uart3", "apb2_uart4"; 180 "apb2_uart3", "apb2_uart4";
181 }; 181 };
182
183 mmc0_clk: clk@01c20088 {
184 #clock-cells = <0>;
185 compatible = "allwinner,sun4i-a10-mod0-clk";
186 reg = <0x01c20088 0x4>;
187 clocks = <&osc24M>, <&pll6>;
188 clock-output-names = "mmc0";
189 };
190
191 mmc1_clk: clk@01c2008c {
192 #clock-cells = <0>;
193 compatible = "allwinner,sun4i-a10-mod0-clk";
194 reg = <0x01c2008c 0x4>;
195 clocks = <&osc24M>, <&pll6>;
196 clock-output-names = "mmc1";
197 };
198
199 mmc2_clk: clk@01c20090 {
200 #clock-cells = <0>;
201 compatible = "allwinner,sun4i-a10-mod0-clk";
202 reg = <0x01c20090 0x4>;
203 clocks = <&osc24M>, <&pll6>;
204 clock-output-names = "mmc2";
205 };
182 }; 206 };
183 207
184 soc@01c00000 { 208 soc@01c00000 {