pil-msa.h 828 B

123456789101112131415161718192021222324252627282930
  1. /* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
  2. *
  3. * This program is free software; you can redistribute it and/or modify
  4. * it under the terms of the GNU General Public License version 2 and
  5. * only version 2 as published by the Free Software Foundation.
  6. *
  7. * This program is distributed in the hope that it will be useful,
  8. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. * GNU General Public License for more details.
  11. */
  12. #ifndef __MSM_PIL_MSA_H
  13. #define __MSM_PIL_MSA_H
  14. #include "peripheral-loader.h"
  15. #define VDD_MSS_UV 1050000
  16. struct mba_data {
  17. void __iomem *rmb_base;
  18. struct clk *xo;
  19. struct pil_desc desc;
  20. };
  21. extern struct pil_reset_ops pil_msa_pbl_ops;
  22. extern struct pil_reset_ops pil_msa_mba_ops;
  23. #endif