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
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
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]>
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!