qcom,cpucc-sdm845.h 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. /*
  2. * Copyright (c) 2017, The Linux Foundation. All rights reserved.
  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 and
  6. * only version 2 as 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_CLK_MSM_CPU_CC_SDM845_H
  14. #define _DT_BINDINGS_CLK_MSM_CPU_CC_SDM845_H
  15. #define L3_CLK 0
  16. #define PWRCL_CLK 1
  17. #define PERFCL_CLK 2
  18. #define L3_CLUSTER0_VOTE_CLK 3
  19. #define L3_CLUSTER1_VOTE_CLK 4
  20. #define CPU0_PWRCL_CLK 5
  21. #define CPU1_PWRCL_CLK 6
  22. #define CPU2_PWRCL_CLK 7
  23. #define CPU3_PWRCL_CLK 8
  24. #define CPU4_PERFCL_CLK 9
  25. #define CPU5_PERFCL_CLK 10
  26. #define CPU6_PERFCL_CLK 11
  27. #define CPU7_PERFCL_CLK 12
  28. #define L3_MISC_VOTE_CLK 13
  29. #define CPU4_PWRCL_CLK 14
  30. #define CPU5_PWRCL_CLK 15
  31. #define L3_GPU_VOTE_CLK 16
  32. #endif