diff options
author | Heiko Stuebner <heiko@sntech.de> | 2014-04-30 00:02:52 +0400 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2014-05-10 03:41:20 +0400 |
commit | 56f2b894dcf455ffd31bd2e8e96a074249aeb4ba (patch) | |
tree | 44a06681e54aef5918b485f82d71cbdb18759304 /arch/arm/boot/dts/rk3066a.dtsi | |
parent | ac4eba8e6d1ec0f891f7f67f8106dd9977ed0373 (diff) | |
download | linux-56f2b894dcf455ffd31bd2e8e96a074249aeb4ba.tar.xz |
ARM: dts: rockchip: convert pinctrl nodes to new bindings
Introduce the grf syscon and convert the pinctrl drivers for rk3066 and rk3188
to use it, instead of mapping the grf registers themselfs.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Tested-by: Max Schwarz <max.schwarz@online.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/rk3066a.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3066a.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk3066a.dtsi b/arch/arm/boot/dts/rk3066a.dtsi index 4d4dfbb59f4b..048c5de00551 100644 --- a/arch/arm/boot/dts/rk3066a.dtsi +++ b/arch/arm/boot/dts/rk3066a.dtsi @@ -79,7 +79,7 @@ pinctrl@20008000 { compatible = "rockchip,rk3066a-pinctrl"; - reg = <0x20008000 0x150>; + rockchip,grf = <&grf>; #address-cells = <1>; #size-cells = <1>; ranges; |