devices-imx51.h 501 B

1234567891011121314
  1. /*
  2. * Copyright (C) 2010 Pengutronix
  3. * Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de>
  4. *
  5. * This program is free software; you can redistribute it and/or modify it under
  6. * the terms of the GNU General Public License version 2 as published by the
  7. * Free Software Foundation.
  8. */
  9. #include <mach/mx51.h>
  10. #include <mach/devices-common.h>
  11. extern const struct imx_imx_i2c_data imx51_imx_i2c_data[] __initconst;
  12. #define imx51_add_imx_i2c(id, pdata) \
  13. imx_add_imx_i2c(&imx51_imx_i2c_data[id], pdata)