summaryrefslogtreecommitdiff
path: root/drivers/mfd
diff options
context:
space:
mode:
authorJoseph Chen <chenjh@rock-chips.com>2017-08-21 03:28:41 +0200
committerLee Jones <lee.jones@linaro.org>2017-08-21 08:54:51 +0100
commit8d249b67c785d48c5aa526b47495f7c88a62f73e (patch)
tree2dc3768fea5e9a8b83e9fca1174859ee8ff18478 /drivers/mfd
parentea479996c79bbd631e014c2492d268bb05e86f9a (diff)
mfd: rk808: Add RK805 pinctrl support
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/rk808.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/rk808.c b/drivers/mfd/rk808.c
index 18329c8b4fe7..c803d2d5dfb7 100644
--- a/drivers/mfd/rk808.c
+++ b/drivers/mfd/rk808.c
@@ -97,6 +97,7 @@ static struct resource rtc_resources[] = {
static const struct mfd_cell rk805s[] = {
{ .name = "rk808-clkout", },
{ .name = "rk808-regulator", },
+ { .name = "rk805-pinctrl", },
{
.name = "rk808-rtc",
.num_resources = ARRAY_SIZE(rtc_resources),