Skip to content

Commit

Permalink
ARM: ux500: Enable probing of pinctrl through Device Tree
Browse files Browse the repository at this point in the history
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: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Lee Jones authored and Arnd Bergmann committed Jun 1, 2012
1 parent 4a85c7f commit 5910de9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/db8500.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@
gpio-bank = <8>;
};

pinctrl {
compatible = "stericsson,nmk_pinctrl";
};

usb@a03e0000 {
compatible = "stericsson,db8500-musb",
"mentor,musb";
Expand Down

0 comments on commit 5910de9

Please sign in to comment.