]> 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>
Tue, 10 Apr 2012 08:17:08 +0000 (10:17 +0200)
commit616afe268a5aea559e0ab3d2175780dd7f0aa243
treed764fbf16111b786525aa2bf99c72dd9ba7df700
parent650ae0f8387f650f1e4d32430602835dbc86e7c2
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]