Skip to content

Commit

Permalink
pinctrl: bindings: Add OMAP pinctrl binding
Browse files Browse the repository at this point in the history
Add basic skeleton of OMAP pinctrl bindings. This is compatible with
pinctrl,single bindings and is meant purely as a reference point.

Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Nishanth Menon authored and Linus Walleij committed Aug 29, 2014
1 parent 086b890 commit 53fc66d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Documentation/devicetree/bindings/pinctrl/ti,omap-pinctrl.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
OMAP Pinctrl definitions

Required properties:
- compatible : Should be one of:
"ti,omap2420-padconf" - OMAP2420 compatible pinctrl
"ti,omap2430-padconf" - OMAP2430 compatible pinctrl
"ti,omap3-padconf" - OMAP3 compatible pinctrl
"ti,omap4-padconf" - OMAP4 compatible pinctrl
"ti,omap5-padconf" - OMAP5 compatible pinctrl

See Documentation/devicetree/bindings/pinctrl/pinctrl-single.txt for further details.

0 comments on commit 53fc66d

Please sign in to comment.