Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4b23e1f authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "bindings: clock: Add debugcc support for SDM429W"

parents d78e395f 959b4de6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ Required properties :
		"qcom,atoll-debugcc",
		"qcom,debugcc-sdmshrike".
		"qcom,gcc-debug-sdm660".
		"qcom,sdm429w-debugcc".
- qcom,gcc: phandle to the GCC device node.
- qcom,videocc: phandle to the Video CC device node.
- qcom,camcc: phandle to the Camera CC device node.
+8 −0
Original line number Diff line number Diff line
@@ -672,3 +672,11 @@ config SM_DEBUGCC_ATOLL
	  Support for the debug clock controller on Qualcomm Technologies, Inc
	  ATOLL devices.
	  Say Y if you want to support the clock measurement functionality.

config SDM_GCC_429W
        tristate "SDM429W Global Clock Controller"
	depends on COMMON_CLK_QCOM
	help
	  Support for the global clock controller on SDM429W devices.
	  Say Y if you want to use peripheral devices such as UART, SPI,
	  I2C, USB, UFS, SDCC, Display, Camera, Video etc.
+1 −0
Original line number Diff line number Diff line
@@ -90,5 +90,6 @@ obj-$(CONFIG_SM_VIDEOCC_ATOLL) += videocc-atoll.o
obj-$(CONFIG_SM_VIDEOCC_TRINKET) += videocc-trinket.o
obj-$(CONFIG_SPMI_PMIC_CLKDIV) += clk-spmi-pmic-div.o
obj-$(CONFIG_VIRTIO_CLK) += virtio_clk.o virtio_clk_sm8150.o virtio_clk_sm6150.o virtio_clk_sa8195p.o
obj-$(CONFIG_SDM_GCC_429W) += gcc-sdm429w.o

obj-y += mdss/
Loading