diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2013-03-29 19:51:12 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-04 09:22:42 -0400 |
commit | d8880a126d96ba0f9e0191826431650c24711d47 (patch) | |
tree | 5521acafed14e03d8cab3d0f46b92c42e77d43c0 /Documentation/devicetree/bindings/pinctrl | |
parent | 7d403408648425450841423733dcd86e606a85c3 (diff) |
pinctrl: pinctrl-mxs: document the missing pull-ups
Some pins on the i.mx23 and i.mx28 are missing pull-ups, document that
oddity because it was difficult to know the expected behaviour.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/pinctrl')
-rw-r--r-- | Documentation/devicetree/bindings/pinctrl/fsl,mxs-pinctrl.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/fsl,mxs-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/fsl,mxs-pinctrl.txt index f7e8e8f4d9a3..3077370c89af 100644 --- a/Documentation/devicetree/bindings/pinctrl/fsl,mxs-pinctrl.txt +++ b/Documentation/devicetree/bindings/pinctrl/fsl,mxs-pinctrl.txt | |||
@@ -70,6 +70,10 @@ Optional subnode-properties: | |||
70 | 0: Disable the internal pull-up | 70 | 0: Disable the internal pull-up |
71 | 1: Enable the internal pull-up | 71 | 1: Enable the internal pull-up |
72 | 72 | ||
73 | Note that when enabling the pull-up, the internal pad keeper gets disabled. | ||
74 | Also, some pins doesn't have a pull up, in that case, setting the fsl,pull-up | ||
75 | will only disable the internal pad keeper. | ||
76 | |||
73 | Examples: | 77 | Examples: |
74 | 78 | ||
75 | pinctrl@80018000 { | 79 | pinctrl@80018000 { |