* [PATCH v2] ARM: dts: stm32: fix AV96 board SAI2 pin muxing on stm32mp15
@ 2021-10-04 9:03 Olivier Moysan
2021-10-04 9:05 ` Marek Vasut
2021-10-15 13:04 ` Alexandre TORGUE
0 siblings, 2 replies; 3+ messages in thread
From: Olivier Moysan @ 2021-10-04 9:03 UTC (permalink / raw)
To: Alexandre Torgue, Marek Vasut, Maxime Coquelin, Rob Herring
Cc: devicetree, linux-arm-kernel, linux-kernel, linux-stm32,
Olivier Moysan
Fix SAI2A and SAI2B pin muxings for AV96 board on STM32MP15.
Change sai2a-4 & sai2a-5 to sai2a-2 & sai2a-2.
Change sai2a-4 & sai2a-sleep-5 to sai2b-2 & sai2b-sleep-2
Fixes: dcf185ca8175 ("ARM: dts: stm32: Add alternate pinmux for SAI2 pins on stm32mp15")
Signed-off-by: Olivier Moysan <olivier.moysan@foss.st.com>
---
arch/arm/boot/dts/stm32mp15-pinctrl.dtsi | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm/boot/dts/stm32mp15-pinctrl.dtsi b/arch/arm/boot/dts/stm32mp15-pinctrl.dtsi
index 5b60ecbd718f..2ebafe27a865 100644
--- a/arch/arm/boot/dts/stm32mp15-pinctrl.dtsi
+++ b/arch/arm/boot/dts/stm32mp15-pinctrl.dtsi
@@ -1179,7 +1179,7 @@
};
};
- sai2a_pins_c: sai2a-4 {
+ sai2a_pins_c: sai2a-2 {
pins {
pinmux = <STM32_PINMUX('D', 13, AF10)>, /* SAI2_SCK_A */
<STM32_PINMUX('D', 11, AF10)>, /* SAI2_SD_A */
@@ -1190,7 +1190,7 @@
};
};
- sai2a_sleep_pins_c: sai2a-5 {
+ sai2a_sleep_pins_c: sai2a-2 {
pins {
pinmux = <STM32_PINMUX('D', 13, ANALOG)>, /* SAI2_SCK_A */
<STM32_PINMUX('D', 11, ANALOG)>, /* SAI2_SD_A */
@@ -1235,14 +1235,14 @@
};
};
- sai2b_pins_c: sai2a-4 {
+ sai2b_pins_c: sai2b-2 {
pins1 {
pinmux = <STM32_PINMUX('F', 11, AF10)>; /* SAI2_SD_B */
bias-disable;
};
};
- sai2b_sleep_pins_c: sai2a-sleep-5 {
+ sai2b_sleep_pins_c: sai2b-sleep-2 {
pins {
pinmux = <STM32_PINMUX('F', 11, ANALOG)>; /* SAI2_SD_B */
};
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2] ARM: dts: stm32: fix AV96 board SAI2 pin muxing on stm32mp15
2021-10-04 9:03 [PATCH v2] ARM: dts: stm32: fix AV96 board SAI2 pin muxing on stm32mp15 Olivier Moysan
@ 2021-10-04 9:05 ` Marek Vasut
2021-10-15 13:04 ` Alexandre TORGUE
1 sibling, 0 replies; 3+ messages in thread
From: Marek Vasut @ 2021-10-04 9:05 UTC (permalink / raw)
To: Olivier Moysan, Alexandre Torgue, Maxime Coquelin, Rob Herring
Cc: devicetree, linux-arm-kernel, linux-kernel, linux-stm32
On 10/4/21 11:03 AM, Olivier Moysan wrote:
> Fix SAI2A and SAI2B pin muxings for AV96 board on STM32MP15.
> Change sai2a-4 & sai2a-5 to sai2a-2 & sai2a-2.
> Change sai2a-4 & sai2a-sleep-5 to sai2b-2 & sai2b-sleep-2
>
> Fixes: dcf185ca8175 ("ARM: dts: stm32: Add alternate pinmux for SAI2 pins on stm32mp15")
>
> Signed-off-by: Olivier Moysan <olivier.moysan@foss.st.com>
Nice, thank you.
Reviewed-by: Marek Vasut <marex@denx.de>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] ARM: dts: stm32: fix AV96 board SAI2 pin muxing on stm32mp15
2021-10-04 9:03 [PATCH v2] ARM: dts: stm32: fix AV96 board SAI2 pin muxing on stm32mp15 Olivier Moysan
2021-10-04 9:05 ` Marek Vasut
@ 2021-10-15 13:04 ` Alexandre TORGUE
1 sibling, 0 replies; 3+ messages in thread
From: Alexandre TORGUE @ 2021-10-15 13:04 UTC (permalink / raw)
To: Olivier Moysan, Marek Vasut, Maxime Coquelin, Rob Herring
Cc: devicetree, linux-arm-kernel, linux-kernel, linux-stm32
On 10/4/21 11:03 AM, Olivier Moysan wrote:
> Fix SAI2A and SAI2B pin muxings for AV96 board on STM32MP15.
> Change sai2a-4 & sai2a-5 to sai2a-2 & sai2a-2.
> Change sai2a-4 & sai2a-sleep-5 to sai2b-2 & sai2b-sleep-2
>
> Fixes: dcf185ca8175 ("ARM: dts: stm32: Add alternate pinmux for SAI2 pins on stm32mp15")
>
> Signed-off-by: Olivier Moysan <olivier.moysan@foss.st.com>
> ---
> arch/arm/boot/dts/stm32mp15-pinctrl.dtsi | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm/boot/dts/stm32mp15-pinctrl.dtsi b/arch/arm/boot/dts/stm32mp15-pinctrl.dtsi
> index 5b60ecbd718f..2ebafe27a865 100644
> --- a/arch/arm/boot/dts/stm32mp15-pinctrl.dtsi
> +++ b/arch/arm/boot/dts/stm32mp15-pinctrl.dtsi
> @@ -1179,7 +1179,7 @@
> };
> };
>
> - sai2a_pins_c: sai2a-4 {
> + sai2a_pins_c: sai2a-2 {
> pins {
> pinmux = <STM32_PINMUX('D', 13, AF10)>, /* SAI2_SCK_A */
> <STM32_PINMUX('D', 11, AF10)>, /* SAI2_SD_A */
> @@ -1190,7 +1190,7 @@
> };
> };
>
> - sai2a_sleep_pins_c: sai2a-5 {
> + sai2a_sleep_pins_c: sai2a-2 {
> pins {
> pinmux = <STM32_PINMUX('D', 13, ANALOG)>, /* SAI2_SCK_A */
> <STM32_PINMUX('D', 11, ANALOG)>, /* SAI2_SD_A */
> @@ -1235,14 +1235,14 @@
> };
> };
>
> - sai2b_pins_c: sai2a-4 {
> + sai2b_pins_c: sai2b-2 {
> pins1 {
> pinmux = <STM32_PINMUX('F', 11, AF10)>; /* SAI2_SD_B */
> bias-disable;
> };
> };
>
> - sai2b_sleep_pins_c: sai2a-sleep-5 {
> + sai2b_sleep_pins_c: sai2b-sleep-2 {
> pins {
> pinmux = <STM32_PINMUX('F', 11, ANALOG)>; /* SAI2_SD_B */
> };
>
Applied on stm32-next.
Thanks
Alex
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-10-15 13:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-04 9:03 [PATCH v2] ARM: dts: stm32: fix AV96 board SAI2 pin muxing on stm32mp15 Olivier Moysan
2021-10-04 9:05 ` Marek Vasut
2021-10-15 13:04 ` Alexandre TORGUE
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).