mbox series

[0/2] ARM: dts: stm32: add i2c in STM32MP13

Message ID 20220721152933.3805272-1-alain.volmat@foss.st.com (mailing list archive)
Headers show
Series ARM: dts: stm32: add i2c in STM32MP13 | expand

Message

Alain Volmat July 21, 2022, 3:29 p.m. UTC
This series adds all i2c nodes for the stm32mp131 platform and
enables i2c1 and i2c5 on the stm32mp135 discovery board.

Alain Volmat (2):
  ARM: dts: stm32: add i2c nodes into stm32mp131.dtsi
  ARM: dts: stm32: enable i2c1 and i2c5 on stm32mp135f-dk.dts

 arch/arm/boot/dts/stm32mp13-pinctrl.dtsi | 34 +++++++++
 arch/arm/boot/dts/stm32mp131.dtsi        | 90 ++++++++++++++++++++++++
 arch/arm/boot/dts/stm32mp135f-dk.dts     | 26 +++++++
 3 files changed, 150 insertions(+)

Comments

Alexandre TORGUE Aug. 26, 2022, 7:52 a.m. UTC | #1
Hi Alain

On 7/21/22 17:29, Alain Volmat wrote:
> This series adds all i2c nodes for the stm32mp131 platform and
> enables i2c1 and i2c5 on the stm32mp135 discovery board.
> 
> Alain Volmat (2):
>    ARM: dts: stm32: add i2c nodes into stm32mp131.dtsi
>    ARM: dts: stm32: enable i2c1 and i2c5 on stm32mp135f-dk.dts
> 
>   arch/arm/boot/dts/stm32mp13-pinctrl.dtsi | 34 +++++++++
>   arch/arm/boot/dts/stm32mp131.dtsi        | 90 ++++++++++++++++++++++++
>   arch/arm/boot/dts/stm32mp135f-dk.dts     | 26 +++++++
>   3 files changed, 150 insertions(+)
> 

Series applied on stm32-next.

Regards
Alex