RE: [PATCH 3/5] ARM: dts: stm32: Add alternate pinmux for I2C2 pins

2020-05-27 Thread Patrick DELAUNAY
Hi Marek,

> From: Marek Vasut 
> Sent: mardi 26 mai 2020 04:30
> 
> Add another mux option for I2C2 pins, this is used on AV96 board.
> 
> Signed-off-by: Marek Vasut 
> Cc: Patrick Delaunay 
> Cc: Patrice Chotard 
> ---
>  arch/arm/dts/stm32mp15-pinctrl.dtsi | 17 +
>  1 file changed, 17 insertions(+)
> 

Reviewed-by: Patrick Delaunay 

Thanks

Patrick


[PATCH 3/5] ARM: dts: stm32: Add alternate pinmux for I2C2 pins

2020-05-25 Thread Marek Vasut
Add another mux option for I2C2 pins, this is used on AV96 board.

Signed-off-by: Marek Vasut 
Cc: Patrick Delaunay 
Cc: Patrice Chotard 
---
 arch/arm/dts/stm32mp15-pinctrl.dtsi | 17 +
 1 file changed, 17 insertions(+)

diff --git a/arch/arm/dts/stm32mp15-pinctrl.dtsi 
b/arch/arm/dts/stm32mp15-pinctrl.dtsi
index 8d00391978..c385896ebc 100644
--- a/arch/arm/dts/stm32mp15-pinctrl.dtsi
+++ b/arch/arm/dts/stm32mp15-pinctrl.dtsi
@@ -357,6 +357,23 @@
};
};
 
+   i2c2_pins_c: i2c2-4 {
+   pins {
+   pinmux = , /* I2C2_SCL */
+; /* I2C2_SDA */
+   bias-disable;
+   drive-open-drain;
+   slew-rate = <0>;
+   };
+   };
+
+   i2c2_pins_sleep_c: i2c2-5 {
+   pins {
+   pinmux = , /* I2C2_SCL */
+; /* I2C2_SDA */
+   };
+   };
+
i2c5_pins_a: i2c5-0 {
pins {
pinmux = , /* I2C5_SCL */
-- 
2.25.1