Commit 6082037f authored by Vladimir Zapolskiy's avatar Vladimir Zapolskiy Committed by Bjorn Andersson
Browse files

clk: qcom: add camera clock controller driver for SM8450 SoC

parent bbc78013
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -609,6 +609,13 @@ config SM_CAMCC_8250
	  Support for the camera clock controller on SM8250 devices.
	  Say Y if you want to support camera devices and camera functionality.

config SM_CAMCC_8450
	tristate "SM8450 Camera Clock Controller"
	select SM_GCC_8450
	help
	  Support for the camera clock controller on SM8450 devices.
	  Say Y if you want to support camera devices and camera functionality.

config SM_DISPCC_6125
	tristate "SM6125 Display Clock Controller"
	depends on SM_GCC_6125
+1 −0
Original line number Diff line number Diff line
@@ -89,6 +89,7 @@ obj-$(CONFIG_SDM_VIDEOCC_845) += videocc-sdm845.o
obj-$(CONFIG_SDX_GCC_55) += gcc-sdx55.o
obj-$(CONFIG_SDX_GCC_65) += gcc-sdx65.o
obj-$(CONFIG_SM_CAMCC_8250) += camcc-sm8250.o
obj-$(CONFIG_SM_CAMCC_8450) += camcc-sm8450.o
obj-$(CONFIG_SM_DISPCC_6125) += dispcc-sm6125.o
obj-$(CONFIG_SM_DISPCC_6350) += dispcc-sm6350.o
obj-$(CONFIG_SM_DISPCC_8250) += dispcc-sm8250.o
+2856 −0

File added.

Preview size limit exceeded, changes collapsed.