ARM: dts: sun7i: Add VE (Video Engine) module clock node
authorChen-Yu Tsai <wens@csie.org>
Sat, 5 Dec 2015 13:16:47 +0000 (21:16 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Tue, 8 Dec 2015 10:06:28 +0000 (11:06 +0100)
The video engine has its own module clock, which also includes a
reset control for it.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun7i-a20.dtsi

index 21169c0a6627b51deabe15d0b9a9482bea170bfa..0940a788f824396d318214d8ab3d148227cc8fc5 100644 (file)
                                             "dram_de_mp", "dram_ace";
                };
 
+               ve_clk: clk@01c2013c {
+                       #clock-cells = <0>;
+                       #reset-cells = <0>;
+                       compatible = "allwinner,sun4i-a10-ve-clk";
+                       reg = <0x01c2013c 0x4>;
+                       clocks = <&pll4>;
+                       clock-output-names = "ve";
+               };
+
                codec_clk: clk@01c20140 {
                        #clock-cells = <0>;
                        compatible = "allwinner,sun4i-a10-codec-clk";