]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit239e4920fa087ffb9fcf4f34f6059deb66f90eae
treeb2fedacb9e72db39082a506ae20adb8f7281a8d1
parent359874e1ca34782e99509b01dc0ac8cb33834536
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