aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.txt
index 388b213249fd..391ef4be8d50 100644
--- a/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.txt
@@ -21,14 +21,15 @@ defined as gpio sub-nodes of the pinmux controller.
21Required properties for iomux controller: 21Required properties for iomux controller:
22 - compatible: one of "rockchip,rk2928-pinctrl", "rockchip,rk3066a-pinctrl" 22 - compatible: one of "rockchip,rk2928-pinctrl", "rockchip,rk3066a-pinctrl"
23 "rockchip,rk3066b-pinctrl", "rockchip,rk3188-pinctrl" 23 "rockchip,rk3066b-pinctrl", "rockchip,rk3188-pinctrl"
24 "rockchip,rk3288-pinctrl" 24 "rockchip,rk3288-pinctrl", "rockchip,rk3368-pinctrl"
25 - rockchip,grf: phandle referencing a syscon providing the 25 - rockchip,grf: phandle referencing a syscon providing the
26 "general register files" 26 "general register files"
27 27
28Optional properties for iomux controller: 28Optional properties for iomux controller:
29 - rockchip,pmu: phandle referencing a syscon providing the pmu registers 29 - rockchip,pmu: phandle referencing a syscon providing the pmu registers
30 as some SoCs carry parts of the iomux controller registers there. 30 as some SoCs carry parts of the iomux controller registers there.
31 Required for at least rk3188 and rk3288. 31 Required for at least rk3188 and rk3288. On the rk3368 this should
32 point to the PMUGRF syscon.
32 33
33Deprecated properties for iomux controller: 34Deprecated properties for iomux controller:
34 - reg: first element is the general register space of the iomux controller 35 - reg: first element is the general register space of the iomux controller