ARM: bcm2835: enable GPIO/pinctrl
authorStephen Warren <swarren@wwwdotorg.org>
Fri, 28 Sep 2012 03:54:21 +0000 (21:54 -0600)
committerStephen Warren <swarren@wwwdotorg.org>
Fri, 26 Oct 2012 02:42:51 +0000 (20:42 -0600)
Enable GPIO and pinctrl in Kconfig.

Add required <mach/gpio.h> for gpiolib.

Instantiate the BCM2835 GPIO module in bcm2835.dtsi.

Add a pinctrl definition to bcm2835-rpi-b.dts that sets up all of the
board's required pinmux configuration. GPIO aren't specified; that's
left to gpio_request().

Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>

No differences found