aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/sun5i-a10s.dtsi
diff options
context:
space:
mode:
authorEmilio López <emilio@elopez.com.ar>2013-12-22 22:32:44 -0500
committerEmilio López <emilio@elopez.com.ar>2013-12-28 15:28:24 -0500
commit118c07aedad55de8be81845e6d6429d266906b7d (patch)
tree295715c9574eda3ebf035ae02aa1c6ac27cd3153 /arch/arm/boot/dts/sun5i-a10s.dtsi
parent1c92b95b1ede437b674bd322265a1055b97c0d22 (diff)
ARM: sunxi: dt: add nodes for the mbus clock
mbus is the memory bus clock, and it is present on both sun5i and sun7i machines. Its register layout is compatible with the mod0 one. Signed-off-by: Emilio López <emilio@elopez.com.ar> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/sun5i-a10s.dtsi')
-rw-r--r--arch/arm/boot/dts/sun5i-a10s.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun5i-a10s.dtsi b/arch/arm/boot/dts/sun5i-a10s.dtsi
index 6de7d702c323..e053db932c0d 100644
--- a/arch/arm/boot/dts/sun5i-a10s.dtsi
+++ b/arch/arm/boot/dts/sun5i-a10s.dtsi
@@ -257,6 +257,14 @@
257 clocks = <&osc24M>, <&pll6 1>, <&pll5 1>; 257 clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
258 clock-output-names = "ir0"; 258 clock-output-names = "ir0";
259 }; 259 };
260
261 mbus_clk: clk@01c2015c {
262 #clock-cells = <0>;
263 compatible = "allwinner,sun4i-mod0-clk";
264 reg = <0x01c2015c 0x4>;
265 clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
266 clock-output-names = "mbus";
267 };
260 }; 268 };
261 269
262 soc@01c00000 { 270 soc@01c00000 {