commit | ef73783a555957abe90cb17d0a61ceca89194fa7 | [log] [tgz] |
---|---|---|
author | Nikita Kiryanov <nikita@compulab.co.il> | Wed Aug 20 15:08:54 2014 +0300 |
committer | Stefano Babic <sbabic@denx.de> | Tue Sep 09 15:32:32 2014 +0200 |
tree | bd92ab674681b99a130910040b93ca871d73c67d | |
parent | 6691404d53c7df71c798f7adadbe00e58055011f [diff] |
i2c: imx: add macros to setup pads for multiple SoC types Add macro which defines i2c_pads_info structs for multiple SoC types, and a macro which selects the appropriate struct based on CPU type, thus eliminating the need to manage multiple i2c pad configurations manually when supporting multiple SoC types. Cc: Stefano Babic <sbabic@denx.de> Cc: Tim Harvey <tharvey@gateworks.com> Acked-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>