Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1618742
| From | Alexandre TORGUE <alexandre.torgue@st.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 5/7] Documentation: dt: Add new compatible to STM32 pinctrl driver bindings |
| Date | 2017-04-07 14:50 +0200 |
| Message-ID | <ttBuW-78a-17@gated-at.bofh.it> (permalink) |
| References | <ttBuV-78a-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Add new compatible for stm32f469 MCU.
Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
diff --git a/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt
index e4cda3d..d907a74 100644
--- a/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt
@@ -9,6 +9,7 @@ Pin controller node:
Required properies:
- compatible: value should be one of the following:
"st,stm32f429-pinctrl"
+ "st,stm32f469-pinctrl"
"st,stm32f746-pinctrl"
"st,stm32h743-pinctrl"
- #address-cells: The value of this property must be 1
--
1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/7] Add STM32F469 pinctrl and fix issues in STM32 pinctrl Alexandre TORGUE <alexandre.torgue@st.com> - 2017-04-07 14:50 +0200 [PATCH v2 5/7] Documentation: dt: Add new compatible to STM32 pinctrl driver bindings Alexandre TORGUE <alexandre.torgue@st.com> - 2017-04-07 14:50 +0200 [PATCH v2 6/7] ARM: Kconfig: Introduce MACH_STM32F469 flag Alexandre TORGUE <alexandre.torgue@st.com> - 2017-04-07 14:50 +0200 [PATCH v2 7/7] ARM: dts: stm32: create dedicated files for pinctrl definitions Alexandre TORGUE <alexandre.torgue@st.com> - 2017-04-07 14:50 +0200
csiph-web