Commit 5910de9e authored by Lee Jones's avatar Lee Jones Committed by Arnd Bergmann

ARM: ux500: Enable probing of pinctrl through Device Tree

The Nomadik GPIO controller now relies on Nomadik pinctrl, however
the pinctrl driver is not currently started by any ux500 platform.
This is requred or GPIOs do not work at all.
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 4a85c7fa
......@@ -170,6 +170,10 @@ gpio8: gpio@a03fe000 {
gpio-bank = <8>;
};
pinctrl {
compatible = "stericsson,nmk_pinctrl";
};
usb@a03e0000 {
compatible = "stericsson,db8500-musb",
"mentor,musb";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment