Re: [PATCH v6 4/5] ARM: dts: stm32: Add I2C1 support for STM32429 eval board

From: Alexandre Torgue
Date: Tue Dec 13 2016 - 05:03:14 EST


Hi Cedric,

On 12/12/2016 05:15 PM, M'boumba Cedric Madianga wrote:
Signed-off-by: M'boumba Cedric Madianga <cedric.madianga@xxxxxxxxx>

Can you please add a commit message.

---
arch/arm/boot/dts/stm32429i-eval.dts | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/arch/arm/boot/dts/stm32429i-eval.dts b/arch/arm/boot/dts/stm32429i-eval.dts
index afb90bc..74e0045 100644
--- a/arch/arm/boot/dts/stm32429i-eval.dts
+++ b/arch/arm/boot/dts/stm32429i-eval.dts
@@ -141,3 +141,9 @@
pinctrl-names = "default";
status = "okay";
};
+
+&i2c1 {
+ pinctrl-0 = <&i2c1_pins_b>;
+ pinctrl-names = "default";
+ status = "okay";
+};