Re: [PATCH 1/6] ARM: dts: stm32: Add alternate pinmux for UART3 pins

2022-06-17 Thread Patrick DELAUNAY

Hi

On 6/13/22 11:55, Marek Vasut wrote:

Add another mux option for UART3 pins, this is used on DRC Compact board.

Signed-off-by: Marek Vasut 
Cc: Patrice Chotard 
Cc: Patrick Delaunay 
---
  arch/arm/dts/stm32mp15-pinctrl.dtsi | 41 +
  1 file changed, 41 insertions(+)




Applied to u-boot-stm/master, thanks!

Regards
Patrick



Re: [PATCH 1/6] ARM: dts: stm32: Add alternate pinmux for UART3 pins

2022-06-15 Thread Patrick DELAUNAY

Hi,

On 6/13/22 11:55, Marek Vasut wrote:

Add another mux option for UART3 pins, this is used on DRC Compact board.

Signed-off-by: Marek Vasut 
Cc: Patrice Chotard 
Cc: Patrick Delaunay 
---
  arch/arm/dts/stm32mp15-pinctrl.dtsi | 41 +
  1 file changed, 41 insertions(+)


Reviewed-by: Patrick Delaunay 

Thanks
Patrick





Re: [PATCH 1/6] ARM: dts: stm32: Add alternate pinmux for UART3 pins

2022-06-15 Thread Patrice CHOTARD
Hi Marek

On 6/13/22 11:55, Marek Vasut wrote:
> Add another mux option for UART3 pins, this is used on DRC Compact board.
> 
> Signed-off-by: Marek Vasut 
> Cc: Patrice Chotard 
> Cc: Patrick Delaunay 
> ---
>  arch/arm/dts/stm32mp15-pinctrl.dtsi | 41 +
>  1 file changed, 41 insertions(+)
> 
> diff --git a/arch/arm/dts/stm32mp15-pinctrl.dtsi 
> b/arch/arm/dts/stm32mp15-pinctrl.dtsi
> index f0d66d8c6e3..823ef2e2aab 100644
> --- a/arch/arm/dts/stm32mp15-pinctrl.dtsi
> +++ b/arch/arm/dts/stm32mp15-pinctrl.dtsi
> @@ -2134,6 +2134,47 @@
>   };
>   };
>  
> + usart3_pins_e: usart3-4 {
> + pins1 {
> + pinmux = , /* USART3_TX */
> +  ; /* USART3_RTS */
> + bias-disable;
> + drive-push-pull;
> + slew-rate = <0>;
> + };
> + pins2 {
> + pinmux = , /* USART3_RX */
> +  ; /* 
> USART3_CTS_NSS */
> + bias-pull-up;
> + };
> + };
> +
> + usart3_idle_pins_e: usart3-idle-4 {
> + pins1 {
> + pinmux = , /* USART3_TX 
> */
> +  ; /* 
> USART3_CTS_NSS */
> + };
> + pins2 {
> + pinmux = ; /* USART3_RTS */
> + bias-disable;
> + drive-push-pull;
> + slew-rate = <0>;
> + };
> + pins3 {
> + pinmux = ; /* USART3_RX */
> + bias-pull-up;
> + };
> + };
> +
> + usart3_sleep_pins_e: usart3-sleep-4 {
> + pins {
> + pinmux = , /* USART3_TX 
> */
> +  , /* USART3_RTS 
> */
> +  , /* 
> USART3_CTS_NSS */
> +  ; /* USART3_RX 
> */
> + };
> + };
> +
>   usbotg_hs_pins_a: usbotg-hs-0 {
>   pins {
>   pinmux = ; /* OTG_ID */
Reviewed-by: Patrice Chotard 

Thanks
Patrice


[PATCH 1/6] ARM: dts: stm32: Add alternate pinmux for UART3 pins

2022-06-13 Thread Marek Vasut
Add another mux option for UART3 pins, this is used on DRC Compact board.

Signed-off-by: Marek Vasut 
Cc: Patrice Chotard 
Cc: Patrick Delaunay 
---
 arch/arm/dts/stm32mp15-pinctrl.dtsi | 41 +
 1 file changed, 41 insertions(+)

diff --git a/arch/arm/dts/stm32mp15-pinctrl.dtsi 
b/arch/arm/dts/stm32mp15-pinctrl.dtsi
index f0d66d8c6e3..823ef2e2aab 100644
--- a/arch/arm/dts/stm32mp15-pinctrl.dtsi
+++ b/arch/arm/dts/stm32mp15-pinctrl.dtsi
@@ -2134,6 +2134,47 @@
};
};
 
+   usart3_pins_e: usart3-4 {
+   pins1 {
+   pinmux = , /* USART3_TX */
+; /* USART3_RTS */
+   bias-disable;
+   drive-push-pull;
+   slew-rate = <0>;
+   };
+   pins2 {
+   pinmux = , /* USART3_RX */
+; /* 
USART3_CTS_NSS */
+   bias-pull-up;
+   };
+   };
+
+   usart3_idle_pins_e: usart3-idle-4 {
+   pins1 {
+   pinmux = , /* USART3_TX 
*/
+; /* 
USART3_CTS_NSS */
+   };
+   pins2 {
+   pinmux = ; /* USART3_RTS */
+   bias-disable;
+   drive-push-pull;
+   slew-rate = <0>;
+   };
+   pins3 {
+   pinmux = ; /* USART3_RX */
+   bias-pull-up;
+   };
+   };
+
+   usart3_sleep_pins_e: usart3-sleep-4 {
+   pins {
+   pinmux = , /* USART3_TX 
*/
+, /* USART3_RTS 
*/
+, /* 
USART3_CTS_NSS */
+; /* USART3_RX 
*/
+   };
+   };
+
usbotg_hs_pins_a: usbotg-hs-0 {
pins {
pinmux = ; /* OTG_ID */
-- 
2.35.1