Loading Documentation/devicetree/bindings/clock/qcom,dispcc.txt +5 −2 Original line number Diff line number Diff line Loading @@ -2,8 +2,11 @@ Qualcomm Technologies, Inc. Display Clock & Reset Controller Binding -------------------------------------------------------------------- Required properties : - compatible : Shall contain "qcom,dispcc-sm8150" or "qcom,dispcc-sm8150-v2" or "qcom,dispcc-sm6150". - compatible : Shall contain one of the following: "qcom,dispcc-sm8150", "qcom,dispcc-sm8150-v2", "qcom,dispcc-sm6150", "qcom,dispcc-sdmmagpie". - reg : Shall contain base register location and length. - reg-names: Address name. Must be "cc_base". - vdd_mm-supply: phandle to the MM_CX rail that needs to be voted on behalf Loading drivers/clk/qcom/Kconfig +9 −0 Original line number Diff line number Diff line Loading @@ -396,6 +396,15 @@ config MSM_DISPCC_SM6150 Say Y if you want to support display devices and functionality such as splash screen. config MSM_DISPCC_SDMMAGPIE tristate "SDMMAGPIE Display Clock Controller" depends on COMMON_CLK_QCOM help Support for the display clock controller on Qualcomm Technologies, Inc SDMMAGPIE devices. Say Y if you want to support display devices and functionality such as splash screen. config MSM_GCC_SDMMAGPIE tristate "SDMMAGPIE Global Clock Controller" depends on COMMON_CLK_QCOM Loading drivers/clk/qcom/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,7 @@ obj-$(CONFIG_MSM_DEBUGCC_SM6150) += debugcc-sm6150.o obj-$(CONFIG_MSM_DEBUGCC_SM8150) += debugcc-sm8150.o obj-$(CONFIG_MSM_DISPCC_SM6150) += dispcc-sm6150.o obj-$(CONFIG_MSM_DISPCC_SM8150) += dispcc-sm8150.o obj-$(CONFIG_MSM_DISPCC_SDMMAGPIE) += dispcc-sdmmagpie.o obj-$(CONFIG_MDM_DEBUGCC_QCS405) += debugcc-qcs405.o obj-$(CONFIG_MSM_GCC_8660) += gcc-msm8660.o obj-$(CONFIG_MSM_GCC_8916) += gcc-msm8916.o Loading Loading
Documentation/devicetree/bindings/clock/qcom,dispcc.txt +5 −2 Original line number Diff line number Diff line Loading @@ -2,8 +2,11 @@ Qualcomm Technologies, Inc. Display Clock & Reset Controller Binding -------------------------------------------------------------------- Required properties : - compatible : Shall contain "qcom,dispcc-sm8150" or "qcom,dispcc-sm8150-v2" or "qcom,dispcc-sm6150". - compatible : Shall contain one of the following: "qcom,dispcc-sm8150", "qcom,dispcc-sm8150-v2", "qcom,dispcc-sm6150", "qcom,dispcc-sdmmagpie". - reg : Shall contain base register location and length. - reg-names: Address name. Must be "cc_base". - vdd_mm-supply: phandle to the MM_CX rail that needs to be voted on behalf Loading
drivers/clk/qcom/Kconfig +9 −0 Original line number Diff line number Diff line Loading @@ -396,6 +396,15 @@ config MSM_DISPCC_SM6150 Say Y if you want to support display devices and functionality such as splash screen. config MSM_DISPCC_SDMMAGPIE tristate "SDMMAGPIE Display Clock Controller" depends on COMMON_CLK_QCOM help Support for the display clock controller on Qualcomm Technologies, Inc SDMMAGPIE devices. Say Y if you want to support display devices and functionality such as splash screen. config MSM_GCC_SDMMAGPIE tristate "SDMMAGPIE Global Clock Controller" depends on COMMON_CLK_QCOM Loading
drivers/clk/qcom/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,7 @@ obj-$(CONFIG_MSM_DEBUGCC_SM6150) += debugcc-sm6150.o obj-$(CONFIG_MSM_DEBUGCC_SM8150) += debugcc-sm8150.o obj-$(CONFIG_MSM_DISPCC_SM6150) += dispcc-sm6150.o obj-$(CONFIG_MSM_DISPCC_SM8150) += dispcc-sm8150.o obj-$(CONFIG_MSM_DISPCC_SDMMAGPIE) += dispcc-sdmmagpie.o obj-$(CONFIG_MDM_DEBUGCC_QCS405) += debugcc-qcs405.o obj-$(CONFIG_MSM_GCC_8660) += gcc-msm8660.o obj-$(CONFIG_MSM_GCC_8916) += gcc-msm8916.o Loading