treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / pinctrl / socionext,uniphier-pinctrl.txt
blob8173b12138ad78b32594f46a07539a650078f9ea
1 UniPhier SoCs pin controller
3 Required properties:
4 - compatible: should be one of the following:
5     "socionext,uniphier-ld4-pinctrl"  - for LD4 SoC
6     "socionext,uniphier-pro4-pinctrl" - for Pro4 SoC
7     "socionext,uniphier-sld8-pinctrl" - for sLD8 SoC
8     "socionext,uniphier-pro5-pinctrl" - for Pro5 SoC
9     "socionext,uniphier-pxs2-pinctrl" - for PXs2 SoC
10     "socionext,uniphier-ld6b-pinctrl" - for LD6b SoC
11     "socionext,uniphier-ld11-pinctrl" - for LD11 SoC
12     "socionext,uniphier-ld20-pinctrl" - for LD20 SoC
13     "socionext,uniphier-pxs3-pinctrl" - for PXs3 SoC
15 Note:
16 The UniPhier pinctrl should be a subnode of a "syscon" compatible node.
18 Example:
19         soc-glue@5f800000 {
20                 compatible = "socionext,uniphier-pro4-soc-glue",
21                              "simple-mfd", "syscon";
22                 reg = <0x5f800000 0x2000>;
24                 pinctrl: pinctrl {
25                         compatible = "socionext,uniphier-pro4-pinctrl";
26                 };
27         };