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)
commit805504abdc73cfc745a5fee3d616cdb24bb2a68c
treeb531ce1bcc94b540d783b8153f90567dd3c735cc
parentd0f1c7ffaa32bdda2d413d2db41c51bbdd105834
ARM: bcm2835: enable GPIO/pinctrl

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>
arch/arm/Kconfig
arch/arm/boot/dts/bcm2835-rpi-b.dts
arch/arm/boot/dts/bcm2835.dtsi
arch/arm/mach-bcm2835/include/mach/gpio.h [new file with mode: 0644]
This page took 0.079221 seconds and 5 git commands to generate.