diff options
author | Jeffy Chen <jeffy.chen@rock-chips.com> | 2015-12-09 17:04:06 +0800 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-12-11 19:09:01 +0100 |
commit | fea0fe60527667282913cf9f2becb5f7c67d6185 (patch) | |
tree | bf2e7b54b3569f21820b3b5b5536b9b1bb5e1966 /Documentation | |
parent | e87623cb3b879b73e807c340d61f1dfc270b5cc6 (diff) | |
download | talos-op-linux-fea0fe60527667282913cf9f2becb5f7c67d6185.tar.gz talos-op-linux-fea0fe60527667282913cf9f2becb5f7c67d6185.zip |
pinctrl: rockchip: add support for the rk3228
The pinctrl of rk3228 is much the same as rk3288's, but
without pmu.
Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.txt index 391ef4be8d50..0cd701b1947f 100644 --- a/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.txt +++ b/Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.txt @@ -21,7 +21,8 @@ defined as gpio sub-nodes of the pinmux controller. Required properties for iomux controller: - compatible: one of "rockchip,rk2928-pinctrl", "rockchip,rk3066a-pinctrl" "rockchip,rk3066b-pinctrl", "rockchip,rk3188-pinctrl" - "rockchip,rk3288-pinctrl", "rockchip,rk3368-pinctrl" + "rockchip,rk3228-pinctrl", "rockchip,rk3288-pinctrl" + "rockchip,rk3368-pinctrl" - rockchip,grf: phandle referencing a syscon providing the "general register files" |