Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1636459
| From | Hugues Fruchet <hugues.fruchet@st.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v5 5/8] ARM: dts: stm32: Enable STMPE1600 gpio expander of STM32F429-EVAL board |
| Date | 2017-05-05 17:40 +0200 |
| Message-ID | <tDNuP-3Aq-35@gated-at.bofh.it> (permalink) |
| References | <tDNuO-3Aq-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Enable STMPE1600 gpio expander of STM32F429-EVAL board.
Signed-off-by: Hugues Fruchet <hugues.fruchet@st.com>
---
arch/arm/boot/dts/stm32429i-eval.dts | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/arch/arm/boot/dts/stm32429i-eval.dts b/arch/arm/boot/dts/stm32429i-eval.dts
index 617f2f7..2bb8a0f 100644
--- a/arch/arm/boot/dts/stm32429i-eval.dts
+++ b/arch/arm/boot/dts/stm32429i-eval.dts
@@ -154,6 +154,23 @@
pinctrl-0 = <&i2c1_pins>;
pinctrl-names = "default";
status = "okay";
+
+ stmpe1600: stmpe1600@42 {
+ compatible = "st,stmpe1600";
+ reg = <0x42>;
+ irq-gpio = <&gpioi 8 0>;
+ irq-trigger = <3>;
+ interrupts = <8 3>;
+ interrupt-parent = <&exti>;
+ interrupt-controller;
+ wakeup-source;
+
+ stmpegpio: stmpe_gpio {
+ compatible = "st,stmpe-gpio";
+ gpio-controller;
+ #gpio-cells = <2>;
+ };
+ };
};
&mac {
--
1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v5 0/8] Add support for DCMI camera interface of STMicroelectronics STM32 SoC series Hugues Fruchet <hugues.fruchet@st.com> - 2017-05-05 17:40 +0200
[PATCH v5 4/8] ARM: dts: stm32: Enable DCMI camera interface on STM32F429-EVAL board Hugues Fruchet <hugues.fruchet@st.com> - 2017-05-05 17:40 +0200
[PATCH v5 6/8] ARM: dts: stm32: Enable OV2640 camera support of STM32F429-EVAL board Hugues Fruchet <hugues.fruchet@st.com> - 2017-05-05 17:40 +0200
[PATCH v5 5/8] ARM: dts: stm32: Enable STMPE1600 gpio expander of STM32F429-EVAL board Hugues Fruchet <hugues.fruchet@st.com> - 2017-05-05 17:40 +0200
[PATCH v5 2/8] [media] stm32-dcmi: STM32 DCMI camera interface driver Hugues Fruchet <hugues.fruchet@st.com> - 2017-05-05 17:40 +0200
Re: [PATCH v5 2/8] [media] stm32-dcmi: STM32 DCMI camera interface driver Hans Verkuil <hverkuil@xs4all.nl> - 2017-05-06 11:00 +0200
Re: [PATCH v5 2/8] [media] stm32-dcmi: STM32 DCMI camera interface driver Hugues FRUCHET <hugues.fruchet@st.com> - 2017-05-09 09:40 +0200
[PATCH v5 7/8] ARM: configs: stm32: STMPE1600 GPIO expander Hugues Fruchet <hugues.fruchet@st.com> - 2017-05-05 17:40 +0200
csiph-web