From: Lee Jones Date: Sat, 26 May 2012 05:25:36 +0000 (+0100) Subject: ARM: ux500: Enable probing of pinctrl through Device Tree X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5910de9e2de453956c3a18816f4838d96ac86988;p=linux-beck.git 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: Linus Walleij Signed-off-by: Lee Jones Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm/boot/dts/db8500.dtsi b/arch/arm/boot/dts/db8500.dtsi index 1fa5546b5971..4ad5160018cb 100644 --- a/arch/arm/boot/dts/db8500.dtsi +++ b/arch/arm/boot/dts/db8500.dtsi @@ -170,6 +170,10 @@ gpio-bank = <8>; }; + pinctrl { + compatible = "stericsson,nmk_pinctrl"; + }; + usb@a03e0000 { compatible = "stericsson,db8500-musb", "mentor,musb";