diff options
author | Alexandre TORGUE <[email protected]> | 2017-01-31 14:14:20 +0100 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2017-02-06 09:47:04 +0100 |
commit | 117bd6e842a8d52e48f0d18be260a05bf96dc854 (patch) | |
tree | cf36a6ffb7fed179f0101501cf2b1265d08b0e19 | |
parent | deb30f51aac2122b33ceff13bd2cc1542277fda9 (diff) |
pinctrl: Add STM32 pinctrl driver DT bindings
Add compatible sting for stm32h743 MCU.
Signed-off-by: Alexandre TORGUE <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt index b24583aa34c3..620c09b3d801 100644 --- a/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt +++ b/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt @@ -8,8 +8,9 @@ controllers onto these pads. Pin controller node: Required properies: - compatible: value should be one of the following: - (a) "st,stm32f429-pinctrl" - (b) "st,stm32f746-pinctrl" + "st,stm32f429-pinctrl" + "st,stm32f746-pinctrl" + "st,stm32h743-pinctrl" - #address-cells: The value of this property must be 1 - #size-cells : The value of this property must be 1 - ranges : defines mapping between pin controller node (parent) to |