Initial commit
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Build Kernel / Build all affected Kernels (push) Has been cancelled
				
			
		
			
				
	
				Build all core packages / Build all core packages for selected target (push) Has been cancelled
				
			
		
			
				
	
				Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
				
			
		
			
				
	
				Build Toolchains / Build Toolchains for each target (push) Has been cancelled
				
			
		
			
				
	
				Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
				
			
		
			
				
	
				Coverity scan build / Coverity x86/64 build (push) Has been cancelled
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Build Kernel / Build all affected Kernels (push) Has been cancelled
				
			Build all core packages / Build all core packages for selected target (push) Has been cancelled
				
			Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Has been cancelled
				
			Build Toolchains / Build Toolchains for each target (push) Has been cancelled
				
			Build host tools / Build host tools for linux and macos based systems (push) Has been cancelled
				
			Coverity scan build / Coverity x86/64 build (push) Has been cancelled
				
			This commit is contained in:
		| @@ -0,0 +1,25 @@ | ||||
| From 43d9788f546d24df22d8ba3fcc2497d7ccc198f3 Mon Sep 17 00:00:00 2001 | ||||
| From: Gokul Sriram Palanisamy <gokulsri@codeaurora.org> | ||||
| Date: Sat, 30 Jan 2021 10:50:11 +0530 | ||||
| Subject: [PATCH] clk: qcom: Add WCSSAON reset | ||||
|  | ||||
| Add WCSSAON reset required for Q6v5 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: Stephen Boyd <sboyd@kernel.org> | ||||
| --- | ||||
|  drivers/clk/qcom/gcc-ipq8074.c | 1 + | ||||
|  1 file changed, 1 insertion(+) | ||||
|  | ||||
| --- a/drivers/clk/qcom/gcc-ipq8074.c | ||||
| +++ b/drivers/clk/qcom/gcc-ipq8074.c | ||||
| @@ -4712,6 +4712,7 @@ static const struct qcom_reset_map gcc_i | ||||
|  	[GCC_NSSPORT4_RESET] = { .reg = 0x68014, .bitmask = BIT(27) | GENMASK(9, 8) }, | ||||
|  	[GCC_NSSPORT5_RESET] = { .reg = 0x68014, .bitmask = BIT(28) | GENMASK(11, 10) }, | ||||
|  	[GCC_NSSPORT6_RESET] = { .reg = 0x68014, .bitmask = BIT(29) | GENMASK(13, 12) }, | ||||
| +	[GCC_WCSSAON_RESET] = { 0x59010, 0 }, | ||||
|  }; | ||||
|   | ||||
|  static struct gdsc *gcc_ipq8074_gdscs[] = { | ||||
		Reference in New Issue
	
	Block a user
	 domenico
					domenico