kernel: refresh patches for kernel 4.4
[openwrt/openwrt.git] / target / linux / sunxi / patches-4.4 / 111-1-dt-sun4i-add-ve-clock-module.patch
1 From 1ccc4939220cf815c309feddcf82dba260499194 Mon Sep 17 00:00:00 2001
2 From: Chen-Yu Tsai <wens@csie.org>
3 Date: Sat, 5 Dec 2015 21:16:45 +0800
4 Subject: [PATCH] ARM: dts: sun4i: Add VE (Video Engine) module clock node
5
6 The video engine has its own module clock, which also includes a
7 reset control for it.
8
9 Signed-off-by: Chen-Yu Tsai <wens@csie.org>
10 Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
11 ---
12 arch/arm/boot/dts/sun4i-a10.dtsi | 9 +++++++++
13 1 file changed, 9 insertions(+)
14
15 --- a/arch/arm/boot/dts/sun4i-a10.dtsi
16 +++ b/arch/arm/boot/dts/sun4i-a10.dtsi
17 @@ -520,6 +520,15 @@
18 "dram_de_mp", "dram_ace";
19 };
20
21 + ve_clk: clk@01c2013c {
22 + #clock-cells = <0>;
23 + #reset-cells = <0>;
24 + compatible = "allwinner,sun4i-a10-ve-clk";
25 + reg = <0x01c2013c 0x4>;
26 + clocks = <&pll4>;
27 + clock-output-names = "ve";
28 + };
29 +
30 codec_clk: clk@01c20140 {
31 #clock-cells = <0>;
32 compatible = "allwinner,sun4i-a10-codec-clk";