commit | fc05b90594d8924869913cd5958e223f81076396 | [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 | f13094d9dd9fd95eafd2e9ee978992a1620c4c7f [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>