提交 7d56a46e 编写于 作者: L Lee Jones 提交者: Linus Walleij

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 <sameo@linux.intel.com>
Signed-off-by: NLee Jones <lee.jones@linaro.org>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 40f6e5a2
...@@ -1097,7 +1097,7 @@ static struct mfd_cell ab8500_bm_devs[] = { ...@@ -1097,7 +1097,7 @@ static struct mfd_cell ab8500_bm_devs[] = {
static struct mfd_cell ab8500_devs[] = { static struct mfd_cell ab8500_devs[] = {
{ {
.name = "ab8500-gpio", .name = "pinctrl-ab8500",
.of_compatible = "stericsson,ab8500-gpio", .of_compatible = "stericsson,ab8500-gpio",
}, },
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册