2022-07-07 08:01:49

by Alain Volmat

[permalink] [raw]
Subject: [PATCH v2 0/2] i2c: stm32: addition of STM32MP13 support

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/[email protected]/

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(+)

--
2.25.1


2022-07-07 08:02:02

by Alain Volmat

[permalink] [raw]
Subject: [PATCH v2 1/2] dt-bindings: i2c: st,stm32-i2c: add entry for stm32mp13

Add the new compatible for the stm32mp13.

Signed-off-by: Alain Volmat <[email protected]>
---
Documentation/devicetree/bindings/i2c/st,stm32-i2c.yaml | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/i2c/st,stm32-i2c.yaml b/Documentation/devicetree/bindings/i2c/st,stm32-i2c.yaml
index dccbb18b6dc0..a41588763786 100644
--- a/Documentation/devicetree/bindings/i2c/st,stm32-i2c.yaml
+++ b/Documentation/devicetree/bindings/i2c/st,stm32-i2c.yaml
@@ -17,6 +17,7 @@ allOf:
contains:
enum:
- st,stm32f7-i2c
+ - st,stm32mp13-i2c
- st,stm32mp15-i2c
then:
properties:
@@ -45,6 +46,7 @@ properties:
enum:
- st,stm32f4-i2c
- st,stm32f7-i2c
+ - st,stm32mp13-i2c
- st,stm32mp15-i2c

reg:
--
2.25.1

2022-07-08 22:18:59

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH v2 1/2] dt-bindings: i2c: st,stm32-i2c: add entry for stm32mp13

On Thu, 07 Jul 2022 09:44:01 +0200, Alain Volmat wrote:
> Add the new compatible for the stm32mp13.
>
> Signed-off-by: Alain Volmat <[email protected]>
> ---
> Documentation/devicetree/bindings/i2c/st,stm32-i2c.yaml | 2 ++
> 1 file changed, 2 insertions(+)
>

Acked-by: Rob Herring <[email protected]>

2022-07-16 12:27:47

by Wolfram Sang

[permalink] [raw]
Subject: Re: [PATCH v2 1/2] dt-bindings: i2c: st,stm32-i2c: add entry for stm32mp13

On Thu, Jul 07, 2022 at 09:44:01AM +0200, Alain Volmat wrote:
> Add the new compatible for the stm32mp13.
>
> Signed-off-by: Alain Volmat <[email protected]>

Applied to for-next, thanks!


Attachments:
(No filename) (204.00 B)
signature.asc (849.00 B)
Download all attachments