platform_bma023.c 498 B

1234567891011121314151617181920
  1. /*
  2. * platform_bma023.c: bma023 platform data initilization file
  3. *
  4. * (C) Copyright 2013 Intel Corporation
  5. *
  6. * This program is free software; you can redistribute it and/or
  7. * modify it under the terms of the GNU General Public License
  8. * as published by the Free Software Foundation; version 2
  9. * of the License.
  10. */
  11. #include <asm/intel-mid.h>
  12. static const struct devs_id bma023_dev_id __initconst = {
  13. .name = "bma023",
  14. .type = SFI_DEV_TYPE_I2C,
  15. .delay = 1,
  16. };
  17. sfi_device(bma023_dev_id);