]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
pinctrl: sunxi: list all pinctrl compatible strings
authorBoris BREZILLON <boris.brezillon@free-electrons.com>
Tue, 22 Apr 2014 13:38:06 +0000 (15:38 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 23 Apr 2014 13:47:08 +0000 (15:47 +0200)
List all sunxi pinctrl compatible strings in order to be able to grep for
those values.

Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/devicetree/bindings/pinctrl/allwinner,sunxi-pinctrl.txt

index dff0e5f995e2c10b6e383c8ac14c43cf92cc5f05..d8d065608ec0a7de0aae5d5f8f094a9d5ed1cb40 100644 (file)
@@ -6,8 +6,13 @@ the first two functions being GPIO in and out. The configuration on
 the pins includes drive strength and pull-up.
 
 Required properties:
-- compatible: "allwinner,<soc>-pinctrl". Supported SoCs for now are:
-  sun5i-a13.
+- compatible: Should be one of the followings (depending on you SoC):
+  "allwinner,sun4i-a10-pinctrl"
+  "allwinner,sun5i-a10s-pinctrl"
+  "allwinner,sun5i-a13-pinctrl"
+  "allwinner,sun6i-a31-pinctrl"
+  "allwinner,sun6i-a31-r-pinctrl"
+  "allwinner,sun7i-a20-pinctrl"
 - reg: Should contain the register physical address and length for the
   pin controller.