diff options
author | Alexandre TORGUE <alexandre.torgue@st.com> | 2017-01-31 14:14:20 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-02-06 09:47:04 +0100 |
commit | 117bd6e842a8d52e48f0d18be260a05bf96dc854 (patch) | |
tree | cf36a6ffb7fed179f0101501cf2b1265d08b0e19 /Documentation/devicetree/bindings/pinctrl | |
parent | deb30f51aac2122b33ceff13bd2cc1542277fda9 (diff) | |
download | talos-obmc-linux-117bd6e842a8d52e48f0d18be260a05bf96dc854.tar.gz talos-obmc-linux-117bd6e842a8d52e48f0d18be260a05bf96dc854.zip |
pinctrl: Add STM32 pinctrl driver DT bindings
Add compatible sting for stm32h743 MCU.
Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/pinctrl')
-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 |