diff options
author | Alexandre TORGUE <alexandre.torgue@st.com> | 2016-07-05 15:40:17 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-07-05 17:02:23 +0200 |
commit | 8e40439b068e436105cde4751109b957c6875a4a (patch) | |
tree | c75527722d9006a075c04a667958694ec452f518 /Documentation/devicetree/bindings/pinctrl | |
parent | fd1e71e2481445e6a771b9dbd827523337353a3c (diff) | |
download | talos-obmc-linux-8e40439b068e436105cde4751109b957c6875a4a.tar.gz talos-obmc-linux-8e40439b068e436105cde4751109b957c6875a4a.zip |
Documentation: dt: Add new compatible to STM32 pinctrl driver bindings
Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt index 7b4800cc251e..587bffb9cbc6 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: (a) "st,stm32f429-pinctrl" + (b) "st,stm32f746-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 |