mt8183-power.h 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. /*
  2. * Copyright (C) 2018 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.
  11. * See http://www.gnu.org/licenses/gpl-2.0.html for more details.
  12. */
  13. #ifndef _DT_BINDINGS_POWER_MT8183_POWER_H
  14. #define _DT_BINDINGS_POWER_MT8183_POWER_H
  15. #define MT8183_POWER_DOMAIN_AUDIO 0
  16. #define MT8183_POWER_DOMAIN_CONN 1
  17. #define MT8183_POWER_DOMAIN_MFG_ASYNC 2
  18. #define MT8183_POWER_DOMAIN_MFG 3
  19. #define MT8183_POWER_DOMAIN_MFG_CORE0 4
  20. #define MT8183_POWER_DOMAIN_MFG_CORE1 5
  21. #define MT8183_POWER_DOMAIN_MFG_2D 6
  22. #define MT8183_POWER_DOMAIN_DISP 7
  23. #define MT8183_POWER_DOMAIN_CAM 8
  24. #define MT8183_POWER_DOMAIN_ISP 9
  25. #define MT8183_POWER_DOMAIN_VDEC 10
  26. #define MT8183_POWER_DOMAIN_VENC 11
  27. #define MT8183_POWER_DOMAIN_VPU_TOP 12
  28. #define MT8183_POWER_DOMAIN_VPU_CORE0 13
  29. #define MT8183_POWER_DOMAIN_VPU_CORE1 14
  30. #endif /* _DT_BINDINGS_POWER_MT8183_POWER_H */