ARM: ux500: Enable probing of pinctrl through Device Tree
authorLee Jones <[email protected]>
Sat, 26 May 2012 05:25:36 +0000 (06:25 +0100)
committerArnd Bergmann <[email protected]>
Fri, 1 Jun 2012 00:04:53 +0000 (02:04 +0200)
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 <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
arch/arm/boot/dts/db8500.dtsi

index 1fa5546b5971d82f8fed424809928077159362b6..4ad5160018cb522922201b3dfebf9c0462b6ef85 100644 (file)
                        gpio-bank = <8>;
                };
 
+               pinctrl {
+                       compatible = "stericsson,nmk_pinctrl";
+               };
+
                usb@a03e0000 {
                        compatible = "stericsson,db8500-musb",
                                "mentor,musb";