]> git.karo-electronics.de Git - karo-tx-linux.git/commit
dt: pinctrl: Document device tree binding
authorStephen Warren <swarren@nvidia.com>
Wed, 4 Apr 2012 15:27:47 +0000 (09:27 -0600)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 12 Apr 2012 17:33:25 +0000 (19:33 +0200)
commite55f07c082221d28c2b7ef67f1788a071c40392a
tree0cb18384a6bbd31484b33b640357f24bcdef02cf
parent9c2a3c9e4e0c3994c82bdb6b3278cdcd0cb2068b
dt: pinctrl: Document device tree binding

The core pin controller bindings define:
* The fact that pin controllers expose pin configurations as nodes in
  device tree.
* That the bindings for those pin configuration nodes is defined by the
  individual pin controller drivers.
* A standardized set of properties for client devices to define numbered
  or named pin configuration states, each referring to some number of the
  afore-mentioned pin configuration nodes.
* That the bindings for the client devices determines the set of numbered
  or named states that must exist.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Simon Glass <sjg@chromium.org>
Acked-by: Dong Aisheng <dong.aisheng@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt [new file with mode: 0644]