]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
MX: Set a common gpio.h for all i.MX
authorStefano Babic <sbabic@denx.de>
Sun, 19 Aug 2012 21:33:50 +0000 (21:33 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 1 Sep 2012 12:58:27 +0000 (14:58 +0200)
commit5fecb36ca0c5642259227bba9aed94727e084c17
treea32cab7f29101204db24d9c8f962a9a30071e8c3
parentc55068e5b86b2fac47a20d8d4ab2c877d9702bda
MX: Set a common gpio.h for all i.MX

Each i.MX has its own gpio.h, defining the same structure.
The internal GPIO controller has the same layout
(at least for the register used by u-boot) and can be shared.

Signed-off-by: Stefano Babic <sbabic@denx.de>
Tested-by: Matt Sealey <matt@genesi-usa.com>
arch/arm/include/asm/arch-mx25/gpio.h
arch/arm/include/asm/arch-mx31/gpio.h
arch/arm/include/asm/arch-mx35/gpio.h
arch/arm/include/asm/arch-mx5/gpio.h
arch/arm/include/asm/arch-mx6/gpio.h
arch/arm/include/asm/arch-mx6/imx-regs.h
arch/arm/include/asm/imx-common/gpio.h [new file with mode: 0644]
board/freescale/mx6qsabrelite/mx6qsabrelite.c
board/karo/tx25/tx25.c
board/syteco/zmx25/zmx25.c
include/configs/mx6qsabrelite.h