public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: Alexandre TORGUE <alexandre.torgue@foss.st.com>
To: Marek Vasut <marex@denx.de>, <linux-arm-kernel@lists.infradead.org>
Cc: Patrice Chotard <patrice.chotard@foss.st.com>,
	Patrick Delaunay <patrick.delaunay@foss.st.com>,
	<linux-stm32@st-md-mailman.stormreply.com>
Subject: Re: [PATCH] ARM: dts: stm32: Set {bitclock, frame}-master phandles on ST DKx
Date: Thu, 15 Jul 2021 17:27:05 +0200	[thread overview]
Message-ID: <a393eb0b-a8d6-e29a-62c8-8988429c9139@foss.st.com> (raw)
In-Reply-To: <20210610150306.30072-1-marex@denx.de>

Hi Marek

On 6/10/21 5:03 PM, Marek Vasut wrote:
> Fix the following dtbs_check warning:
> cs42l51@4a: port:endpoint@0:frame-master: True is not of type 'array'
> cs42l51@4a: port:endpoint@0:bitclock-master: True is not of type 'array'
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Alexandre Torgue <alexandre.torgue@foss.st.com>
> Cc: Patrice Chotard <patrice.chotard@foss.st.com>
> Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
> Cc: linux-stm32@st-md-mailman.stormreply.com
> To: linux-arm-kernel@lists.infradead.org
> ---
>   arch/arm/boot/dts/stm32mp15xx-dkx.dtsi | 8 ++++----
>   1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi b/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi
> index 59f18846cf5d..586aac8a998c 100644
> --- a/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi
> +++ b/arch/arm/boot/dts/stm32mp15xx-dkx.dtsi
> @@ -220,15 +220,15 @@ cs42l51_port: port {
>   			cs42l51_tx_endpoint: endpoint@0 {
>   				reg = <0>;
>   				remote-endpoint = <&sai2a_endpoint>;
> -				frame-master;
> -				bitclock-master;
> +				frame-master = <&cs42l51_tx_endpoint>;
> +				bitclock-master = <&cs42l51_tx_endpoint>;
>   			};
>   
>   			cs42l51_rx_endpoint: endpoint@1 {
>   				reg = <1>;
>   				remote-endpoint = <&sai2b_endpoint>;
> -				frame-master;
> -				bitclock-master;
> +				frame-master = <&cs42l51_rx_endpoint>;
> +				bitclock-master = <&cs42l51_rx_endpoint>;
>   			};
>   		};
>   	};
>

Applied on stm32-next. Thanks to update the DKx board. Note that 
"cirrus,cs42l51.yaml" has to be also updated. Did you also sent yaml 
update aside this patch ?

cheers
Alex


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2021-07-15 15:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-10 15:03 [PATCH] ARM: dts: stm32: Set {bitclock, frame}-master phandles on ST DKx Marek Vasut
2021-07-15 15:27 ` Alexandre TORGUE [this message]
2021-07-15 15:38   ` Marek Vasut
2021-07-15 15:43     ` Alexandre TORGUE
2021-07-15 16:47       ` Marek Vasut

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=a393eb0b-a8d6-e29a-62c8-8988429c9139@foss.st.com \
    --to=alexandre.torgue@foss.st.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=marex@denx.de \
    --cc=patrice.chotard@foss.st.com \
    --cc=patrick.delaunay@foss.st.com \
    /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