Skip to content

Commit

Permalink
clk: qcom: lpass: Add support for LPASS clock controller for SC7280
Browse files Browse the repository at this point in the history
The Low Power Audio subsystem core and audio clocks are required for
Audio client to be able to request for the clocks and power domains.

Signed-off-by: Taniya Das <tdas@codeaurora.org>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220223172248.18877-2-tdas@codeaurora.org
  • Loading branch information
Taniya Das authored and Bjorn Andersson committed Apr 13, 2022
1 parent 298af15 commit a9dd266
Show file tree
Hide file tree
Showing 4 changed files with 1,280 additions and 0 deletions.
10 changes: 10 additions & 0 deletions drivers/clk/qcom/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,16 @@ config SC_LPASS_CORECC_7180
Say Y if you want to use LPASS clocks and power domains of the LPASS
core clock controller.

config SC_LPASS_CORECC_7280
tristate "SC7280 LPASS Core & Audio Clock Controller"
select SC_GCC_7280
select QCOM_GDSC
help
Support for the LPASS(Low Power Audio Subsystem) core and audio clock
controller on SC7280 devices.
Say Y if you want to use LPASS clocks and power domains of the LPASS
core clock controller.

config SC_MSS_7180
tristate "SC7180 Modem Clock Controller"
select SC_GCC_7180
Expand Down
1 change: 1 addition & 0 deletions drivers/clk/qcom/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ obj-$(CONFIG_SC_GPUCC_7180) += gpucc-sc7180.o
obj-$(CONFIG_SC_GPUCC_7280) += gpucc-sc7280.o
obj-$(CONFIG_SC_LPASSCC_7280) += lpasscc-sc7280.o
obj-$(CONFIG_SC_LPASS_CORECC_7180) += lpasscorecc-sc7180.o
obj-$(CONFIG_SC_LPASS_CORECC_7280) += lpasscorecc-sc7280.o lpassaudiocc-sc7280.o
obj-$(CONFIG_SC_MSS_7180) += mss-sc7180.o
obj-$(CONFIG_SC_VIDEOCC_7180) += videocc-sc7180.o
obj-$(CONFIG_SC_VIDEOCC_7280) += videocc-sc7280.o
Expand Down
Loading

0 comments on commit a9dd266

Please sign in to comment.