mt2701-power.h 933 B

12345678910111213141516171819202122232425262728
  1. /*
  2. * Copyright (C) 2015 MediaTek Inc.
  3. *
  4. * This program is free software: you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License version 2 as
  6. * published by the Free Software Foundation.
  7. *
  8. * This program is distributed in the hope that it will be useful,
  9. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. * GNU General Public License for more details.
  12. */
  13. #ifndef _DT_BINDINGS_POWER_MT2701_POWER_H
  14. #define _DT_BINDINGS_POWER_MT2701_POWER_H
  15. #define MT2701_POWER_DOMAIN_CONN 0
  16. #define MT2701_POWER_DOMAIN_DISP 1
  17. #define MT2701_POWER_DOMAIN_MFG 2
  18. #define MT2701_POWER_DOMAIN_VDEC 3
  19. #define MT2701_POWER_DOMAIN_ISP 4
  20. #define MT2701_POWER_DOMAIN_BDP 5
  21. #define MT2701_POWER_DOMAIN_ETH 6
  22. #define MT2701_POWER_DOMAIN_HIF 7
  23. #define MT2701_POWER_DOMAIN_IFR_MSC 8
  24. #endif /* _DT_BINDINGS_POWER_MT2701_POWER_H */