mfd: ab8500: ensure new AB8500 pinctrl driver is probed correctly
authorLee Jones <lee.jones@linaro.org>
Wed, 16 Jan 2013 14:49:45 +0000 (14:49 +0000)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 8 Feb 2013 13:25:34 +0000 (14:25 +0100)
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 <sameo@linux.intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/mfd/ab8500-core.c

index 0f1b9b7..4cb716a 100644 (file)
@@ -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",
        },
        {