qcom,videocc-sdm845.h 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. /*
  2. * Copyright (c) 2016-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_VIDEO_CC_SDM845_H
  14. #define _DT_BINDINGS_CLK_MSM_VIDEO_CC_SDM845_H
  15. #define VIDEO_CC_APB_CLK 0
  16. #define VIDEO_CC_AT_CLK 1
  17. #define VIDEO_CC_QDSS_TRIG_CLK 2
  18. #define VIDEO_CC_QDSS_TSCTR_DIV8_CLK 3
  19. #define VIDEO_CC_VCODEC0_AXI_CLK 4
  20. #define VIDEO_CC_VCODEC0_CORE_CLK 5
  21. #define VIDEO_CC_VCODEC1_AXI_CLK 6
  22. #define VIDEO_CC_VCODEC1_CORE_CLK 7
  23. #define VIDEO_CC_VENUS_AHB_CLK 8
  24. #define VIDEO_CC_VENUS_CLK_SRC 9
  25. #define VIDEO_CC_VENUS_CTL_AXI_CLK 10
  26. #define VIDEO_CC_VENUS_CTL_CORE_CLK 11
  27. #define VIDEO_PLL0 12
  28. #endif