mirror of
				https://github.com/Ysurac/openmptcprouter.git
				synced 2025-03-09 15:40:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
	
		
			957 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
	
		
			957 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| From ff7c6533ed8c4de58ed6c8aab03ea59c03eb4f31 Mon Sep 17 00:00:00 2001
 | |
| From: Gokul Sriram Palanisamy <gokulsri@codeaurora.org>
 | |
| Date: Sat, 30 Jan 2021 10:50:10 +0530
 | |
| Subject: [PATCH] dt-bindings: clock: qcom: Add reset for WCSSAON
 | |
| 
 | |
| Add binding for WCSSAON reset required for Q6v5 reset on IPQ8074 SoC.
 | |
| 
 | |
| Signed-off-by: Gokul Sriram Palanisamy <gokulsri@codeaurora.org>
 | |
| Signed-off-by: Sricharan R <sricharan@codeaurora.org>
 | |
| Signed-off-by: Nikhil Prakash V <nprakash@codeaurora.org>
 | |
| Acked-by: Rob Herring <robh@kernel.org>
 | |
| Acked-by: Stephen Boyd <sboyd@kernel.org>
 | |
| ---
 | |
|  include/dt-bindings/clock/qcom,gcc-ipq8074.h | 1 +
 | |
|  1 file changed, 1 insertion(+)
 | |
| 
 | |
| --- a/include/dt-bindings/clock/qcom,gcc-ipq8074.h
 | |
| +++ b/include/dt-bindings/clock/qcom,gcc-ipq8074.h
 | |
| @@ -381,6 +381,7 @@
 | |
|  #define GCC_NSSPORT4_RESET			143
 | |
|  #define GCC_NSSPORT5_RESET			144
 | |
|  #define GCC_NSSPORT6_RESET			145
 | |
| +#define GCC_WCSSAON_RESET			146
 | |
|  
 | |
|  #define USB0_GDSC				0
 | |
|  #define USB1_GDSC				1
 |