commit | 78702e43c1cadd600e35374411caba82ad9354b6 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Sun Jul 10 14:37:22 2011 -0700 |
committer | Colin Cross <ccross@android.com> | Tue Jul 12 20:39:02 2011 -0700 |
tree | 3ec6156ccc3eb814e8b2e0d17d337557be91775e | |
parent | 4c755997ea1eb3e3c2df7ef657494d8188d0c120 [diff] |
ARM: tegra: remove copy-and-pasted i2c platform data in boards Every board file includes the same platform data definition for the i2c-tegra driver's bus speed. Move the platform data into devices.c, and remove it from all the board files. Signed-off-by: Colin Cross <ccross@android.com> Tested-by: Konstantin Sinyuk <kostyas@compulab.co.il> Acked-by: Olof Johansson <olof@lixom.net>