commit | 5fecb36ca0c5642259227bba9aed94727e084c17 | [log] [tgz] |
---|---|---|
author | Stefano Babic <sbabic@denx.de> | Sun Aug 19 21:33:50 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sat Sep 01 14:58:27 2012 +0200 |
tree | a32cab7f29101204db24d9c8f962a9a30071e8c3 | |
parent | c55068e5b86b2fac47a20d8d4ab2c877d9702bda [diff] |
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>