pinctrl: rockchip: add support for the rk3368
authorHeiko Stübner <heiko@sntech.de>
Fri, 12 Jun 2015 21:51:01 +0000 (23:51 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 17 Jun 2015 08:21:02 +0000 (10:21 +0200)
commitdaecdc66968f122fe53038ded8cb7abe93e0aa8c
treeb2fedacb9e72db39082a506ae20adb8f7281a8d1
parentef17f69f5bf57defa525d958af7aa4848e338b5a
pinctrl: rockchip: add support for the rk3368

The rk3368 is the first ARM64 soc from Rockchip, but seems to share most
peripherals with the ARM32 soc, including the pinctrl functionality.
The only notable difference is - as with every Rockchip soc - that the
offsets in the General Register Files moved around and a split of the pmu
section of the rk3288 into pmu and pmugrf (pmu general register files)
sections. The pinctrl driver of course only needs the pmugrf registers
for controlling the pin settings.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.txt
drivers/pinctrl/pinctrl-rockchip.c