mbox series

[v2,0/6] ARM: dts: stm32: stm32mp15 various fixes and add stm32mp13 usart nodes

Message ID 20230328153723.498672-1-valentin.caron@foss.st.com (mailing list archive)
Headers show
Series ARM: dts: stm32: stm32mp15 various fixes and add stm32mp13 usart nodes | expand

Message

Valentin Caron March 28, 2023, 3:37 p.m. UTC
On stm32mp15 device trees:
  - Fix pins of USART2 of stm32mp15 dk* boards
  - Remove duplicates serial aliases

On stm32mp13 device trees:
  - Add USART nodes in stm32mp131.dtsi
  - Add USART nodes in stm32mp135f-dk.dts
  
Changes in v2:
  - Drop patch about SCMI clock of USART1.

Valentin Caron (6):
  ARM: dts: stm32: fix slew-rate of USART2 on stm32mp15xx-dkx
  ARM: dts: stm32: clean uart aliases on stm32mp15xx-dkx boards
  ARM: dts: stm32: clean uart aliases on stm32mp15xx-exx boards
  ARM: dts: stm32: add uart nodes on stm32mp13
  ARM: dts: stm32: add pins for usart2/1/4/8 in stm32mp13-pinctrl
  ARM: dts: stm32: add uart nodes and uart aliases on stm32mp135f-dk

 arch/arm/boot/dts/stm32mp13-pinctrl.dtsi | 129 +++++++++++++++++++++++
 arch/arm/boot/dts/stm32mp131.dtsi        |  97 ++++++++++++++++-
 arch/arm/boot/dts/stm32mp135f-dk.dts     |  42 +++++++-
 arch/arm/boot/dts/stm32mp15-pinctrl.dtsi |   4 +-
 arch/arm/boot/dts/stm32mp157a-dk1.dts    |   3 -
 arch/arm/boot/dts/stm32mp157c-dk2.dts    |   3 -
 arch/arm/boot/dts/stm32mp157c-ed1.dts    |   8 +-
 arch/arm/boot/dts/stm32mp157c-ev1.dts    |   9 +-
 arch/arm/boot/dts/stm32mp15xx-dkx.dtsi   |   6 ++
 9 files changed, 282 insertions(+), 19 deletions(-)

Comments

Alexandre TORGUE March 28, 2023, 3:58 p.m. UTC | #1
On 3/28/23 17:37, Valentin Caron wrote:
> On stm32mp15 device trees:
>    - Fix pins of USART2 of stm32mp15 dk* boards
>    - Remove duplicates serial aliases
> 
> On stm32mp13 device trees:
>    - Add USART nodes in stm32mp131.dtsi
>    - Add USART nodes in stm32mp135f-dk.dts
>    
> Changes in v2:
>    - Drop patch about SCMI clock of USART1.
> 
> Valentin Caron (6):
>    ARM: dts: stm32: fix slew-rate of USART2 on stm32mp15xx-dkx
>    ARM: dts: stm32: clean uart aliases on stm32mp15xx-dkx boards
>    ARM: dts: stm32: clean uart aliases on stm32mp15xx-exx boards
>    ARM: dts: stm32: add uart nodes on stm32mp13
>    ARM: dts: stm32: add pins for usart2/1/4/8 in stm32mp13-pinctrl
>    ARM: dts: stm32: add uart nodes and uart aliases on stm32mp135f-dk
> 
>   arch/arm/boot/dts/stm32mp13-pinctrl.dtsi | 129 +++++++++++++++++++++++
>   arch/arm/boot/dts/stm32mp131.dtsi        |  97 ++++++++++++++++-
>   arch/arm/boot/dts/stm32mp135f-dk.dts     |  42 +++++++-
>   arch/arm/boot/dts/stm32mp15-pinctrl.dtsi |   4 +-
>   arch/arm/boot/dts/stm32mp157a-dk1.dts    |   3 -
>   arch/arm/boot/dts/stm32mp157c-dk2.dts    |   3 -
>   arch/arm/boot/dts/stm32mp157c-ed1.dts    |   8 +-
>   arch/arm/boot/dts/stm32mp157c-ev1.dts    |   9 +-
>   arch/arm/boot/dts/stm32mp15xx-dkx.dtsi   |   6 ++
>   9 files changed, 282 insertions(+), 19 deletions(-)
> 
Series applied on stm32-next.

Regards
Alex