diff options
author | Emilio López <emilio@elopez.com.ar> | 2013-12-23 07:32:44 +0400 |
---|---|---|
committer | Emilio López <emilio@elopez.com.ar> | 2013-12-29 00:28:24 +0400 |
commit | 118c07aedad55de8be81845e6d6429d266906b7d (patch) | |
tree | 295715c9574eda3ebf035ae02aa1c6ac27cd3153 /arch/arm/boot/dts/sun7i-a20.dtsi | |
parent | 1c92b95b1ede437b674bd322265a1055b97c0d22 (diff) | |
download | linux-118c07aedad55de8be81845e6d6429d266906b7d.tar.xz |
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/sun7i-a20.dtsi')
-rw-r--r-- | arch/arm/boot/dts/sun7i-a20.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi index bc999539ab03..ee6819605050 100644 --- a/arch/arm/boot/dts/sun7i-a20.dtsi +++ b/arch/arm/boot/dts/sun7i-a20.dtsi @@ -290,6 +290,14 @@ clocks = <&osc24M>, <&pll6 1>, <&pll5 1>; clock-output-names = "spi3"; }; + + mbus_clk: clk@01c2015c { + #clock-cells = <0>; + compatible = "allwinner,sun4i-mod0-clk"; + reg = <0x01c2015c 0x4>; + clocks = <&osc24M>, <&pll6 2>, <&pll5 1>; + clock-output-names = "mbus"; + }; }; soc@01c00000 { |