From: Lee Jones Date: Wed, 16 Jan 2013 14:49:45 +0000 (+0000) Subject: mfd: ab8500: ensure new AB8500 pinctrl driver is probed correctly X-Git-Tag: upstream/snapshot3+hdmi~5661^2~8^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7d56a46e876aa89dcac921d3afab5cccace15e63;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git mfd: ab8500: ensure new AB8500 pinctrl driver is probed correctly The old, BROKEN AB8500 GPIO driver has been revamped as a shiny new pinctrl driver and has been renamed as such. So, if we would like to make use of it, we need to register it via its new name. Cc: Samuel Ortiz Signed-off-by: Lee Jones Signed-off-by: Linus Walleij --- diff --git a/drivers/mfd/ab8500-core.c b/drivers/mfd/ab8500-core.c index 0f1b9b7..4cb716a 100644 --- a/drivers/mfd/ab8500-core.c +++ b/drivers/mfd/ab8500-core.c @@ -1097,7 +1097,7 @@ static struct mfd_cell ab8500_bm_devs[] = { static struct mfd_cell ab8500_devs[] = { { - .name = "ab8500-gpio", + .name = "pinctrl-ab8500", .of_compatible = "stericsson,ab8500-gpio", }, {