forked from mirrors/linux
		
	clk: qcom: camcc-sm8550: Add camera clock controller driver for SM8550
Add support for the camera clock controller for camera clients to be able to request for camcc clocks on SM8550 platform. Co-developed-by: Taniya Das <quic_tdas@quicinc.com> Signed-off-by: Taniya Das <quic_tdas@quicinc.com> Signed-off-by: Jagadeesh Kona <quic_jkona@quicinc.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20230707035744.22245-4-quic_jkona@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
		
							parent
							
								
									3132a9a11e
								
							
						
					
					
						commit
						ccc4e6a061
					
				
					 3 changed files with 3391 additions and 0 deletions
				
			
		| 
						 | 
					@ -764,6 +764,13 @@ config SM_CAMCC_8450
 | 
				
			||||||
	  Support for the camera clock controller on SM8450 devices.
 | 
						  Support for the camera clock controller on SM8450 devices.
 | 
				
			||||||
	  Say Y if you want to support camera devices and camera functionality.
 | 
						  Say Y if you want to support camera devices and camera functionality.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					config SM_CAMCC_8550
 | 
				
			||||||
 | 
						tristate "SM8550 Camera Clock Controller"
 | 
				
			||||||
 | 
						select SM_GCC_8550
 | 
				
			||||||
 | 
						help
 | 
				
			||||||
 | 
						  Support for the camera clock controller on SM8550 devices.
 | 
				
			||||||
 | 
						  Say Y if you want to support camera devices and camera functionality.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
config SM_DISPCC_6115
 | 
					config SM_DISPCC_6115
 | 
				
			||||||
	tristate "SM6115 Display Clock Controller"
 | 
						tristate "SM6115 Display Clock Controller"
 | 
				
			||||||
	depends on ARM64 || COMPILE_TEST
 | 
						depends on ARM64 || COMPILE_TEST
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -102,6 +102,7 @@ obj-$(CONFIG_SDX_GCC_75) += gcc-sdx75.o
 | 
				
			||||||
obj-$(CONFIG_SM_CAMCC_6350) += camcc-sm6350.o
 | 
					obj-$(CONFIG_SM_CAMCC_6350) += camcc-sm6350.o
 | 
				
			||||||
obj-$(CONFIG_SM_CAMCC_8250) += camcc-sm8250.o
 | 
					obj-$(CONFIG_SM_CAMCC_8250) += camcc-sm8250.o
 | 
				
			||||||
obj-$(CONFIG_SM_CAMCC_8450) += camcc-sm8450.o
 | 
					obj-$(CONFIG_SM_CAMCC_8450) += camcc-sm8450.o
 | 
				
			||||||
 | 
					obj-$(CONFIG_SM_CAMCC_8550) += camcc-sm8550.o
 | 
				
			||||||
obj-$(CONFIG_SM_DISPCC_6115) += dispcc-sm6115.o
 | 
					obj-$(CONFIG_SM_DISPCC_6115) += dispcc-sm6115.o
 | 
				
			||||||
obj-$(CONFIG_SM_DISPCC_6125) += dispcc-sm6125.o
 | 
					obj-$(CONFIG_SM_DISPCC_6125) += dispcc-sm6125.o
 | 
				
			||||||
obj-$(CONFIG_SM_DISPCC_6350) += dispcc-sm6350.o
 | 
					obj-$(CONFIG_SM_DISPCC_6350) += dispcc-sm6350.o
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										3383
									
								
								drivers/clk/qcom/camcc-sm8550.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3383
									
								
								drivers/clk/qcom/camcc-sm8550.c
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							
		Loading…
	
		Reference in a new issue