lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <667a4a36-5b5a-4a45-9300-d0abd10d4b53@foss.st.com>
Date: Wed, 3 Sep 2025 09:38:19 +0200
From: Alexandre TORGUE <alexandre.torgue@...s.st.com>
To: Jihed Chaibi <jihed.chaibi.dev@...il.com>, <mcoquelin.stm32@...il.com>,
        <robh@...nel.org>
CC: <krzk+dt@...nel.org>, <conor+dt@...nel.org>,
        <linux-stm32@...md-mailman.stormreply.com>,
        <linux-arm-kernel@...ts.infradead.org>, <devicetree@...r.kernel.org>,
        <linux-kernel@...r.kernel.org>, <shuah@...nel.org>
Subject: Re: [PATCH] ARM: dts: stm32: stm32mp151c-plyaqm: Use correct
 dai-format property

Hi Jihed

On 8/31/25 00:51, Jihed Chaibi wrote:
> The stm32-i2s binding inherits from the standard audio-graph-port
> schema for its 'port' subnode, audio-graph-port requires the use
> of the 'dai-format' property. The stm32mp151c-plyaqm dts file was
> using the non-standard name 'format'.
> 
> Correct the property name to 'dai-format' to fix the dtbs_check
> validation error.
> 
> Fixes: 9365fa46be358 ("ARM: dts: stm32: Add Plymovent AQM devicetree")
> Signed-off-by: Jihed Chaibi <jihed.chaibi.dev@...il.com>
> ---
>   arch/arm/boot/dts/st/stm32mp151c-plyaqm.dts | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/st/stm32mp151c-plyaqm.dts b/arch/arm/boot/dts/st/stm32mp151c-plyaqm.dts
> index 39a3211c613..55fe916740d 100644
> --- a/arch/arm/boot/dts/st/stm32mp151c-plyaqm.dts
> +++ b/arch/arm/boot/dts/st/stm32mp151c-plyaqm.dts
> @@ -239,7 +239,7 @@ &i2s1 {
>   
>   	i2s1_port: port {
>   		i2s1_endpoint: endpoint {
> -			format = "i2s";
> +			dai-format = "i2s";
>   			mclk-fs = <256>;
>   			remote-endpoint = <&codec_endpoint>;
>   		};

Applied on stm32-next.

Thanks
Alex

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ