Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1562703 > unrolled thread

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

Started byM'boumba Cedric Madianga <cedric.madianga@gmail.com>
First post2017-01-19 14:30 +0100
Last post2017-01-19 14:30 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v10 4/5] ARM: dts: stm32: Add I2C1 support for STM32429 eval board M'boumba Cedric Madianga <cedric.madianga@gmail.com> - 2017-01-19 14:30 +0100

#1562703 — [PATCH v10 4/5] ARM: dts: stm32: Add I2C1 support for STM32429 eval board

FromM'boumba Cedric Madianga <cedric.madianga@gmail.com>
Date2017-01-19 14:30 +0100
Subject[PATCH v10 4/5] ARM: dts: stm32: Add I2C1 support for STM32429 eval board
Message-ID<t1kWS-23z-23@gated-at.bofh.it>
This patch adds I2C1 instance support for STM32x9I-Eval board.

Signed-off-by: M'boumba Cedric Madianga <cedric.madianga@gmail.com>
---
 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 76f7206..c943539 100644
--- a/arch/arm/boot/dts/stm32429i-eval.dts
+++ b/arch/arm/boot/dts/stm32429i-eval.dts
@@ -146,3 +146,9 @@
 	pinctrl-names = "default";
 	status = "okay";
 };
+
+&i2c1 {
+	pinctrl-0 = <&i2c1_pins_b>;
+	pinctrl-names = "default";
+	status = "okay";
+};
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web