Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1537904
| From | M'boumba Cedric Madianga <cedric.madianga@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 4/5] ARM: dts: Add I2C1 support for STM32429 eval board |
| Date | 2016-12-07 18:00 +0100 |
| Message-ID | <sLNJv-2Ce-11@gated-at.bofh.it> (permalink) |
| References | <sLNJv-2Ce-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 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";
+};
--
1.9.1
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v4 4/5] ARM: dts: Add I2C1 support for STM32429 eval board M'boumba Cedric Madianga <cedric.madianga@gmail.com> - 2016-12-07 18:00 +0100
csiph-web