From: Alexander Stein <alexander.stein@ew.tq-group.com>
To: shawnguo@kernel.org, linux-arm-kernel@lists.infradead.org
Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
conor+dt@kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Fabio Estevam <festevam@denx.de>,
Fabio Estevam <festevam@gmail.com>
Subject: Re: [PATCH 06/15] ARM: dts: imx6qdl-mba6: Use the mux- prefix
Date: Fri, 26 May 2023 09:23:21 +0200 [thread overview]
Message-ID: <3235635.aeNJFYEL58@steina-w> (raw)
In-Reply-To: <20230526005529.150418-6-festevam@gmail.com>
Am Freitag, 26. Mai 2023, 02:55:20 CEST schrieb Fabio Estevam:
> From: Fabio Estevam <festevam@denx.de>
>
> According to Documentation/devicetree/bindings/sound/imx-audmux.yaml,
> there must be a "mux-" prefix in the audmux port nodes.
>
> Add the "mux-" prefix to avoid devicetree schema warnings.
>
> Signed-off-by: Fabio Estevam <festevam@denx.de>
Thanks!
Reviewed-by: Alexander Stein <alexander.stein@ew.tq-group.com>
> ---
> arch/arm/boot/dts/imx6qdl-mba6.dtsi | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/imx6qdl-mba6.dtsi
> b/arch/arm/boot/dts/imx6qdl-mba6.dtsi index 7b7e6c2ad190..b497303013c8
> 100644
> --- a/arch/arm/boot/dts/imx6qdl-mba6.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl-mba6.dtsi
> @@ -129,7 +129,7 @@ sound {
> &audmux {
> status = "okay";
>
> - ssi0 {
> + mux-ssi0 {
> fsl,audmux-port = <MX31_AUDMUX_PORT1_SSI0>;
> fsl,port-config = <
> (IMX_AUDMUX_V2_PTCR_SYN |
> @@ -141,7 +141,7 @@ IMX_AUDMUX_V2_PDCR_RXDSEL(MX31_AUDMUX_PORT3_SSI_PINS_3)
>
> >;
>
> };
>
> - aud3 {
> + mux-aud3 {
> fsl,audmux-port = <MX31_AUDMUX_PORT3_SSI_PINS_3>;
> fsl,port-config = <
> IMX_AUDMUX_V2_PTCR_SYN
--
TQ-Systems GmbH | Mühlstraße 2, Gut Delling | 82229 Seefeld, Germany
Amtsgericht München, HRB 105018
Geschäftsführer: Detlef Schneider, Rüdiger Stahl, Stefan Schneider
http://www.tq-group.com/
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2023-05-26 7:23 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-26 0:55 [PATCH 01/15] ARM: dts: imx6qdl-gw54xx: Use the mux- prefix Fabio Estevam
2023-05-26 0:55 ` [PATCH 02/15] ARM: dts: imx6qdl-hummingboard: " Fabio Estevam
2023-05-26 0:55 ` [PATCH 03/15] ARM: dts: imx6qdl-gw551x: " Fabio Estevam
2023-05-26 0:55 ` [PATCH 04/15] ARM: dts: imx6qdl-hummingboard2: " Fabio Estevam
2023-05-26 0:55 ` [PATCH 05/15] ARM: dts: imx6qdl-icore: " Fabio Estevam
2023-05-26 0:55 ` [PATCH 06/15] ARM: dts: imx6qdl-mba6: " Fabio Estevam
2023-05-26 7:23 ` Alexander Stein [this message]
2023-05-26 0:55 ` [PATCH 07/15] ARM: dts: imx6qdl-phytec-pbab01: " Fabio Estevam
2023-05-26 0:55 ` [PATCH 08/15] ARM: dts: imx6qdl-tx6: " Fabio Estevam
2023-05-26 0:55 ` [PATCH 09/15] ARM: dts: imx6dl-qmx6: " Fabio Estevam
2023-05-26 0:55 ` [PATCH 10/15] ARM: dts: imx6q-kp: " Fabio Estevam
2023-05-26 0:55 ` [PATCH 11/15] ARM: dts: imx6qdl-icore-rqs: " Fabio Estevam
2023-05-26 0:55 ` [PATCH 12/15] ARM: dts: imx6q-cm-fx6: " Fabio Estevam
2023-05-26 0:55 ` [PATCH 13/15] ARM: dts: imx6q-display5: " Fabio Estevam
2023-05-26 0:55 ` [PATCH 14/15] ARM: dts: imx6qdl-var-dart: " Fabio Estevam
2023-05-26 0:55 ` [PATCH 15/15] ARM: dts: imx6qdl-zii-rdu2: " Fabio Estevam
2023-05-27 13:26 ` [PATCH 01/15] ARM: dts: imx6qdl-gw54xx: " Shawn Guo
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=3235635.aeNJFYEL58@steina-w \
--to=alexander.stein@ew.tq-group.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@denx.de \
--cc=festevam@gmail.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=robh+dt@kernel.org \
--cc=shawnguo@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).