pinctrl: sunxi: fix V3s pinctrl driver IRQ bank base
authorIcenowy Zheng <icenowy@aosc.io>
Tue, 1 Aug 2017 14:54:16 +0000 (22:54 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 14 Aug 2017 13:01:03 +0000 (15:01 +0200)
commitf547b3de907d45683fc4ff15315e11cb0a3df32d
tree1544e14c210e6acd148f5102a1233d98380799c1
parent3f713b7c223ebe5094973ce6e0272bd97363b552
pinctrl: sunxi: fix V3s pinctrl driver IRQ bank base

The V3s pin controller doesn't have the bank 0 (starts at address
0x200), which is like A33. However, this is not worked around when
developing the driver, which makes IRQ not working.

Fix the IRQ bank base.

Fixes: 56d9e4a76039 ("pinctrl: sunxi: add driver for V3s SoC")
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Reviewed-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/sunxi/pinctrl-sun8i-v3s.c