* [PATCH 01/15] ARM: dts: imx6qdl-gw54xx: Use the mux- prefix
@ 2023-05-26 0:55 Fabio Estevam
2023-05-26 0:55 ` [PATCH 02/15] ARM: dts: imx6qdl-hummingboard: " Fabio Estevam
` (14 more replies)
0 siblings, 15 replies; 17+ messages in thread
From: Fabio Estevam @ 2023-05-26 0:55 UTC (permalink / raw)
To: shawnguo
Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, devicetree,
linux-arm-kernel, 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>
---
arch/arm/boot/dts/imx6qdl-gw54xx.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi b/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi
index 4e20cb97058e..f50a16bec67c 100644
--- a/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi
@@ -187,7 +187,7 @@ &audmux {
pinctrl-0 = <&pinctrl_audmux>; /* AUD4<->sgtl5000 */
status = "okay";
- ssi2 {
+ mux-ssi2 {
fsl,audmux-port = <1>;
fsl,port-config = <
(IMX_AUDMUX_V2_PTCR_TFSDIR |
@@ -199,7 +199,7 @@ IMX_AUDMUX_V2_PDCR_RXDSEL(4)
>;
};
- aud5 {
+ mux-aud5 {
fsl,audmux-port = <4>;
fsl,port-config = <
IMX_AUDMUX_V2_PTCR_SYN
--
2.34.1
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 02/15] ARM: dts: imx6qdl-hummingboard: Use the mux- prefix
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 03/15] ARM: dts: imx6qdl-gw551x: " Fabio Estevam
` (13 subsequent siblings)
14 siblings, 0 replies; 17+ messages in thread
From: Fabio Estevam @ 2023-05-26 0:55 UTC (permalink / raw)
To: shawnguo
Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, devicetree,
linux-arm-kernel, 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>
---
arch/arm/boot/dts/imx6qdl-hummingboard.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi b/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi
index 2ffb21dd89f2..bfade7149080 100644
--- a/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi
@@ -147,7 +147,7 @@ sound-spdif {
&audmux {
status = "okay";
- ssi1 {
+ mux-ssi1 {
fsl,audmux-port = <0>;
fsl,port-config = <
(IMX_AUDMUX_V2_PTCR_SYN |
@@ -159,7 +159,7 @@ IMX_AUDMUX_V2_PDCR_RXDSEL(4)
>;
};
- pins5 {
+ mux-pins5 {
fsl,audmux-port = <4>;
fsl,port-config = <
IMX_AUDMUX_V2_PTCR_SYN
--
2.34.1
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 03/15] ARM: dts: imx6qdl-gw551x: Use the mux- prefix
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 ` Fabio Estevam
2023-05-26 0:55 ` [PATCH 04/15] ARM: dts: imx6qdl-hummingboard2: " Fabio Estevam
` (12 subsequent siblings)
14 siblings, 0 replies; 17+ messages in thread
From: Fabio Estevam @ 2023-05-26 0:55 UTC (permalink / raw)
To: shawnguo
Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, devicetree,
linux-arm-kernel, 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>
---
arch/arm/boot/dts/imx6qdl-gw551x.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/imx6qdl-gw551x.dtsi b/arch/arm/boot/dts/imx6qdl-gw551x.dtsi
index 0fa4b8eeddee..29960d1cf6a0 100644
--- a/arch/arm/boot/dts/imx6qdl-gw551x.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-gw551x.dtsi
@@ -171,7 +171,7 @@ &audmux {
pinctrl-0 = <&pinctrl_audmux>; /* AUD5<->tda1997x */
status = "okay";
- ssi1 {
+ mux-ssi1 {
fsl,audmux-port = <0>;
fsl,port-config = <
(IMX_AUDMUX_V2_PTCR_TFSDIR |
@@ -183,7 +183,7 @@ IMX_AUDMUX_V2_PDCR_RXDSEL(4)
>;
};
- aud5 {
+ mux-aud5 {
fsl,audmux-port = <4>;
fsl,port-config = <
IMX_AUDMUX_V2_PTCR_SYN
--
2.34.1
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 04/15] ARM: dts: imx6qdl-hummingboard2: Use the mux- prefix
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 ` Fabio Estevam
2023-05-26 0:55 ` [PATCH 05/15] ARM: dts: imx6qdl-icore: " Fabio Estevam
` (11 subsequent siblings)
14 siblings, 0 replies; 17+ messages in thread
From: Fabio Estevam @ 2023-05-26 0:55 UTC (permalink / raw)
To: shawnguo
Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, devicetree,
linux-arm-kernel, 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>
---
arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi b/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi
index eb1ad28946d3..0883ef99cded 100644
--- a/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi
@@ -179,7 +179,7 @@ sound_codec: simple-audio-card,codec {
&audmux {
status = "okay";
- ssi1 {
+ mux-ssi1 {
fsl,audmux-port = <0>;
fsl,port-config = <
(IMX_AUDMUX_V2_PTCR_SYN |
@@ -191,7 +191,7 @@ IMX_AUDMUX_V2_PDCR_RXDSEL(4)
>;
};
- pins5 {
+ mux-pins5 {
fsl,audmux-port = <4>;
fsl,port-config = <
IMX_AUDMUX_V2_PTCR_SYN
--
2.34.1
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 05/15] ARM: dts: imx6qdl-icore: Use the mux- prefix
2023-05-26 0:55 [PATCH 01/15] ARM: dts: imx6qdl-gw54xx: Use the mux- prefix Fabio Estevam
` (2 preceding siblings ...)
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 06/15] ARM: dts: imx6qdl-mba6: " Fabio Estevam
` (10 subsequent siblings)
14 siblings, 0 replies; 17+ messages in thread
From: Fabio Estevam @ 2023-05-26 0:55 UTC (permalink / raw)
To: shawnguo
Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, devicetree,
linux-arm-kernel, 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>
---
arch/arm/boot/dts/imx6qdl-icore.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/imx6qdl-icore.dtsi b/arch/arm/boot/dts/imx6qdl-icore.dtsi
index 23c318d9636f..efe11524b885 100644
--- a/arch/arm/boot/dts/imx6qdl-icore.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-icore.dtsi
@@ -109,7 +109,7 @@ &audmux {
status = "okay";
- audmux_ssi1 {
+ mux-ssi1 {
fsl,audmux-port = <MX51_AUDMUX_PORT1_SSI0>;
fsl,port-config = <
(IMX_AUDMUX_V2_PTCR_TFSDIR |
@@ -121,7 +121,7 @@ IMX_AUDMUX_V2_PDCR_RXDSEL(MX51_AUDMUX_PORT4)
>;
};
- audmux_aud4 {
+ mux-aud4 {
fsl,audmux-port = <MX51_AUDMUX_PORT4>;
fsl,port-config = <
IMX_AUDMUX_V2_PTCR_SYN
--
2.34.1
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 06/15] ARM: dts: imx6qdl-mba6: Use the mux- prefix
2023-05-26 0:55 [PATCH 01/15] ARM: dts: imx6qdl-gw54xx: Use the mux- prefix Fabio Estevam
` (3 preceding siblings ...)
2023-05-26 0:55 ` [PATCH 05/15] ARM: dts: imx6qdl-icore: " Fabio Estevam
@ 2023-05-26 0:55 ` Fabio Estevam
2023-05-26 7:23 ` Alexander Stein
2023-05-26 0:55 ` [PATCH 07/15] ARM: dts: imx6qdl-phytec-pbab01: " Fabio Estevam
` (9 subsequent siblings)
14 siblings, 1 reply; 17+ messages in thread
From: Fabio Estevam @ 2023-05-26 0:55 UTC (permalink / raw)
To: shawnguo
Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, devicetree,
linux-arm-kernel, 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>
---
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
--
2.34.1
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 07/15] ARM: dts: imx6qdl-phytec-pbab01: Use the mux- prefix
2023-05-26 0:55 [PATCH 01/15] ARM: dts: imx6qdl-gw54xx: Use the mux- prefix Fabio Estevam
` (4 preceding siblings ...)
2023-05-26 0:55 ` [PATCH 06/15] ARM: dts: imx6qdl-mba6: " Fabio Estevam
@ 2023-05-26 0:55 ` Fabio Estevam
2023-05-26 0:55 ` [PATCH 08/15] ARM: dts: imx6qdl-tx6: " Fabio Estevam
` (8 subsequent siblings)
14 siblings, 0 replies; 17+ messages in thread
From: Fabio Estevam @ 2023-05-26 0:55 UTC (permalink / raw)
To: shawnguo
Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, devicetree,
linux-arm-kernel, 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>
---
arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi b/arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi
index 51d28e275aa6..a41e47c06ef4 100644
--- a/arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi
@@ -75,7 +75,7 @@ dailink_master: simple-audio-card,codec {
&audmux {
status = "okay";
- ssi2 {
+ mux-ssi2 {
fsl,audmux-port = <1>;
fsl,port-config = <
(IMX_AUDMUX_V2_PTCR_SYN |
@@ -87,7 +87,7 @@ IMX_AUDMUX_V2_PDCR_RXDSEL(4)
>;
};
- pins5 {
+ mux-pins5 {
fsl,audmux-port = <4>;
fsl,port-config = <
IMX_AUDMUX_V2_PTCR_SYN
--
2.34.1
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 08/15] ARM: dts: imx6qdl-tx6: Use the mux- prefix
2023-05-26 0:55 [PATCH 01/15] ARM: dts: imx6qdl-gw54xx: Use the mux- prefix Fabio Estevam
` (5 preceding siblings ...)
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 09/15] ARM: dts: imx6dl-qmx6: " Fabio Estevam
` (7 subsequent siblings)
14 siblings, 0 replies; 17+ messages in thread
From: Fabio Estevam @ 2023-05-26 0:55 UTC (permalink / raw)
To: shawnguo
Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, devicetree,
linux-arm-kernel, 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>
---
arch/arm/boot/dts/imx6qdl-tx6.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/imx6qdl-tx6.dtsi b/arch/arm/boot/dts/imx6qdl-tx6.dtsi
index a197bac95cba..e2fe337f7d9e 100644
--- a/arch/arm/boot/dts/imx6qdl-tx6.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-tx6.dtsi
@@ -216,7 +216,7 @@ codec_dai: simple-audio-card,codec {
&audmux {
status = "okay";
- ssi1 {
+ mux-ssi1 {
fsl,audmux-port = <0>;
fsl,port-config = <
(IMX_AUDMUX_V2_PTCR_SYN |
@@ -228,7 +228,7 @@ IMX_AUDMUX_V2_PDCR_RXDSEL(4)
>;
};
- pins5 {
+ mux-pins5 {
fsl,audmux-port = <4>;
fsl,port-config = <
IMX_AUDMUX_V2_PTCR_SYN
--
2.34.1
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 09/15] ARM: dts: imx6dl-qmx6: Use the mux- prefix
2023-05-26 0:55 [PATCH 01/15] ARM: dts: imx6qdl-gw54xx: Use the mux- prefix Fabio Estevam
` (6 preceding siblings ...)
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 10/15] ARM: dts: imx6q-kp: " Fabio Estevam
` (6 subsequent siblings)
14 siblings, 0 replies; 17+ messages in thread
From: Fabio Estevam @ 2023-05-26 0:55 UTC (permalink / raw)
To: shawnguo
Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, devicetree,
linux-arm-kernel, 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>
---
arch/arm/boot/dts/imx6dl-qmx6.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/imx6dl-qmx6.dtsi b/arch/arm/boot/dts/imx6dl-qmx6.dtsi
index 150d69858255..05fd8ff4da1e 100644
--- a/arch/arm/boot/dts/imx6dl-qmx6.dtsi
+++ b/arch/arm/boot/dts/imx6dl-qmx6.dtsi
@@ -48,7 +48,7 @@ &audmux {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_audmux>;
- audmux_ssi1 {
+ mux-ssi1 {
fsl,audmux-port = <MX51_AUDMUX_PORT1_SSI0>;
fsl,port-config = <
(IMX_AUDMUX_V2_PTCR_TFSDIR |
@@ -60,7 +60,7 @@ IMX_AUDMUX_V2_PDCR_RXDSEL(MX51_AUDMUX_PORT6)
>;
};
- audmux_aud6 {
+ mux-aud6 {
fsl,audmux-port = <MX51_AUDMUX_PORT6>;
fsl,port-config = <
IMX_AUDMUX_V2_PTCR_SYN
--
2.34.1
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 10/15] ARM: dts: imx6q-kp: Use the mux- prefix
2023-05-26 0:55 [PATCH 01/15] ARM: dts: imx6qdl-gw54xx: Use the mux- prefix Fabio Estevam
` (7 preceding siblings ...)
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 ` [PATCH 11/15] ARM: dts: imx6qdl-icore-rqs: " Fabio Estevam
` (5 subsequent siblings)
14 siblings, 0 replies; 17+ messages in thread
From: Fabio Estevam @ 2023-05-26 0:55 UTC (permalink / raw)
To: shawnguo
Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, devicetree,
linux-arm-kernel, 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>
---
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
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 11/15] ARM: dts: imx6qdl-icore-rqs: Use the mux- prefix
2023-05-26 0:55 [PATCH 01/15] ARM: dts: imx6qdl-gw54xx: Use the mux- prefix Fabio Estevam
` (8 preceding siblings ...)
2023-05-26 0:55 ` [PATCH 10/15] ARM: dts: imx6q-kp: " Fabio Estevam
@ 2023-05-26 0:55 ` Fabio Estevam
2023-05-26 0:55 ` [PATCH 12/15] ARM: dts: imx6q-cm-fx6: " Fabio Estevam
` (4 subsequent siblings)
14 siblings, 0 replies; 17+ messages in thread
From: Fabio Estevam @ 2023-05-26 0:55 UTC (permalink / raw)
To: shawnguo
Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, devicetree,
linux-arm-kernel, 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>
---
arch/arm/boot/dts/imx6qdl-icore-rqs.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/imx6qdl-icore-rqs.dtsi b/arch/arm/boot/dts/imx6qdl-icore-rqs.dtsi
index ef3f88c3615f..d339957cc097 100644
--- a/arch/arm/boot/dts/imx6qdl-icore-rqs.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-icore-rqs.dtsi
@@ -118,7 +118,7 @@ &audmux {
pinctrl-0 = <&pinctrl_audmux>;
status = "okay";
- audmux_ssi1 {
+ mux-ssi1 {
fsl,audmux-port = <MX51_AUDMUX_PORT1_SSI0>;
fsl,port-config = <
(IMX_AUDMUX_V2_PTCR_TFSDIR |
@@ -130,7 +130,7 @@ IMX_AUDMUX_V2_PDCR_RXDSEL(MX51_AUDMUX_PORT4)
>;
};
- audmux_aud4 {
+ mux-aud4 {
fsl,audmux-port = <MX51_AUDMUX_PORT4>;
fsl,port-config = <
IMX_AUDMUX_V2_PTCR_SYN
--
2.34.1
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 12/15] ARM: dts: imx6q-cm-fx6: Use the mux- prefix
2023-05-26 0:55 [PATCH 01/15] ARM: dts: imx6qdl-gw54xx: Use the mux- prefix Fabio Estevam
` (9 preceding siblings ...)
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 13/15] ARM: dts: imx6q-display5: " Fabio Estevam
` (3 subsequent siblings)
14 siblings, 0 replies; 17+ messages in thread
From: Fabio Estevam @ 2023-05-26 0:55 UTC (permalink / raw)
To: shawnguo
Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, devicetree,
linux-arm-kernel, 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>
---
arch/arm/boot/dts/imx6q-cm-fx6.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/imx6q-cm-fx6.dts b/arch/arm/boot/dts/imx6q-cm-fx6.dts
index 1ad41c944b4b..ffb3b8eeae5d 100644
--- a/arch/arm/boot/dts/imx6q-cm-fx6.dts
+++ b/arch/arm/boot/dts/imx6q-cm-fx6.dts
@@ -141,7 +141,7 @@ &audmux {
pinctrl-0 = <&pinctrl_audmux>;
status = "okay";
- ssi2 {
+ mux-ssi2 {
fsl,audmux-port = <1>;
fsl,port-config = <
(IMX_AUDMUX_V2_PTCR_RCLKDIR |
@@ -152,7 +152,7 @@ IMX_AUDMUX_V2_PDCR_RXDSEL(3)
>;
};
- audmux4 {
+ mux-audmux4 {
fsl,audmux-port = <3>;
fsl,port-config = <
(IMX_AUDMUX_V2_PTCR_TFSDIR |
--
2.34.1
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 13/15] ARM: dts: imx6q-display5: Use the mux- prefix
2023-05-26 0:55 [PATCH 01/15] ARM: dts: imx6qdl-gw54xx: Use the mux- prefix Fabio Estevam
` (10 preceding siblings ...)
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 14/15] ARM: dts: imx6qdl-var-dart: " Fabio Estevam
` (2 subsequent siblings)
14 siblings, 0 replies; 17+ messages in thread
From: Fabio Estevam @ 2023-05-26 0:55 UTC (permalink / raw)
To: shawnguo
Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, devicetree,
linux-arm-kernel, 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>
---
arch/arm/boot/dts/imx6q-display5.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/imx6q-display5.dtsi b/arch/arm/boot/dts/imx6q-display5.dtsi
index fef5d7254536..b88b8aa730d7 100644
--- a/arch/arm/boot/dts/imx6q-display5.dtsi
+++ b/arch/arm/boot/dts/imx6q-display5.dtsi
@@ -147,7 +147,7 @@ &audmux {
pinctrl-0 = <&pinctrl_audmux>;
status = "okay";
- ssi2 {
+ mux-ssi2 {
fsl,audmux-port = <1>;
fsl,port-config = <
(IMX_AUDMUX_V2_PTCR_SYN |
@@ -159,7 +159,7 @@ IMX_AUDMUX_V2_PDCR_RXDSEL(5)
>;
};
- aud6 {
+ mux-aud6 {
fsl,audmux-port = <5>;
fsl,port-config = <
(IMX_AUDMUX_V2_PTCR_RFSEL(8) |
--
2.34.1
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 14/15] ARM: dts: imx6qdl-var-dart: Use the mux- prefix
2023-05-26 0:55 [PATCH 01/15] ARM: dts: imx6qdl-gw54xx: Use the mux- prefix Fabio Estevam
` (11 preceding siblings ...)
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 15/15] ARM: dts: imx6qdl-zii-rdu2: " Fabio Estevam
2023-05-27 13:26 ` [PATCH 01/15] ARM: dts: imx6qdl-gw54xx: " Shawn Guo
14 siblings, 0 replies; 17+ messages in thread
From: Fabio Estevam @ 2023-05-26 0:55 UTC (permalink / raw)
To: shawnguo
Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, devicetree,
linux-arm-kernel, 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>
---
arch/arm/boot/dts/imx6qdl-var-dart.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/imx6qdl-var-dart.dtsi b/arch/arm/boot/dts/imx6qdl-var-dart.dtsi
index c41cac502bac..200559d7158d 100644
--- a/arch/arm/boot/dts/imx6qdl-var-dart.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-var-dart.dtsi
@@ -39,7 +39,7 @@ &audmux {
pinctrl-0 = <&pinctrl_audmux>;
status = "okay";
- ssi2 {
+ mux-ssi2 {
fsl,audmux-port = <1>;
fsl,port-config = <
(IMX_AUDMUX_V2_PTCR_SYN |
@@ -51,7 +51,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
^ permalink raw reply related [flat|nested] 17+ messages in thread
* [PATCH 15/15] ARM: dts: imx6qdl-zii-rdu2: Use the mux- prefix
2023-05-26 0:55 [PATCH 01/15] ARM: dts: imx6qdl-gw54xx: Use the mux- prefix Fabio Estevam
` (12 preceding siblings ...)
2023-05-26 0:55 ` [PATCH 14/15] ARM: dts: imx6qdl-var-dart: " Fabio Estevam
@ 2023-05-26 0:55 ` Fabio Estevam
2023-05-27 13:26 ` [PATCH 01/15] ARM: dts: imx6qdl-gw54xx: " Shawn Guo
14 siblings, 0 replies; 17+ messages in thread
From: Fabio Estevam @ 2023-05-26 0:55 UTC (permalink / raw)
To: shawnguo
Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, devicetree,
linux-arm-kernel, 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>
---
arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
index abd72d72ae99..9ff183e4e069 100644
--- a/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
@@ -848,7 +848,7 @@ &audmux {
pinctrl-0 = <&pinctrl_audmux>;
status = "okay";
- ssi1 {
+ mux-ssi1 {
fsl,audmux-port = <0>;
fsl,port-config = <
(IMX_AUDMUX_V2_PTCR_SYN |
@@ -860,7 +860,7 @@ IMX_AUDMUX_V2_PDCR_RXDSEL(2)
>;
};
- aud3 {
+ mux-aud3 {
fsl,audmux-port = <2>;
fsl,port-config = <
IMX_AUDMUX_V2_PTCR_SYN
@@ -868,7 +868,7 @@ IMX_AUDMUX_V2_PDCR_RXDSEL(0)
>;
};
- ssi2 {
+ mux-ssi2 {
fsl,audmux-port = <1>;
fsl,port-config = <
(IMX_AUDMUX_V2_PTCR_SYN |
@@ -880,7 +880,7 @@ IMX_AUDMUX_V2_PDCR_RXDSEL(4)
>;
};
- aud5 {
+ mux-aud5 {
fsl,audmux-port = <4>;
fsl,port-config = <
IMX_AUDMUX_V2_PTCR_SYN
--
2.34.1
^ permalink raw reply related [flat|nested] 17+ messages in thread
* Re: [PATCH 06/15] ARM: dts: imx6qdl-mba6: Use the mux- prefix
2023-05-26 0:55 ` [PATCH 06/15] ARM: dts: imx6qdl-mba6: " Fabio Estevam
@ 2023-05-26 7:23 ` Alexander Stein
0 siblings, 0 replies; 17+ messages in thread
From: Alexander Stein @ 2023-05-26 7:23 UTC (permalink / raw)
To: shawnguo, linux-arm-kernel
Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, devicetree,
linux-arm-kernel, Fabio Estevam, Fabio Estevam
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/
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [PATCH 01/15] ARM: dts: imx6qdl-gw54xx: Use the mux- prefix
2023-05-26 0:55 [PATCH 01/15] ARM: dts: imx6qdl-gw54xx: Use the mux- prefix Fabio Estevam
` (13 preceding siblings ...)
2023-05-26 0:55 ` [PATCH 15/15] ARM: dts: imx6qdl-zii-rdu2: " Fabio Estevam
@ 2023-05-27 13:26 ` Shawn Guo
14 siblings, 0 replies; 17+ messages in thread
From: Shawn Guo @ 2023-05-27 13:26 UTC (permalink / raw)
To: Fabio Estevam
Cc: robh+dt, krzysztof.kozlowski+dt, conor+dt, devicetree,
linux-arm-kernel, Fabio Estevam
On Thu, May 25, 2023 at 09:55:15PM -0300, Fabio Estevam wrote:
> 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>
Can we squash them into one patch?
Shawn
^ permalink raw reply [flat|nested] 17+ messages in thread
end of thread, other threads:[~2023-05-27 13:26 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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
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).