mt6797-power.h 721 B

1234567891011121314151617181920212223
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (c) 2017 MediaTek Inc.
  4. * Author: Mars.C <[email protected]>
  5. */
  6. #ifndef _DT_BINDINGS_POWER_MT6797_POWER_H
  7. #define _DT_BINDINGS_POWER_MT6797_POWER_H
  8. #define MT6797_POWER_DOMAIN_VDEC 0
  9. #define MT6797_POWER_DOMAIN_VENC 1
  10. #define MT6797_POWER_DOMAIN_ISP 2
  11. #define MT6797_POWER_DOMAIN_MM 3
  12. #define MT6797_POWER_DOMAIN_AUDIO 4
  13. #define MT6797_POWER_DOMAIN_MFG_ASYNC 5
  14. #define MT6797_POWER_DOMAIN_MFG 6
  15. #define MT6797_POWER_DOMAIN_MFG_CORE0 7
  16. #define MT6797_POWER_DOMAIN_MFG_CORE1 8
  17. #define MT6797_POWER_DOMAIN_MFG_CORE2 9
  18. #define MT6797_POWER_DOMAIN_MFG_CORE3 10
  19. #define MT6797_POWER_DOMAIN_MJC 11
  20. #endif /* _DT_BINDINGS_POWER_MT6797_POWER_H */