-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dt-bindings: pinctrl: uniphier: add UniPhier pinctrl binding
The driver has been in the tree for a while, but its binding document is missing. Hence, here it is. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
- Loading branch information
Masahiro Yamada
authored and
Linus Walleij
committed
Dec 2, 2017
1 parent
e7c0e2f
commit 3881c4a
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
Documentation/devicetree/bindings/pinctrl/socionext,uniphier-pinctrl.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
UniPhier SoCs pin controller | ||
|
||
Required properties: | ||
- compatible: should be one of the following: | ||
"socionext,uniphier-ld4-pinctrl" - for LD4 SoC | ||
"socionext,uniphier-pro4-pinctrl" - for Pro4 SoC | ||
"socionext,uniphier-sld8-pinctrl" - for sLD8 SoC | ||
"socionext,uniphier-pro5-pinctrl" - for Pro5 SoC | ||
"socionext,uniphier-pxs2-pinctrl" - for PXs2 SoC | ||
"socionext,uniphier-ld6b-pinctrl" - for LD6b SoC | ||
"socionext,uniphier-ld11-pinctrl" - for LD11 SoC | ||
"socionext,uniphier-ld20-pinctrl" - for LD20 SoC | ||
"socionext,uniphier-pxs3-pinctrl" - for PXs3 SoC | ||
|
||
Note: | ||
The UniPhier pinctrl should be a subnode of a "syscon" compatible node. | ||
|
||
Example: | ||
soc-glue@5f800000 { | ||
compatible = "socionext,uniphier-pro4-soc-glue", | ||
"simple-mfd", "syscon"; | ||
reg = <0x5f800000 0x2000>; | ||
|
||
pinctrl: pinctrl { | ||
compatible = "socionext,uniphier-pro4-pinctrl"; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters