From: Joseph Chen Date: Mon, 21 Aug 2017 01:28:41 +0000 (+0200) Subject: mfd: rk808: Add RK805 pinctrl support X-Git-Tag: v4.14-rc1~110^2~32^7~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d249b67c785d48c5aa526b47495f7c88a62f73e;p=thirdparty%2Fkernel%2Flinux.git mfd: rk808: Add RK805 pinctrl support Signed-off-by: Joseph Chen Acked-by: Linus Walleij Signed-off-by: Heiko Stuebner Signed-off-by: Lee Jones --- diff --git a/drivers/mfd/rk808.c b/drivers/mfd/rk808.c index 18329c8b4fe72..c803d2d5dfb7c 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),