clk-mt2701-bdp.c 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. /*
  2. * Copyright (c) 2014 MediaTek Inc.
  3. * Author: Shunli Wang <shunli.wang@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. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. * GNU General Public License for more details.
  13. */
  14. #include <linux/clk-provider.h>
  15. #include <linux/platform_device.h>
  16. #include "clk-mtk.h"
  17. #include "clk-gate.h"
  18. #include <dt-bindings/clock/mt2701-clk.h>
  19. static const struct mtk_gate_regs bdp0_cg_regs = {
  20. .set_ofs = 0x0104,
  21. .clr_ofs = 0x0108,
  22. .sta_ofs = 0x0100,
  23. };
  24. static const struct mtk_gate_regs bdp1_cg_regs = {
  25. .set_ofs = 0x0114,
  26. .clr_ofs = 0x0118,
  27. .sta_ofs = 0x0110,
  28. };
  29. #define GATE_BDP0(_id, _name, _parent, _shift) { \
  30. .id = _id, \
  31. .name = _name, \
  32. .parent_name = _parent, \
  33. .regs = &bdp0_cg_regs, \
  34. .shift = _shift, \
  35. .ops = &mtk_clk_gate_ops_setclr_inv, \
  36. }
  37. #define GATE_BDP1(_id, _name, _parent, _shift) { \
  38. .id = _id, \
  39. .name = _name, \
  40. .parent_name = _parent, \
  41. .regs = &bdp1_cg_regs, \
  42. .shift = _shift, \
  43. .ops = &mtk_clk_gate_ops_setclr_inv, \
  44. }
  45. static const struct mtk_gate bdp_clks[] = {
  46. GATE_BDP0(CLK_BDP_BRG_BA, "brg_baclk", "mm_sel", 0),
  47. GATE_BDP0(CLK_BDP_BRG_DRAM, "brg_dram", "mm_sel", 1),
  48. GATE_BDP0(CLK_BDP_LARB_DRAM, "larb_dram", "mm_sel", 2),
  49. GATE_BDP0(CLK_BDP_WR_VDI_PXL, "wr_vdi_pxl", "hdmi_0_deep340m", 3),
  50. GATE_BDP0(CLK_BDP_WR_VDI_DRAM, "wr_vdi_dram", "mm_sel", 4),
  51. GATE_BDP0(CLK_BDP_WR_B, "wr_bclk", "mm_sel", 5),
  52. GATE_BDP0(CLK_BDP_DGI_IN, "dgi_in", "dpi1_sel", 6),
  53. GATE_BDP0(CLK_BDP_DGI_OUT, "dgi_out", "dpi1_sel", 7),
  54. GATE_BDP0(CLK_BDP_FMT_MAST_27, "fmt_mast_27", "dpi1_sel", 8),
  55. GATE_BDP0(CLK_BDP_FMT_B, "fmt_bclk", "mm_sel", 9),
  56. GATE_BDP0(CLK_BDP_OSD_B, "osd_bclk", "mm_sel", 10),
  57. GATE_BDP0(CLK_BDP_OSD_DRAM, "osd_dram", "mm_sel", 11),
  58. GATE_BDP0(CLK_BDP_OSD_AGENT, "osd_agent", "osd_sel", 12),
  59. GATE_BDP0(CLK_BDP_OSD_PXL, "osd_pxl", "dpi1_sel", 13),
  60. GATE_BDP0(CLK_BDP_RLE_B, "rle_bclk", "mm_sel", 14),
  61. GATE_BDP0(CLK_BDP_RLE_AGENT, "rle_agent", "mm_sel", 15),
  62. GATE_BDP0(CLK_BDP_RLE_DRAM, "rle_dram", "mm_sel", 16),
  63. GATE_BDP0(CLK_BDP_F27M, "f27m", "di_sel", 17),
  64. GATE_BDP0(CLK_BDP_F27M_VDOUT, "f27m_vdout", "di_sel", 18),
  65. GATE_BDP0(CLK_BDP_F27_74_74, "f27_74_74", "di_sel", 19),
  66. GATE_BDP0(CLK_BDP_F2FS, "f2fs", "di_sel", 20),
  67. GATE_BDP0(CLK_BDP_F2FS74_148, "f2fs74_148", "di_sel", 21),
  68. GATE_BDP0(CLK_BDP_FB, "fbclk", "mm_sel", 22),
  69. GATE_BDP0(CLK_BDP_VDO_DRAM, "vdo_dram", "mm_sel", 23),
  70. GATE_BDP0(CLK_BDP_VDO_2FS, "vdo_2fs", "di_sel", 24),
  71. GATE_BDP0(CLK_BDP_VDO_B, "vdo_bclk", "mm_sel", 25),
  72. GATE_BDP0(CLK_BDP_WR_DI_PXL, "wr_di_pxl", "di_sel", 26),
  73. GATE_BDP0(CLK_BDP_WR_DI_DRAM, "wr_di_dram", "mm_sel", 27),
  74. GATE_BDP0(CLK_BDP_WR_DI_B, "wr_di_bclk", "mm_sel", 28),
  75. GATE_BDP0(CLK_BDP_NR_PXL, "nr_pxl", "nr_sel", 29),
  76. GATE_BDP0(CLK_BDP_NR_DRAM, "nr_dram", "mm_sel", 30),
  77. GATE_BDP0(CLK_BDP_NR_B, "nr_bclk", "mm_sel", 31),
  78. GATE_BDP1(CLK_BDP_RX_F, "rx_fclk", "hadds2_fbclk", 0),
  79. GATE_BDP1(CLK_BDP_RX_X, "rx_xclk", "clk26m", 1),
  80. GATE_BDP1(CLK_BDP_RXPDT, "rxpdtclk", "hdmi_0_pix340m", 2),
  81. GATE_BDP1(CLK_BDP_RX_CSCL_N, "rx_cscl_n", "clk26m", 3),
  82. GATE_BDP1(CLK_BDP_RX_CSCL, "rx_cscl", "clk26m", 4),
  83. GATE_BDP1(CLK_BDP_RX_DDCSCL_N, "rx_ddcscl_n", "hdmi_scl_rx", 5),
  84. GATE_BDP1(CLK_BDP_RX_DDCSCL, "rx_ddcscl", "hdmi_scl_rx", 6),
  85. GATE_BDP1(CLK_BDP_RX_VCO, "rx_vcoclk", "hadds2pll_294m", 7),
  86. GATE_BDP1(CLK_BDP_RX_DP, "rx_dpclk", "hdmi_0_pll340m", 8),
  87. GATE_BDP1(CLK_BDP_RX_P, "rx_pclk", "hdmi_0_pll340m", 9),
  88. GATE_BDP1(CLK_BDP_RX_M, "rx_mclk", "hadds2pll_294m", 10),
  89. GATE_BDP1(CLK_BDP_RX_PLL, "rx_pllclk", "hdmi_0_pix340m", 11),
  90. GATE_BDP1(CLK_BDP_BRG_RT_B, "brg_rt_bclk", "mm_sel", 12),
  91. GATE_BDP1(CLK_BDP_BRG_RT_DRAM, "brg_rt_dram", "mm_sel", 13),
  92. GATE_BDP1(CLK_BDP_LARBRT_DRAM, "larbrt_dram", "mm_sel", 14),
  93. GATE_BDP1(CLK_BDP_TMDS_SYN, "tmds_syn", "hdmi_0_pll340m", 15),
  94. GATE_BDP1(CLK_BDP_HDMI_MON, "hdmi_mon", "hdmi_0_pll340m", 16),
  95. };
  96. static const struct of_device_id of_match_clk_mt2701_bdp[] = {
  97. { .compatible = "mediatek,mt2701-bdpsys", },
  98. {}
  99. };
  100. static int clk_mt2701_bdp_probe(struct platform_device *pdev)
  101. {
  102. struct clk_onecell_data *clk_data;
  103. int r;
  104. struct device_node *node = pdev->dev.of_node;
  105. clk_data = mtk_alloc_clk_data(CLK_BDP_NR);
  106. mtk_clk_register_gates(node, bdp_clks, ARRAY_SIZE(bdp_clks),
  107. clk_data);
  108. r = of_clk_add_provider(node, of_clk_src_onecell_get, clk_data);
  109. if (r)
  110. dev_err(&pdev->dev,
  111. "could not register clock provider: %s: %d\n",
  112. pdev->name, r);
  113. return r;
  114. }
  115. static struct platform_driver clk_mt2701_bdp_drv = {
  116. .probe = clk_mt2701_bdp_probe,
  117. .driver = {
  118. .name = "clk-mt2701-bdp",
  119. .of_match_table = of_match_clk_mt2701_bdp,
  120. },
  121. };
  122. builtin_platform_driver(clk_mt2701_bdp_drv);