From: Rob Herring <robh@kernel.org>
To: Srinivasa Rao Mandadapu <quic_srivasam@quicinc.com>
Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org,
dianders@chromium.org,
Venkata Prasad Potturu <quic_potturu@quicinc.com>,
krzysztof.kozlowski@canonical.com, linux-arm-msm@vger.kernel.org,
swboyd@chromium.org, agross@kernel.org,
linux-kernel@vger.kernel.org, broonie@kernel.org,
rohitkr@codeaurora.org, srinivas.kandagatla@linaro.org,
bjorn.andersson@linaro.org, judyhsiao@chromium.org
Subject: Re: [PATCH 3/3] ASoC: dt-bindings: lpass-cpu: Update clocks and power domain names for sc7280 platform
Date: Mon, 28 Mar 2022 20:00:36 -0500 [thread overview]
Message-ID: <YkJaNJT2yt6UpBZG@robh.at.kernel.org> (raw)
In-Reply-To: <1647852981-27895-4-git-send-email-quic_srivasam@quicinc.com>
On Mon, Mar 21, 2022 at 02:26:21PM +0530, Srinivasa Rao Mandadapu wrote:
> Update required clock-names used for MI2S primary path, VA macro's
> codec memory path and HDMI path in sc7280 based platforms.
> Update power domain names required for sc7280 platforms.
>
> Signed-off-by: Srinivasa Rao Mandadapu <quic_srivasam@quicinc.com>
> Co-developed-by: Venkata Prasad Potturu <quic_potturu@quicinc.com>
> Signed-off-by: Venkata Prasad Potturu <quic_potturu@quicinc.com>
> ---
> .../devicetree/bindings/sound/qcom,lpass-cpu.yaml | 17 ++++++++++++++---
> 1 file changed, 14 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml b/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml
> index 2c81efb..e9a5330 100644
> --- a/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml
> +++ b/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml
> @@ -38,8 +38,8 @@ properties:
> maxItems: 7
>
> clock-names:
> - minItems: 3
> - maxItems: 7
> + minItems: 1
> + maxItems: 10
>
> interrupts:
> minItems: 2
> @@ -62,6 +62,9 @@ properties:
> power-domains:
> maxItems: 1
>
> + power-domain-names:
> + maxItems: 1
> +
> '#sound-dai-cells':
> const: 1
>
> @@ -192,15 +195,19 @@ allOf:
> oneOf:
> - items: #for I2S
> - const: aon_cc_audio_hm_h
> + - const: audio_cc_ext_mclk0
> - const: core_cc_sysnoc_mport_core
> + - const: core_cc_ext_if0_ibit
> - const: core_cc_ext_if1_ibit
You can't add new clocks in the middle. That breaks the ABI.
> - items: #for Soundwire
> - const: aon_cc_audio_hm_h
> + - const: audio_cc_codec_mem
> - const: audio_cc_codec_mem0
> - const: audio_cc_codec_mem1
> - const: audio_cc_codec_mem2
> + - const: aon_cc_va_mem0
> - items: #for HDMI
> - - const: aon_cc_audio_hm_h
> + - const: core_cc_sysnoc_mport_core
>
> reg-names:
> anyOf:
> @@ -228,6 +235,10 @@ allOf:
> - const: lpass-irq-hdmi
> - const: lpass-irq-vaif
> - const: lpass-irq-rxtxif
> + power-domain-names:
> + allOf:
> + - items:
> + - const: lcx
>
> required:
> - iommus
> --
> 2.7.4
>
>
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Srinivasa Rao Mandadapu <quic_srivasam@quicinc.com>
Cc: agross@kernel.org, bjorn.andersson@linaro.org,
broonie@kernel.org, linux-arm-msm@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
rohitkr@codeaurora.org, srinivas.kandagatla@linaro.org,
dianders@chromium.org, swboyd@chromium.org,
judyhsiao@chromium.org, alsa-devel@alsa-project.org,
krzysztof.kozlowski@canonical.com,
Venkata Prasad Potturu <quic_potturu@quicinc.com>
Subject: Re: [PATCH 3/3] ASoC: dt-bindings: lpass-cpu: Update clocks and power domain names for sc7280 platform
Date: Mon, 28 Mar 2022 20:00:36 -0500 [thread overview]
Message-ID: <YkJaNJT2yt6UpBZG@robh.at.kernel.org> (raw)
In-Reply-To: <1647852981-27895-4-git-send-email-quic_srivasam@quicinc.com>
On Mon, Mar 21, 2022 at 02:26:21PM +0530, Srinivasa Rao Mandadapu wrote:
> Update required clock-names used for MI2S primary path, VA macro's
> codec memory path and HDMI path in sc7280 based platforms.
> Update power domain names required for sc7280 platforms.
>
> Signed-off-by: Srinivasa Rao Mandadapu <quic_srivasam@quicinc.com>
> Co-developed-by: Venkata Prasad Potturu <quic_potturu@quicinc.com>
> Signed-off-by: Venkata Prasad Potturu <quic_potturu@quicinc.com>
> ---
> .../devicetree/bindings/sound/qcom,lpass-cpu.yaml | 17 ++++++++++++++---
> 1 file changed, 14 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml b/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml
> index 2c81efb..e9a5330 100644
> --- a/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml
> +++ b/Documentation/devicetree/bindings/sound/qcom,lpass-cpu.yaml
> @@ -38,8 +38,8 @@ properties:
> maxItems: 7
>
> clock-names:
> - minItems: 3
> - maxItems: 7
> + minItems: 1
> + maxItems: 10
>
> interrupts:
> minItems: 2
> @@ -62,6 +62,9 @@ properties:
> power-domains:
> maxItems: 1
>
> + power-domain-names:
> + maxItems: 1
> +
> '#sound-dai-cells':
> const: 1
>
> @@ -192,15 +195,19 @@ allOf:
> oneOf:
> - items: #for I2S
> - const: aon_cc_audio_hm_h
> + - const: audio_cc_ext_mclk0
> - const: core_cc_sysnoc_mport_core
> + - const: core_cc_ext_if0_ibit
> - const: core_cc_ext_if1_ibit
You can't add new clocks in the middle. That breaks the ABI.
> - items: #for Soundwire
> - const: aon_cc_audio_hm_h
> + - const: audio_cc_codec_mem
> - const: audio_cc_codec_mem0
> - const: audio_cc_codec_mem1
> - const: audio_cc_codec_mem2
> + - const: aon_cc_va_mem0
> - items: #for HDMI
> - - const: aon_cc_audio_hm_h
> + - const: core_cc_sysnoc_mport_core
>
> reg-names:
> anyOf:
> @@ -228,6 +235,10 @@ allOf:
> - const: lpass-irq-hdmi
> - const: lpass-irq-vaif
> - const: lpass-irq-rxtxif
> + power-domain-names:
> + allOf:
> + - items:
> + - const: lcx
>
> required:
> - iommus
> --
> 2.7.4
>
>
next prev parent reply other threads:[~2022-03-29 1:01 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-21 8:56 [PATCH 0/3] Update dt-bindings for sc7280 platform Srinivasa Rao Mandadapu
2022-03-21 8:56 ` [PATCH 1/3] ASoC: qcom: dt-bindings: Update bindings for clocks in lpass digital codes Srinivasa Rao Mandadapu
2022-03-21 8:56 ` Srinivasa Rao Mandadapu
2022-03-28 23:41 ` Rob Herring
2022-03-28 23:41 ` Rob Herring
2022-03-21 8:56 ` [PATCH 2/3] ASoC: dt-bindings: wcd938x: Add mic bias supply property Srinivasa Rao Mandadapu
2022-03-21 8:56 ` Srinivasa Rao Mandadapu
2022-03-28 23:42 ` Rob Herring
2022-03-28 23:42 ` Rob Herring
2022-03-21 8:56 ` [PATCH 3/3] ASoC: dt-bindings: lpass-cpu: Update clocks and power domain names for sc7280 platform Srinivasa Rao Mandadapu
2022-03-21 8:56 ` Srinivasa Rao Mandadapu
2022-03-29 1:00 ` Rob Herring [this message]
2022-03-29 1:00 ` Rob Herring
2022-04-06 21:43 ` [PATCH 0/3] Update dt-bindings " Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YkJaNJT2yt6UpBZG@robh.at.kernel.org \
--to=robh@kernel.org \
--cc=agross@kernel.org \
--cc=alsa-devel@alsa-project.org \
--cc=bjorn.andersson@linaro.org \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dianders@chromium.org \
--cc=judyhsiao@chromium.org \
--cc=krzysztof.kozlowski@canonical.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=quic_potturu@quicinc.com \
--cc=quic_srivasam@quicinc.com \
--cc=rohitkr@codeaurora.org \
--cc=srinivas.kandagatla@linaro.org \
--cc=swboyd@chromium.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.