Loading Documentation/devicetree/bindings/clock/qcom,debugcc.txt +1 −0 Original line number Diff line number Diff line Loading @@ -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. Loading drivers/clk/qcom/Kconfig +8 −0 Original line number Diff line number Diff line Loading @@ -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. drivers/clk/qcom/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -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
Documentation/devicetree/bindings/clock/qcom,debugcc.txt +1 −0 Original line number Diff line number Diff line Loading @@ -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. Loading
drivers/clk/qcom/Kconfig +8 −0 Original line number Diff line number Diff line Loading @@ -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.
drivers/clk/qcom/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -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/