mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-30 21:44:27 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			957 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			957 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| From 1ccc4939220cf815c309feddcf82dba260499194 Mon Sep 17 00:00:00 2001
 | |
| From: Chen-Yu Tsai <wens@csie.org>
 | |
| Date: Sat, 5 Dec 2015 21:16:45 +0800
 | |
| Subject: [PATCH] ARM: dts: sun4i: Add VE (Video Engine) module clock node
 | |
| 
 | |
| 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/sun4i-a10.dtsi | 9 +++++++++
 | |
|  1 file changed, 9 insertions(+)
 | |
| 
 | |
| --- a/arch/arm/boot/dts/sun4i-a10.dtsi
 | |
| +++ b/arch/arm/boot/dts/sun4i-a10.dtsi
 | |
| @@ -520,6 +520,15 @@
 | |
|  					     "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";
 |