Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e64d905e authored by Lee Jones's avatar Lee Jones Committed by Linus Walleij
Browse files

mfd: ab8500: allow AB9540 based devices to use ABX500 pinctrl



The old AB8500 GPIO driver has been un-BROKEN and converted into a
multi-platform pinctrl driver. If any AB9540 based devices wish to
request any GPIO pins that it offers, they can after this patch.

Cc: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 7d56a46e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1114,7 +1114,8 @@ static struct mfd_cell ab8500_devs[] = {

static struct mfd_cell ab9540_devs[] = {
	{
		.name = "ab8500-gpio",
		.name = "pinctrl-ab9540",
		.of_compatible = "stericsson,ab9540-gpio",
	},
	{
		.name = "ab9540-usb",