board-mop500-regulators.h 726 B

123456789101112131415161718192021222324
  1. /*
  2. * Copyright (C) ST-Ericsson SA 2010
  3. *
  4. * License Terms: GNU General Public License v2
  5. *
  6. * Author: Bengt Jonsson <bengt.g.jonsson@stericsson.com> for ST-Ericsson
  7. *
  8. * MOP500 board specific initialization for regulators
  9. */
  10. #ifndef __BOARD_MOP500_REGULATORS_H
  11. #define __BOARD_MOP500_REGULATORS_H
  12. #include <linux/regulator/machine.h>
  13. #include <linux/regulator/ab8500.h>
  14. extern struct ab8500_regulator_reg_init
  15. ab8500_regulator_reg_init[AB8500_NUM_REGULATOR_REGISTERS];
  16. extern struct regulator_init_data ab8500_regulators[AB8500_NUM_REGULATORS];
  17. extern struct regulator_init_data tps61052_regulator;
  18. extern struct regulator_init_data gpio_en_3v3_regulator;
  19. extern struct regulator_init_data sdi0_reg_init_data;
  20. #endif