* [PATCH] ARM: dts: imx51-zii-rdu1: Fix audmux node names
@ 2025-09-15 22:06 Jihed Chaibi
2025-10-20 12:14 ` Shawn Guo
0 siblings, 1 reply; 2+ messages in thread
From: Jihed Chaibi @ 2025-09-15 22:06 UTC (permalink / raw)
To: shawnguo, s.hauer
Cc: robh, krzk+dt, conor+dt, kernel, festevam, l.stach, devicetree,
imx, linux-arm-kernel, linux-kernel, jihed.chaibi.dev
Rename the 'ssi2' and 'aud3' nodes to 'mux-ssi2' and 'mux-aud3' in the
audmux configuration of imx51-zii-rdu1.dts to comply with the naming
convention in imx-audmux.yaml.
This fixes the following dt-schema warning:
imx51-zii-rdu1.dtb: audmux@83fd0000 (fsl,imx51-audmux): 'aud3', 'ssi2'
do not match any of the regexes: '^mux-[0-9a-z]*$', '^pinctrl-[0-9]+$'
Fixes: ceef0396f367f ("ARM: dts: imx: add ZII RDU1 board")
Signed-off-by: Jihed Chaibi <jihed.chaibi.dev@gmail.com>
---
arch/arm/boot/dts/nxp/imx/imx51-zii-rdu1.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/nxp/imx/imx51-zii-rdu1.dts b/arch/arm/boot/dts/nxp/imx/imx51-zii-rdu1.dts
index 06545a6052f..43ff5eafb2b 100644
--- a/arch/arm/boot/dts/nxp/imx/imx51-zii-rdu1.dts
+++ b/arch/arm/boot/dts/nxp/imx/imx51-zii-rdu1.dts
@@ -259,7 +259,7 @@ &audmux {
pinctrl-0 = <&pinctrl_audmux>;
status = "okay";
- ssi2 {
+ mux-ssi2 {
fsl,audmux-port = <1>;
fsl,port-config = <
(IMX_AUDMUX_V2_PTCR_SYN |
@@ -271,7 +271,7 @@ IMX_AUDMUX_V2_PDCR_RXDSEL(2)
>;
};
- aud3 {
+ mux-aud3 {
fsl,audmux-port = <2>;
fsl,port-config = <
IMX_AUDMUX_V2_PTCR_SYN
--
2.39.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: dts: imx51-zii-rdu1: Fix audmux node names
2025-09-15 22:06 [PATCH] ARM: dts: imx51-zii-rdu1: Fix audmux node names Jihed Chaibi
@ 2025-10-20 12:14 ` Shawn Guo
0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2025-10-20 12:14 UTC (permalink / raw)
To: Jihed Chaibi
Cc: shawnguo, s.hauer, robh, krzk+dt, conor+dt, kernel, festevam,
l.stach, devicetree, imx, linux-arm-kernel, linux-kernel
On Tue, Sep 16, 2025 at 12:06:55AM +0200, Jihed Chaibi wrote:
> Rename the 'ssi2' and 'aud3' nodes to 'mux-ssi2' and 'mux-aud3' in the
> audmux configuration of imx51-zii-rdu1.dts to comply with the naming
> convention in imx-audmux.yaml.
>
> This fixes the following dt-schema warning:
>
> imx51-zii-rdu1.dtb: audmux@83fd0000 (fsl,imx51-audmux): 'aud3', 'ssi2'
> do not match any of the regexes: '^mux-[0-9a-z]*$', '^pinctrl-[0-9]+$'
>
> Fixes: ceef0396f367f ("ARM: dts: imx: add ZII RDU1 board")
> Signed-off-by: Jihed Chaibi <jihed.chaibi.dev@gmail.com>
Applied, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-10-20 12:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-15 22:06 [PATCH] ARM: dts: imx51-zii-rdu1: Fix audmux node names Jihed Chaibi
2025-10-20 12:14 ` Shawn Guo
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).