mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-09-18 22:14:16 +00:00 
			
		
		
		
	ARM: dts: ls1021a: add pix clock to DCU dts node
The DCU IP has distinct clock inputs for register access and the pixel clocks, at least in some implementations. LS1021a seems to use the same clock, therefore specify the same clock for "dcu" and "pix". Signed-off-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
		
							parent
							
								
									5b9f967c07
								
							
						
					
					
						commit
						5d01e99ebf
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -497,8 +497,9 @@ | |||
| 			compatible = "fsl,ls1021a-dcu"; | ||||
| 			reg = <0x0 0x2ce0000 0x0 0x10000>; | ||||
| 			interrupts = <GIC_SPI 172 IRQ_TYPE_LEVEL_HIGH>; | ||||
| 			clocks = <&platform_clk 0>; | ||||
| 			clock-names = "dcu"; | ||||
| 			clocks = <&platform_clk 0>, | ||||
| 				<&platform_clk 0>; | ||||
| 			clock-names = "dcu", "pix"; | ||||
| 			big-endian; | ||||
| 			status = "disabled"; | ||||
| 		}; | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Stefan Agner
						Stefan Agner