mbox series

[0/4] i2c: stm32: addition of STM32MP13 support

Message ID 20220620105405.145959-1-alain.volmat@foss.st.com
Headers show
Series i2c: stm32: addition of STM32MP13 support | expand

Message

Alain Volmat June 20, 2022, 10:54 a.m. UTC
This series adds the support for the stm32mp13.

Alain Volmat (4):
  dt-bindings: i2c: st,stm32-i2c: don't mandate a reset line
  i2c: stm32: only perform a reset if there is a reset property
  dt-bindings: i2c: st,stm32-i2c: add entry for stm32mp13
  i2c: stm32: add support for the STM32MP13 soc

 .../devicetree/bindings/i2c/st,stm32-i2c.yaml |  3 ++-
 drivers/i2c/busses/i2c-stm32f7.c              | 20 +++++++++++++------
 2 files changed, 16 insertions(+), 7 deletions(-)