mbox series

[v2,0/2] i2c: stm32: addition of STM32MP13 support

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

Message

Alain Volmat July 7, 2022, 7:44 a.m. UTC
This series adds the support for the stm32mp13.

v2: drop the 2 first commits regarding reset handling due to the
    STM32MP13 reset being now available:
    https://lore.kernel.org/all/a250f32b-f67c-2922-0748-e39dc791e95c@foss.st.com/

Alain Volmat (2):
  dt-bindings: i2c: st,stm32-i2c: add entry for stm32mp13
  i2c: stm32: add support for the STM32MP13 soc

 Documentation/devicetree/bindings/i2c/st,stm32-i2c.yaml | 2 ++
 drivers/i2c/busses/i2c-stm32f7.c                        | 7 +++++++
 2 files changed, 9 insertions(+)

Comments

Rob Herring July 8, 2022, 10:15 p.m. UTC | #1
On Thu, 07 Jul 2022 09:44:01 +0200, Alain Volmat wrote:
> Add the new compatible for the stm32mp13.
> 
> Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
> ---
>  Documentation/devicetree/bindings/i2c/st,stm32-i2c.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>