]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
omap: am33xx: enable gpio support
authorSteve Sakoman <steve@sakoman.com>
Mon, 4 Jun 2012 05:35:34 +0000 (05:35 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 1 Sep 2012 12:58:09 +0000 (14:58 +0200)
commit3b97152b63da024e3547c76ac9f7912fceb876c3
tree5055a35bdbc24e0e163118245d5c79df5c54c5ab
parent28adc91a28c413bef99e7b48c7318c05a12fb018
omap: am33xx: enable gpio support

This patch uses the code in omap-common to support gpio modules 1-3
on am33xx based boards.

It adds base address and register definitions, enables clocks to the
modules, and enables building the common gpio code for CONFIG_AM33XX
as well as CONFIG_OMAP

Signed-off-by: Steve Sakoman <steve@sakoman.com>
arch/arm/cpu/armv7/am33xx/board.c
arch/arm/cpu/armv7/am33xx/clock.c
arch/arm/cpu/armv7/omap-common/Makefile
arch/arm/include/asm/arch-am33xx/cpu.h
arch/arm/include/asm/arch-am33xx/gpio.h [new file with mode: 0644]