Re: [PATCH 2/4] dt-bindings: clock: qcom: Add Qualcomm Shikra Audio Core Clock Controller
From: Imran Shaik
Date: Mon Jun 29 2026 - 01:28:49 EST
On 08-06-2026 04:19 pm, Krzysztof Kozlowski wrote:
On Fri, Jun 05, 2026 at 04:56:31PM +0530, Imran Shaik wrote:
Add device tree bindings for the Audio Core Clock Controller (AUDIOCORECC)
on Qualcomm Shikra SoC. The AUDIOCORECC clocks and resets support differs
across variants based on Audio subsystem enablement as follows:
CQM (qcom,shikra-cqm-audiocorecc): need clocks and resets; audio on APPS
CQS (qcom,shikra-cqs-audiocorecc): need resets only; audio on Modem
IQS: no clocks/resets needed; no SoundWire codecs
To handle these requirements, variant-specific compatibles are introduced.
No. These are the same devices. You do not get different compatibles.
As Konrad suggested in DT patch, I will split the audiocorecc and audiocorecc_csr nodes separately as the clocks and resets reside in two different register spaces. This will help to handle the CQM/CQS variants requirements without the variant specific compatibles.
Best regards,
Krzysztof