All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: shawnguo@kernel.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>
Subject: [PATCH 10/15] ARM: dts: imx6q-kp: Use the mux- prefix
Date: Thu, 25 May 2023 21:55:24 -0300	[thread overview]
Message-ID: <20230526005529.150418-10-festevam@gmail.com> (raw)
In-Reply-To: <20230526005529.150418-1-festevam@gmail.com>

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>
---
 arch/arm/boot/dts/imx6q-kp.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/imx6q-kp.dtsi b/arch/arm/boot/dts/imx6q-kp.dtsi
index 5e0ed5560040..091903f53a56 100644
--- a/arch/arm/boot/dts/imx6q-kp.dtsi
+++ b/arch/arm/boot/dts/imx6q-kp.dtsi
@@ -135,7 +135,7 @@ &audmux {
 	pinctrl-0 = <&pinctrl_audmux>;
 	status = "okay";
 
-	ssi1 {
+	mux-ssi1 {
 		fsl,audmux-port = <0>;
 		fsl,port-config = <
 			(IMX_AUDMUX_V2_PTCR_SYN |
@@ -147,7 +147,7 @@ IMX_AUDMUX_V2_PDCR_RXDSEL(2)
 		>;
 	};
 
-	aud3 {
+	mux-aud3 {
 		fsl,audmux-port = <2>;
 		fsl,port-config = <
 			IMX_AUDMUX_V2_PTCR_SYN
-- 
2.34.1


WARNING: multiple messages have this Message-ID (diff)
From: Fabio Estevam <festevam@gmail.com>
To: shawnguo@kernel.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>
Subject: [PATCH 10/15] ARM: dts: imx6q-kp: Use the mux- prefix
Date: Thu, 25 May 2023 21:55:24 -0300	[thread overview]
Message-ID: <20230526005529.150418-10-festevam@gmail.com> (raw)
In-Reply-To: <20230526005529.150418-1-festevam@gmail.com>

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>
---
 arch/arm/boot/dts/imx6q-kp.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/imx6q-kp.dtsi b/arch/arm/boot/dts/imx6q-kp.dtsi
index 5e0ed5560040..091903f53a56 100644
--- a/arch/arm/boot/dts/imx6q-kp.dtsi
+++ b/arch/arm/boot/dts/imx6q-kp.dtsi
@@ -135,7 +135,7 @@ &audmux {
 	pinctrl-0 = <&pinctrl_audmux>;
 	status = "okay";
 
-	ssi1 {
+	mux-ssi1 {
 		fsl,audmux-port = <0>;
 		fsl,port-config = <
 			(IMX_AUDMUX_V2_PTCR_SYN |
@@ -147,7 +147,7 @@ IMX_AUDMUX_V2_PDCR_RXDSEL(2)
 		>;
 	};
 
-	aud3 {
+	mux-aud3 {
 		fsl,audmux-port = <2>;
 		fsl,port-config = <
 			IMX_AUDMUX_V2_PTCR_SYN
-- 
2.34.1


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

  parent reply	other threads:[~2023-05-26  0:56 UTC|newest]

Thread overview: 34+ 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 ` Fabio Estevam
2023-05-26  0:55 ` [PATCH 02/15] ARM: dts: imx6qdl-hummingboard: " Fabio Estevam
2023-05-26  0:55   ` Fabio Estevam
2023-05-26  0:55 ` [PATCH 03/15] ARM: dts: imx6qdl-gw551x: " Fabio Estevam
2023-05-26  0:55   ` Fabio Estevam
2023-05-26  0:55 ` [PATCH 04/15] ARM: dts: imx6qdl-hummingboard2: " Fabio Estevam
2023-05-26  0:55   ` Fabio Estevam
2023-05-26  0:55 ` [PATCH 05/15] ARM: dts: imx6qdl-icore: " Fabio Estevam
2023-05-26  0:55   ` Fabio Estevam
2023-05-26  0:55 ` [PATCH 06/15] ARM: dts: imx6qdl-mba6: " Fabio Estevam
2023-05-26  0:55   ` Fabio Estevam
2023-05-26  7:23   ` Alexander Stein
2023-05-26  7:23     ` Alexander Stein
2023-05-26  0:55 ` [PATCH 07/15] ARM: dts: imx6qdl-phytec-pbab01: " Fabio Estevam
2023-05-26  0:55   ` Fabio Estevam
2023-05-26  0:55 ` [PATCH 08/15] ARM: dts: imx6qdl-tx6: " Fabio Estevam
2023-05-26  0:55   ` Fabio Estevam
2023-05-26  0:55 ` [PATCH 09/15] ARM: dts: imx6dl-qmx6: " Fabio Estevam
2023-05-26  0:55   ` Fabio Estevam
2023-05-26  0:55 ` Fabio Estevam [this message]
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   ` Fabio Estevam
2023-05-26  0:55 ` [PATCH 12/15] ARM: dts: imx6q-cm-fx6: " Fabio Estevam
2023-05-26  0:55   ` Fabio Estevam
2023-05-26  0:55 ` [PATCH 13/15] ARM: dts: imx6q-display5: " Fabio Estevam
2023-05-26  0:55   ` Fabio Estevam
2023-05-26  0:55 ` [PATCH 14/15] ARM: dts: imx6qdl-var-dart: " Fabio Estevam
2023-05-26  0:55   ` Fabio Estevam
2023-05-26  0:55 ` [PATCH 15/15] ARM: dts: imx6qdl-zii-rdu2: " Fabio Estevam
2023-05-26  0:55   ` Fabio Estevam
2023-05-27 13:26 ` [PATCH 01/15] ARM: dts: imx6qdl-gw54xx: " Shawn Guo
2023-05-27 13:26   ` 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=20230526005529.150418-10-festevam@gmail.com \
    --to=festevam@gmail.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@denx.de \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.