aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Yan <andy.yan@rock-chips.com>2017-03-17 13:18:35 -0400
committerLinus Walleij <linus.walleij@linaro.org>2017-03-23 05:16:14 -0400
commitab714cfb4e773f083a15a20b6d7ec22eef542409 (patch)
treeebff580d2d9ee829f3cce4c26eb3e640a21d1d35
parentd468289a021c638c84da29e21db7924c66571f25 (diff)
dt-bindings: rockchip,pinctrl: rename RK1108 to RV1108
Rockchip finally named the SOC as RV1108, so change it. Also move the compatible list to one compatible per line. Signed-off-by: Andy Yan <andy.yan@rock-chips.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r--Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.txt17
1 files changed, 12 insertions, 5 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.txt
index 403b5a272f56..ee01ab58224d 100644
--- a/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.txt
@@ -19,11 +19,18 @@ The pins are grouped into up to 5 individual pin banks which need to be
19defined as gpio sub-nodes of the pinmux controller. 19defined as gpio sub-nodes of the pinmux controller.
20 20
21Required properties for iomux controller: 21Required properties for iomux controller:
22 - compatible: one of "rockchip,rk1108-pinctrl", "rockchip,rk2928-pinctrl" 22 - compatible: should be
23 "rockchip,rk3066a-pinctrl", "rockchip,rk3066b-pinctrl" 23 "rockchip,rv1108-pinctrl": for Rockchip RV1108
24 "rockchip,rk3188-pinctrl", "rockchip,rk3228-pinctrl" 24 "rockchip,rk2928-pinctrl": for Rockchip RK2928
25 "rockchip,rk3288-pinctrl", "rockchip,rk3328-pinctrl" 25 "rockchip,rk3066a-pinctrl": for Rockchip RK3066a
26 "rockchip,rk3368-pinctrl", "rockchip,rk3399-pinctrl" 26 "rockchip,rk3066b-pinctrl": for Rockchip RK3066b
27 "rockchip,rk3188-pinctrl": for Rockchip RK3188
28 "rockchip,rk3228-pinctrl": for Rockchip RK3228
29 "rockchip,rk3288-pinctrl": for Rockchip RK3288
30 "rockchip,rk3328-pinctrl": for Rockchip RK3328
31 "rockchip,rk3368-pinctrl": for Rockchip RK3368
32 "rockchip,rk3399-pinctrl": for Rockchip RK3399
33
27 - rockchip,grf: phandle referencing a syscon providing the 34 - rockchip,grf: phandle referencing a syscon providing the
28 "general register files" 35 "general register files"
29 36