mt6797-power.h 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. /*
  2. * Copyright (c) 2017 MediaTek Inc.
  3. * Author: Mars.C <mars.cheng@mediatek.com>
  4. *
  5. * This program is free software; you can redistribute it and/or modify
  6. * it under the terms of the GNU General Public License version 2 as
  7. * published by the Free Software Foundation.
  8. *
  9. * This program is distributed in the hope that it will be useful,
  10. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. * GNU General Public License for more details.
  12. */
  13. #ifndef _DT_BINDINGS_POWER_MT6797_POWER_H
  14. #define _DT_BINDINGS_POWER_MT6797_POWER_H
  15. #define MT6797_POWER_DOMAIN_VDEC 0
  16. #define MT6797_POWER_DOMAIN_VENC 1
  17. #define MT6797_POWER_DOMAIN_ISP 2
  18. #define MT6797_POWER_DOMAIN_MM 3
  19. #define MT6797_POWER_DOMAIN_AUDIO 4
  20. #define MT6797_POWER_DOMAIN_MFG_ASYNC 5
  21. #define MT6797_POWER_DOMAIN_MFG 6
  22. #define MT6797_POWER_DOMAIN_MFG_CORE0 7
  23. #define MT6797_POWER_DOMAIN_MFG_CORE1 8
  24. #define MT6797_POWER_DOMAIN_MFG_CORE2 9
  25. #define MT6797_POWER_DOMAIN_MFG_CORE3 10
  26. #define MT6797_POWER_DOMAIN_MJC 11
  27. #endif /* _DT_BINDINGS_POWER_MT6797_POWER_H */