Skip to content

Commit 015dff1

Browse files
kholkandersson
authored andcommitted
dt-bindings: clock: gcc-msm8998: Add Q6 and LPASS clocks definitions
Add definitions for the Q6 BIMC, LPASS core and adsp smmu clocks, required to enable audio functionality on MSM8998. Add the GDSC definitions for the LPASS_ADSP_GDSC and LPASS_CORE_GDSC as a final step to enable the required clock tree for the lpass iommu and for the audio dsp itself. Signed-off-by: AngeloGioacchino Del Regno <[email protected]> Signed-off-by: Marc Gonzalez <[email protected]> Acked-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 8400291 commit 015dff1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

include/dt-bindings/clock/qcom,gcc-msm8998.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,15 @@
193193
#define GCC_MMSS_GPLL0_DIV_CLK 184
194194
#define GCC_GPU_GPLL0_DIV_CLK 185
195195
#define GCC_GPU_GPLL0_CLK 186
196+
#define HLOS1_VOTE_LPASS_CORE_SMMU_CLK 187
197+
#define HLOS1_VOTE_LPASS_ADSP_SMMU_CLK 188
198+
#define GCC_MSS_Q6_BIMC_AXI_CLK 189
196199

197200
#define PCIE_0_GDSC 0
198201
#define UFS_GDSC 1
199202
#define USB_30_GDSC 2
203+
#define LPASS_ADSP_GDSC 3
204+
#define LPASS_CORE_GDSC 4
200205

201206
#define GCC_BLSP1_QUP1_BCR 0
202207
#define GCC_BLSP1_QUP2_BCR 1

0 commit comments

Comments
 (0)