mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	dt-bindings: crypto: Add new compatible qcom, prng-ee
Later qcom chips support v2 of the prng, which exposes an EE (Execution Environment) for OS to use so add new compatible qcom,prng-ee for this. Signed-off-by: Vinod Koul <vkoul@kernel.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
		
							parent
							
								
									ceec5f5b59
								
							
						
					
					
						commit
						3be36ce13c
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -2,7 +2,9 @@ Qualcomm MSM pseudo random number generator. | |||
| 
 | ||||
| Required properties: | ||||
| 
 | ||||
| - compatible  : should be "qcom,prng" | ||||
| - compatible  : should be "qcom,prng" for 8916 etc | ||||
|               : should be "qcom,prng-ee" for 8996 and later using EE | ||||
| 		(Execution Environment) slice of prng | ||||
| - reg         : specifies base physical address and size of the registers map | ||||
| - clocks      : phandle to clock-controller plus clock-specifier pair | ||||
| - clock-names : "core" clocks all registers, FIFO and circuits in PRNG IP block | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Vinod Koul
						Vinod Koul