From: Konrad Dybcio <konrad.dybcio@linaro.org>
To: Srinivasa Rao Mandadapu <quic_srivasam@quicinc.com>,
vkoul@kernel.org, agross@kernel.org, andersson@kernel.org,
robh+dt@kernel.org, broonie@kernel.org,
krzysztof.kozlowski+dt@linaro.org, linux-arm-msm@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
quic_rohkumar@quicinc.com, srinivas.kandagatla@linaro.org,
dianders@chromium.org, swboyd@chromium.org,
judyhsiao@chromium.org, alsa-devel@alsa-project.org,
quic_rjendra@quicinc.com, mka@chromium.org
Cc: Ratna Deepthi Kudaravalli <quic_rkudarav@quicinc.com>
Subject: Re: [PATCH v4 2/3] arm64: dts: qcom: Remove redundant soundwire property
Date: Mon, 7 Nov 2022 16:48:14 +0100 [thread overview]
Message-ID: <49407328-de28-9018-321b-c649c5bc7435@linaro.org> (raw)
In-Reply-To: <1667830844-31566-3-git-send-email-quic_srivasam@quicinc.com>
On 07/11/2022 15:20, Srinivasa Rao Mandadapu wrote:
> Remove redundant property qcom,port-offset in soundwire
> controller nodes.
> This patch is required to avoid dtbs_check errors with
> qcom,soundwie.yaml
>
> Fixes: 12ef689f09ab ("arm64: dts: qcom: sc7280: Add nodes for soundwire and va tx rx digital macro codecs")
> Fixes: 24f52ef0c4bf ("arm64: dts: qcom: sm8250: Add nodes for tx and rx macros with soundwire masters")
>
> Signed-off-by: Srinivasa Rao Mandadapu <quic_srivasam@quicinc.com>
> Co-developed-by: Ratna Deepthi Kudaravalli <quic_rkudarav@quicinc.com>
> Signed-off-by: Ratna Deepthi Kudaravalli <quic_rkudarav@quicinc.com>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Konrad
> arch/arm64/boot/dts/qcom/sc7280.dtsi | 1 -
> arch/arm64/boot/dts/qcom/sm8250.dtsi | 1 -
> 2 files changed, 2 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi b/arch/arm64/boot/dts/qcom/sc7280.dtsi
> index 748eef6..71be873 100644
> --- a/arch/arm64/boot/dts/qcom/sc7280.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sc7280.dtsi
> @@ -2317,7 +2317,6 @@
> qcom,ports-block-pack-mode = /bits/ 8 <0xff 0xff 0xff>;
> qcom,ports-block-group-count = /bits/ 8 <0xff 0xff 0xff>;
> qcom,ports-lane-control = /bits/ 8 <0x00 0x01 0x00>;
> - qcom,port-offset = <1>;
>
> #sound-dai-cells = <1>;
> #address-cells = <2>;
> diff --git a/arch/arm64/boot/dts/qcom/sm8250.dtsi b/arch/arm64/boot/dts/qcom/sm8250.dtsi
> index eb5a10c..0f430ca 100644
> --- a/arch/arm64/boot/dts/qcom/sm8250.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sm8250.dtsi
> @@ -2360,7 +2360,6 @@
> qcom,ports-word-length = /bits/ 8 <0xFF 0xFF 0xFF 0xFF 0xFF>;
> qcom,ports-block-group-count = /bits/ 8 <0xFF 0xFF 0xFF 0xFF 0xFF>;
> qcom,ports-lane-control = /bits/ 8 <0xFF 0x00 0x01 0x00 0x01>;
> - qcom,port-offset = <1>;
> #sound-dai-cells = <1>;
> #address-cells = <2>;
> #size-cells = <0>;
next prev parent reply other threads:[~2022-11-07 15:48 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-07 14:20 [PATCH v4 0/3] Convert soundwire bindings to DT schema Srinivasa Rao Mandadapu
2022-11-07 14:20 ` [PATCH v4 1/3] arm64: dts: qcom: Update soundwire slave node names Srinivasa Rao Mandadapu
2022-11-07 15:02 ` Krzysztof Kozlowski
2022-11-07 14:20 ` [PATCH v4 2/3] arm64: dts: qcom: Remove redundant soundwire property Srinivasa Rao Mandadapu
2022-11-07 15:03 ` Krzysztof Kozlowski
2022-11-07 15:48 ` Konrad Dybcio [this message]
2022-11-07 14:20 ` [PATCH v4 3/3] dt-bindings: soundwire: Convert text bindings to DT Schema Srinivasa Rao Mandadapu
2022-11-07 15:11 ` Krzysztof Kozlowski
2022-11-08 6:42 ` Srinivasa Rao Mandadapu
2022-11-08 9:05 ` Krzysztof Kozlowski
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=49407328-de28-9018-321b-c649c5bc7435@linaro.org \
--to=konrad.dybcio@linaro.org \
--cc=agross@kernel.org \
--cc=alsa-devel@alsa-project.org \
--cc=andersson@kernel.org \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dianders@chromium.org \
--cc=judyhsiao@chromium.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mka@chromium.org \
--cc=quic_rjendra@quicinc.com \
--cc=quic_rkudarav@quicinc.com \
--cc=quic_rohkumar@quicinc.com \
--cc=quic_srivasam@quicinc.com \
--cc=robh+dt@kernel.org \
--cc=srinivas.kandagatla@linaro.org \
--cc=swboyd@chromium.org \
--cc=vkoul@kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).