blob: 91e96b75338138088da7f380380cfec1757c24c0 [file] [log] [blame]
Saravana Kannanc85ecf92013-01-21 17:58:35 -08001/* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
Chandan Uddaraju09adf322012-08-16 02:55:23 -07002 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 */
12
13#include <linux/kernel.h>
14#include <linux/io.h>
15#include <linux/err.h>
16#include <linux/delay.h>
17#include <linux/string.h>
18#include <linux/iopoll.h>
19#include <linux/clk.h>
20
21#include <asm/processor.h>
22#include <mach/msm_iomap.h>
Matt Wagantall33d01f52012-02-23 23:27:44 -080023#include <mach/clk-provider.h>
Chandan Uddaraju09adf322012-08-16 02:55:23 -070024
Chandan Uddaraju09adf322012-08-16 02:55:23 -070025#include "clock-mdss-8974.h"
26
Abhishek Kharbandac1559842012-08-13 18:45:02 -070027#define REG_R(addr) readl_relaxed(addr)
28#define REG_W(data, addr) writel_relaxed(data, addr)
29
Matt Wagantall7cf535b2013-02-28 16:16:51 -080030#define GDSC_PHYS 0xFD8C2304
31#define GDSC_SIZE 0x4
32
Abhishek Kharbandac1559842012-08-13 18:45:02 -070033#define DSI_PHY_PHYS 0xFD922800
34#define DSI_PHY_SIZE 0x00000800
35
36#define HDMI_PHY_PHYS 0xFD922500
37#define HDMI_PHY_SIZE 0x0000007C
38
39#define HDMI_PHY_PLL_PHYS 0xFD922700
40#define HDMI_PHY_PLL_SIZE 0x000000D4
41
42/* hdmi phy registers */
Ujwal Patelc8017652012-11-15 18:03:01 -080043#define HDMI_PHY_ANA_CFG0 (0x0000)
44#define HDMI_PHY_ANA_CFG1 (0x0004)
45#define HDMI_PHY_ANA_CFG2 (0x0008)
46#define HDMI_PHY_ANA_CFG3 (0x000C)
47#define HDMI_PHY_PD_CTRL0 (0x0010)
48#define HDMI_PHY_PD_CTRL1 (0x0014)
49#define HDMI_PHY_GLB_CFG (0x0018)
50#define HDMI_PHY_DCC_CFG0 (0x001C)
51#define HDMI_PHY_DCC_CFG1 (0x0020)
52#define HDMI_PHY_TXCAL_CFG0 (0x0024)
53#define HDMI_PHY_TXCAL_CFG1 (0x0028)
54#define HDMI_PHY_TXCAL_CFG2 (0x002C)
55#define HDMI_PHY_TXCAL_CFG3 (0x0030)
56#define HDMI_PHY_BIST_CFG0 (0x0034)
57#define HDMI_PHY_BIST_CFG1 (0x0038)
58#define HDMI_PHY_BIST_PATN0 (0x003C)
59#define HDMI_PHY_BIST_PATN1 (0x0040)
60#define HDMI_PHY_BIST_PATN2 (0x0044)
61#define HDMI_PHY_BIST_PATN3 (0x0048)
62#define HDMI_PHY_STATUS (0x005C)
Abhishek Kharbandac1559842012-08-13 18:45:02 -070063
64/* hdmi phy unified pll registers */
Ujwal Patelc8017652012-11-15 18:03:01 -080065#define HDMI_UNI_PLL_REFCLK_CFG (0x0000)
66#define HDMI_UNI_PLL_POSTDIV1_CFG (0x0004)
67#define HDMI_UNI_PLL_CHFPUMP_CFG (0x0008)
68#define HDMI_UNI_PLL_VCOLPF_CFG (0x000C)
69#define HDMI_UNI_PLL_VREG_CFG (0x0010)
70#define HDMI_UNI_PLL_PWRGEN_CFG (0x0014)
71#define HDMI_UNI_PLL_GLB_CFG (0x0020)
72#define HDMI_UNI_PLL_POSTDIV2_CFG (0x0024)
73#define HDMI_UNI_PLL_POSTDIV3_CFG (0x0028)
74#define HDMI_UNI_PLL_LPFR_CFG (0x002C)
75#define HDMI_UNI_PLL_LPFC1_CFG (0x0030)
76#define HDMI_UNI_PLL_LPFC2_CFG (0x0034)
77#define HDMI_UNI_PLL_SDM_CFG0 (0x0038)
78#define HDMI_UNI_PLL_SDM_CFG1 (0x003C)
79#define HDMI_UNI_PLL_SDM_CFG2 (0x0040)
80#define HDMI_UNI_PLL_SDM_CFG3 (0x0044)
81#define HDMI_UNI_PLL_SDM_CFG4 (0x0048)
82#define HDMI_UNI_PLL_SSC_CFG0 (0x004C)
83#define HDMI_UNI_PLL_SSC_CFG1 (0x0050)
84#define HDMI_UNI_PLL_SSC_CFG2 (0x0054)
85#define HDMI_UNI_PLL_SSC_CFG3 (0x0058)
86#define HDMI_UNI_PLL_LKDET_CFG0 (0x005C)
87#define HDMI_UNI_PLL_LKDET_CFG1 (0x0060)
88#define HDMI_UNI_PLL_LKDET_CFG2 (0x0064)
89#define HDMI_UNI_PLL_CAL_CFG0 (0x006C)
90#define HDMI_UNI_PLL_CAL_CFG1 (0x0070)
91#define HDMI_UNI_PLL_CAL_CFG2 (0x0074)
92#define HDMI_UNI_PLL_CAL_CFG3 (0x0078)
93#define HDMI_UNI_PLL_CAL_CFG4 (0x007C)
94#define HDMI_UNI_PLL_CAL_CFG5 (0x0080)
95#define HDMI_UNI_PLL_CAL_CFG6 (0x0084)
96#define HDMI_UNI_PLL_CAL_CFG7 (0x0088)
97#define HDMI_UNI_PLL_CAL_CFG8 (0x008C)
98#define HDMI_UNI_PLL_CAL_CFG9 (0x0090)
99#define HDMI_UNI_PLL_CAL_CFG10 (0x0094)
100#define HDMI_UNI_PLL_CAL_CFG11 (0x0098)
101#define HDMI_UNI_PLL_STATUS (0x00C0)
Chandan Uddaraju09adf322012-08-16 02:55:23 -0700102
103#define VCO_CLK 424000000
104static unsigned char *mdss_dsi_base;
Matt Wagantall7cf535b2013-02-28 16:16:51 -0800105static unsigned char *gdsc_base;
Chandan Uddaraju09adf322012-08-16 02:55:23 -0700106static int pll_byte_clk_rate;
107static int pll_pclk_rate;
108static int pll_initialized;
109static struct clk *mdss_dsi_ahb_clk;
Chandan Uddaraju62e5b922012-09-14 20:50:18 -0700110static unsigned long dsi_pll_rate;
Chandan Uddaraju09adf322012-08-16 02:55:23 -0700111
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700112static void __iomem *hdmi_phy_base;
113static void __iomem *hdmi_phy_pll_base;
114static unsigned hdmi_pll_on;
115
Siddhartha Agrawal4b0d5a62013-02-25 23:23:41 -0800116void __init mdss_clk_ctrl_pre_init(struct clk *ahb_clk)
Chandan Uddaraju09adf322012-08-16 02:55:23 -0700117{
Siddhartha Agrawal4b0d5a62013-02-25 23:23:41 -0800118 BUG_ON(ahb_clk == NULL);
Matt Wagantall7cf535b2013-02-28 16:16:51 -0800119
120 gdsc_base = ioremap(GDSC_PHYS, GDSC_SIZE);
121 if (!gdsc_base)
122 pr_err("%s: unable to remap gdsc base", __func__);
123
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700124 mdss_dsi_base = ioremap(DSI_PHY_PHYS, DSI_PHY_SIZE);
Chandan Uddaraju09adf322012-08-16 02:55:23 -0700125 if (!mdss_dsi_base)
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700126 pr_err("%s: unable to remap dsi base", __func__);
Chandan Uddaraju09adf322012-08-16 02:55:23 -0700127
Siddhartha Agrawal4b0d5a62013-02-25 23:23:41 -0800128 mdss_dsi_ahb_clk = ahb_clk;
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700129
130 hdmi_phy_base = ioremap(HDMI_PHY_PHYS, HDMI_PHY_SIZE);
131 if (!hdmi_phy_base)
132 pr_err("%s: unable to ioremap hdmi phy base", __func__);
133
134 hdmi_phy_pll_base = ioremap(HDMI_PHY_PLL_PHYS, HDMI_PHY_PLL_SIZE);
135 if (!hdmi_phy_pll_base)
136 pr_err("%s: unable to ioremap hdmi phy pll base", __func__);
Chandan Uddaraju09adf322012-08-16 02:55:23 -0700137}
138
Siddhartha Agrawal4b0d5a62013-02-25 23:23:41 -0800139#define PLL_POLL_MAX_READS 10
140#define PLL_POLL_TIMEOUT_US 50
141
Matt Wagantall7cf535b2013-02-28 16:16:51 -0800142static int mdss_gdsc_enabled(void)
143{
144 if (!gdsc_base)
145 return 0;
146
147 return !!(readl_relaxed(gdsc_base) & BIT(31));
148}
149
Siddhartha Agrawal4b0d5a62013-02-25 23:23:41 -0800150static int mdss_dsi_check_pll_lock(void)
151{
152 u32 status;
153
154 clk_prepare_enable(mdss_dsi_ahb_clk);
155 /* poll for PLL ready status */
156 if (readl_poll_timeout_noirq((mdss_dsi_base + 0x02c0),
157 status,
158 ((status & BIT(0)) == 1),
159 PLL_POLL_MAX_READS, PLL_POLL_TIMEOUT_US)) {
160 pr_err("%s: DSI PLL status=%x failed to Lock\n",
161 __func__, status);
162 pll_initialized = 0;
163 } else {
164 pll_initialized = 1;
165 }
166 clk_disable_unprepare(mdss_dsi_ahb_clk);
167
168 return pll_initialized;
169}
170
Chandan Uddaraju09adf322012-08-16 02:55:23 -0700171static long mdss_dsi_pll_byte_round_rate(struct clk *c, unsigned long rate)
172{
173 if (pll_initialized)
174 return pll_byte_clk_rate;
175 else {
176 pr_err("%s: DSI PLL not configured\n",
177 __func__);
178 return -EINVAL;
179 }
180}
181
182static long mdss_dsi_pll_pixel_round_rate(struct clk *c, unsigned long rate)
183{
184 if (pll_initialized)
185 return pll_pclk_rate;
186 else {
187 pr_err("%s: Configure Byte clk first\n",
188 __func__);
189 return -EINVAL;
190 }
191}
192
193static int mdss_dsi_pll_pixel_set_rate(struct clk *c, unsigned long rate)
194{
195 if (pll_initialized)
196 return 0;
197 else {
198 pr_err("%s: Configure Byte clk first\n",
199 __func__);
200 return -EINVAL;
201 }
202}
203
Siddhartha Agrawal4b0d5a62013-02-25 23:23:41 -0800204static int __mdss_dsi_pll_byte_set_rate(struct clk *c, unsigned long rate)
Chandan Uddaraju09adf322012-08-16 02:55:23 -0700205{
206 int pll_divcfg1, pll_divcfg2;
207 int half_bitclk_rate;
208
Chandan Uddaraju62e5b922012-09-14 20:50:18 -0700209 pr_debug("%s:\n", __func__);
Chandan Uddaraju09adf322012-08-16 02:55:23 -0700210 if (pll_initialized)
211 return 0;
212
Chandan Uddaraju09adf322012-08-16 02:55:23 -0700213 half_bitclk_rate = rate * 4;
214
215 pll_divcfg1 = (VCO_CLK / half_bitclk_rate) - 2;
216
217 /* Configuring the VCO to 424 Mhz */
218 /* Configuring the half rate Bit clk to 212 Mhz */
219
220 pll_divcfg2 = 3; /* ByteClk is 1/4 the half-bitClk rate */
221
222 /* Configure the Loop filter */
223 /* Loop filter resistance value */
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700224 REG_W(0x08, mdss_dsi_base + 0x022c);
Chandan Uddaraju09adf322012-08-16 02:55:23 -0700225 /* Loop filter capacitance values : c1 and c2 */
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700226 REG_W(0x70, mdss_dsi_base + 0x0230);
227 REG_W(0x15, mdss_dsi_base + 0x0234);
Chandan Uddaraju09adf322012-08-16 02:55:23 -0700228
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700229 REG_W(0x02, mdss_dsi_base + 0x0208); /* ChgPump */
230 REG_W(pll_divcfg1, mdss_dsi_base + 0x0204); /* postDiv1 */
231 REG_W(pll_divcfg2, mdss_dsi_base + 0x0224); /* postDiv2 */
232 REG_W(0x03, mdss_dsi_base + 0x0228); /* postDiv3 */
Chandan Uddaraju09adf322012-08-16 02:55:23 -0700233
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700234 REG_W(0x2b, mdss_dsi_base + 0x0278); /* Cal CFG3 */
Chandan Uddarajucee856b2013-02-15 17:27:28 -0800235 REG_W(0x66, mdss_dsi_base + 0x027c); /* Cal CFG4 */
236 REG_W(0x05, mdss_dsi_base + 0x0264); /* LKDET CFG2 */
Chandan Uddaraju09adf322012-08-16 02:55:23 -0700237
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700238 REG_W(0x0a, mdss_dsi_base + 0x023c); /* SDM CFG1 */
239 REG_W(0xab, mdss_dsi_base + 0x0240); /* SDM CFG2 */
240 REG_W(0x0a, mdss_dsi_base + 0x0244); /* SDM CFG3 */
241 REG_W(0x00, mdss_dsi_base + 0x0248); /* SDM CFG4 */
Chandan Uddaraju09adf322012-08-16 02:55:23 -0700242
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700243 REG_W(0x01, mdss_dsi_base + 0x0200); /* REFCLK CFG */
244 REG_W(0x00, mdss_dsi_base + 0x0214); /* PWRGEN CFG */
Chandan Uddarajucee856b2013-02-15 17:27:28 -0800245 REG_W(0x71, mdss_dsi_base + 0x020c); /* VCOLPF CFG */
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700246 REG_W(0x02, mdss_dsi_base + 0x0210); /* VREG CFG */
247 REG_W(0x00, mdss_dsi_base + 0x0238); /* SDM CFG0 */
Chandan Uddaraju09adf322012-08-16 02:55:23 -0700248
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700249 REG_W(0x5f, mdss_dsi_base + 0x028c); /* CAL CFG8 */
250 REG_W(0xa8, mdss_dsi_base + 0x0294); /* CAL CFG10 */
251 REG_W(0x01, mdss_dsi_base + 0x0298); /* CAL CFG11 */
252 REG_W(0x0a, mdss_dsi_base + 0x026c); /* CAL CFG0 */
253 REG_W(0x30, mdss_dsi_base + 0x0284); /* CAL CFG6 */
254 REG_W(0x00, mdss_dsi_base + 0x0288); /* CAL CFG7 */
255 REG_W(0x00, mdss_dsi_base + 0x0290); /* CAL CFG9 */
256 REG_W(0x20, mdss_dsi_base + 0x029c); /* EFUSE CFG */
Chandan Uddaraju09adf322012-08-16 02:55:23 -0700257
Chandan Uddaraju62e5b922012-09-14 20:50:18 -0700258 dsi_pll_rate = rate;
259
Chandan Uddaraju09adf322012-08-16 02:55:23 -0700260 pll_byte_clk_rate = 53000000;
261 pll_pclk_rate = 105000000;
262
Chandan Uddaraju62e5b922012-09-14 20:50:18 -0700263 pr_debug("%s: **** PLL initialized success\n", __func__);
Chandan Uddaraju09adf322012-08-16 02:55:23 -0700264 pll_initialized = 1;
265
266 return 0;
267}
268
Siddhartha Agrawal4b0d5a62013-02-25 23:23:41 -0800269static int mdss_dsi_pll_byte_set_rate(struct clk *c, unsigned long rate)
270{
271 int ret;
272
273 clk_prepare_enable(mdss_dsi_ahb_clk);
274 ret = __mdss_dsi_pll_byte_set_rate(c, rate);
275 clk_disable_unprepare(mdss_dsi_ahb_clk);
276
277 return ret;
278}
279
Chandan Uddarajucee856b2013-02-15 17:27:28 -0800280static void mdss_dsi_uniphy_pll_lock_detect_setting(void)
281{
282 REG_W(0x04, mdss_dsi_base + 0x0264); /* LKDetect CFG2 */
283 udelay(100);
284 REG_W(0x05, mdss_dsi_base + 0x0264); /* LKDetect CFG2 */
285 udelay(500);
286}
287
288static void mdss_dsi_uniphy_pll_sw_reset(void)
289{
290 REG_W(0x01, mdss_dsi_base + 0x0268); /* PLL TEST CFG */
291 udelay(1);
292 REG_W(0x00, mdss_dsi_base + 0x0268); /* PLL TEST CFG */
293 udelay(1);
294}
295
Vikram Mulukutlade6fb292012-10-30 20:29:41 -0700296static int __mdss_dsi_pll_enable(struct clk *c)
Chandan Uddaraju09adf322012-08-16 02:55:23 -0700297{
298 u32 status;
299 u32 max_reads, timeout_us;
Chandan Uddaraju62e5b922012-09-14 20:50:18 -0700300 int i;
Chandan Uddaraju09adf322012-08-16 02:55:23 -0700301
Chandan Uddaraju62e5b922012-09-14 20:50:18 -0700302 if (!pll_initialized) {
303 if (dsi_pll_rate)
Siddhartha Agrawal4b0d5a62013-02-25 23:23:41 -0800304 __mdss_dsi_pll_byte_set_rate(c, dsi_pll_rate);
Chandan Uddaraju62e5b922012-09-14 20:50:18 -0700305 else
306 pr_err("%s: Calling clk_en before set_rate\n",
307 __func__);
308 }
309
Chandan Uddarajucee856b2013-02-15 17:27:28 -0800310 mdss_dsi_uniphy_pll_sw_reset();
Chandan Uddaraju62e5b922012-09-14 20:50:18 -0700311 /* PLL power up */
Chandan Uddarajucee856b2013-02-15 17:27:28 -0800312 /* Add HW recommended delay between
313 register writes for the update to propagate */
314 REG_W(0x01, mdss_dsi_base + 0x0220); /* GLB CFG */
315 udelay(1000);
316 REG_W(0x05, mdss_dsi_base + 0x0220); /* GLB CFG */
317 udelay(1000);
318 REG_W(0x07, mdss_dsi_base + 0x0220); /* GLB CFG */
319 udelay(1000);
320 REG_W(0x0f, mdss_dsi_base + 0x0220); /* GLB CFG */
321 udelay(1000);
Chandan Uddaraju62e5b922012-09-14 20:50:18 -0700322
Chandan Uddarajucee856b2013-02-15 17:27:28 -0800323 for (i = 0; i < 3; i++) {
324 mdss_dsi_uniphy_pll_lock_detect_setting();
Chandan Uddaraju62e5b922012-09-14 20:50:18 -0700325 /* poll for PLL ready status */
Chandan Uddarajucee856b2013-02-15 17:27:28 -0800326 max_reads = 5;
Chandan Uddaraju62e5b922012-09-14 20:50:18 -0700327 timeout_us = 100;
328 if (readl_poll_timeout_noirq((mdss_dsi_base + 0x02c0),
329 status,
330 ((status & 0x01) == 1),
331 max_reads, timeout_us)) {
332 pr_debug("%s: DSI PLL status=%x failed to Lock\n",
333 __func__, status);
334 pr_debug("%s:Trying to power UP PLL again\n",
335 __func__);
336 } else
337 break;
Chandan Uddarajucee856b2013-02-15 17:27:28 -0800338
339 mdss_dsi_uniphy_pll_sw_reset();
340 udelay(1000);
341 /* Add HW recommended delay between
342 register writes for the update to propagate */
343 REG_W(0x01, mdss_dsi_base + 0x0220); /* GLB CFG */
344 udelay(1000);
345 REG_W(0x05, mdss_dsi_base + 0x0220); /* GLB CFG */
346 udelay(1000);
347 REG_W(0x07, mdss_dsi_base + 0x0220); /* GLB CFG */
348 udelay(1000);
349 REG_W(0x05, mdss_dsi_base + 0x0220); /* GLB CFG */
350 udelay(1000);
351 REG_W(0x07, mdss_dsi_base + 0x0220); /* GLB CFG */
352 udelay(1000);
353 REG_W(0x0f, mdss_dsi_base + 0x0220); /* GLB CFG */
354 udelay(2000);
355
Chandan Uddaraju62e5b922012-09-14 20:50:18 -0700356 }
357
358 if ((status & 0x01) != 1) {
Chandan Uddaraju09adf322012-08-16 02:55:23 -0700359 pr_err("%s: DSI PLL status=%x failed to Lock\n",
360 __func__, status);
Chandan Uddaraju09adf322012-08-16 02:55:23 -0700361 return -EINVAL;
362 }
Chandan Uddaraju62e5b922012-09-14 20:50:18 -0700363
364 pr_debug("%s: **** PLL Lock success\n", __func__);
Chandan Uddaraju09adf322012-08-16 02:55:23 -0700365
366 return 0;
367}
368
Vikram Mulukutlade6fb292012-10-30 20:29:41 -0700369static void __mdss_dsi_pll_disable(void)
Chandan Uddaraju09adf322012-08-16 02:55:23 -0700370{
Chandan Uddaraju09adf322012-08-16 02:55:23 -0700371 writel_relaxed(0x00, mdss_dsi_base + 0x0220); /* GLB CFG */
Chandan Uddaraju62e5b922012-09-14 20:50:18 -0700372 pr_debug("%s: **** disable pll Initialize\n", __func__);
373 pll_initialized = 0;
Vikram Mulukutlade6fb292012-10-30 20:29:41 -0700374}
375
376static DEFINE_SPINLOCK(dsipll_lock);
377static int dsipll_refcount;
378
379static void mdss_dsi_pll_disable(struct clk *c)
380{
381 unsigned long flags;
382
383 spin_lock_irqsave(&dsipll_lock, flags);
384 if (WARN(dsipll_refcount == 0, "DSI PLL clock is unbalanced"))
385 goto out;
386 if (dsipll_refcount == 1)
387 __mdss_dsi_pll_disable();
388 dsipll_refcount--;
389out:
390 spin_unlock_irqrestore(&dsipll_lock, flags);
391}
392
393static int mdss_dsi_pll_enable(struct clk *c)
394{
395 unsigned long flags;
396 int ret = 0;
397
398 spin_lock_irqsave(&dsipll_lock, flags);
399 if (dsipll_refcount == 0) {
400 ret = __mdss_dsi_pll_enable(c);
401 if (ret < 0)
402 goto out;
403 }
404 dsipll_refcount++;
405out:
406 spin_unlock_irqrestore(&dsipll_lock, flags);
407 return ret;
Chandan Uddaraju09adf322012-08-16 02:55:23 -0700408}
409
Siddhartha Agrawal4b0d5a62013-02-25 23:23:41 -0800410static enum handoff mdss_dsi_pll_byte_handoff(struct clk *c)
Saravana Kannanc85ecf92013-01-21 17:58:35 -0800411{
Matt Wagantall7cf535b2013-02-28 16:16:51 -0800412 if (mdss_gdsc_enabled() && mdss_dsi_check_pll_lock()) {
Siddhartha Agrawal4b0d5a62013-02-25 23:23:41 -0800413 c->rate = 53000000;
414 dsi_pll_rate = 53000000;
415 pll_byte_clk_rate = 53000000;
416 pll_pclk_rate = 105000000;
417 dsipll_refcount++;
418 return HANDOFF_ENABLED_CLK;
419 }
420
421 return HANDOFF_DISABLED_CLK;
422}
423
424static enum handoff mdss_dsi_pll_pixel_handoff(struct clk *c)
425{
Matt Wagantall7cf535b2013-02-28 16:16:51 -0800426 if (mdss_gdsc_enabled() && mdss_dsi_check_pll_lock()) {
Siddhartha Agrawal4b0d5a62013-02-25 23:23:41 -0800427 c->rate = 105000000;
428 dsipll_refcount++;
429 return HANDOFF_ENABLED_CLK;
430 }
431
Saravana Kannanc85ecf92013-01-21 17:58:35 -0800432 return HANDOFF_DISABLED_CLK;
433}
434
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700435void hdmi_pll_disable(void)
436{
Vikram Mulukutla5d581bd2012-11-30 11:51:41 -0800437 clk_enable(mdss_dsi_ahb_clk);
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700438 REG_W(0x0, hdmi_phy_pll_base + HDMI_UNI_PLL_GLB_CFG);
439 udelay(5);
440 REG_W(0x0, hdmi_phy_base + HDMI_PHY_GLB_CFG);
Vikram Mulukutla5d581bd2012-11-30 11:51:41 -0800441 clk_disable(mdss_dsi_ahb_clk);
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700442
443 hdmi_pll_on = 0;
444} /* hdmi_pll_disable */
445
446int hdmi_pll_enable(void)
447{
448 u32 status;
449 u32 max_reads, timeout_us;
450
Vikram Mulukutla5d581bd2012-11-30 11:51:41 -0800451 clk_enable(mdss_dsi_ahb_clk);
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700452 /* Global Enable */
453 REG_W(0x81, hdmi_phy_base + HDMI_PHY_GLB_CFG);
454 /* Power up power gen */
455 REG_W(0x00, hdmi_phy_base + HDMI_PHY_PD_CTRL0);
456 udelay(350);
457
458 /* PLL Power-Up */
459 REG_W(0x01, hdmi_phy_pll_base + HDMI_UNI_PLL_GLB_CFG);
460 udelay(5);
461 /* Power up PLL LDO */
462 REG_W(0x03, hdmi_phy_pll_base + HDMI_UNI_PLL_GLB_CFG);
463 udelay(350);
464
465 /* PLL Power-Up */
466 REG_W(0x0F, hdmi_phy_pll_base + HDMI_UNI_PLL_GLB_CFG);
467 udelay(350);
468
469 /* poll for PLL ready status */
470 max_reads = 20;
471 timeout_us = 100;
472 if (readl_poll_timeout_noirq((hdmi_phy_pll_base + HDMI_UNI_PLL_STATUS),
473 status, ((status & BIT(0)) == 1), max_reads, timeout_us)) {
474 pr_err("%s: hdmi phy pll status=%x failed to Lock\n",
475 __func__, status);
476 hdmi_pll_disable();
Vikram Mulukutla5d581bd2012-11-30 11:51:41 -0800477 clk_disable(mdss_dsi_ahb_clk);
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700478 return -EINVAL;
479 }
480 pr_debug("%s: hdmi phy pll is locked\n", __func__);
481
482 udelay(350);
483 /* poll for PHY ready status */
484 max_reads = 20;
485 timeout_us = 100;
486 if (readl_poll_timeout_noirq((hdmi_phy_base + HDMI_PHY_STATUS),
487 status, ((status & BIT(0)) == 1), max_reads, timeout_us)) {
488 pr_err("%s: hdmi phy status=%x failed to Lock\n",
489 __func__, status);
490 hdmi_pll_disable();
Vikram Mulukutla5d581bd2012-11-30 11:51:41 -0800491 clk_disable(mdss_dsi_ahb_clk);
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700492 return -EINVAL;
493 }
494 pr_debug("%s: hdmi phy is locked\n", __func__);
Vikram Mulukutla5d581bd2012-11-30 11:51:41 -0800495 clk_disable(mdss_dsi_ahb_clk);
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700496
497 hdmi_pll_on = 1;
498
499 return 0;
500} /* hdmi_pll_enable */
501
502int hdmi_pll_set_rate(unsigned long rate)
503{
504 unsigned int set_power_dwn = 0;
505
506 if (hdmi_pll_on) {
507 hdmi_pll_disable();
508 set_power_dwn = 1;
509 }
510
Vikram Mulukutla5d581bd2012-11-30 11:51:41 -0800511 clk_enable(mdss_dsi_ahb_clk);
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700512 pr_debug("%s: rate=%ld\n", __func__, rate);
513 switch (rate) {
514 case 0:
515 /* This case is needed for suspend/resume. */
516 break;
517
518 case 25200000:
519 /* 640x480p60 */
Ujwal Patelc8017652012-11-15 18:03:01 -0800520 REG_W(0x81, hdmi_phy_base + HDMI_PHY_GLB_CFG);
521 REG_W(0x01, hdmi_phy_pll_base + HDMI_UNI_PLL_GLB_CFG);
522 REG_W(0x01, hdmi_phy_pll_base + HDMI_UNI_PLL_REFCLK_CFG);
523 REG_W(0x19, hdmi_phy_pll_base + HDMI_UNI_PLL_VCOLPF_CFG);
524 REG_W(0x0E, hdmi_phy_pll_base + HDMI_UNI_PLL_LPFR_CFG);
525 REG_W(0x20, hdmi_phy_pll_base + HDMI_UNI_PLL_LPFC1_CFG);
526 REG_W(0x0D, hdmi_phy_pll_base + HDMI_UNI_PLL_LPFC2_CFG);
527 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_SDM_CFG0);
528 REG_W(0x52, hdmi_phy_pll_base + HDMI_UNI_PLL_SDM_CFG1);
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700529 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_SDM_CFG2);
Ujwal Patelc8017652012-11-15 18:03:01 -0800530 REG_W(0xB0, hdmi_phy_pll_base + HDMI_UNI_PLL_SDM_CFG3);
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700531 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_SDM_CFG4);
532 REG_W(0x10, hdmi_phy_pll_base + HDMI_UNI_PLL_LKDET_CFG0);
533 REG_W(0x1A, hdmi_phy_pll_base + HDMI_UNI_PLL_LKDET_CFG1);
534 REG_W(0x05, hdmi_phy_pll_base + HDMI_UNI_PLL_LKDET_CFG2);
Ujwal Patelc8017652012-11-15 18:03:01 -0800535 REG_W(0x03, hdmi_phy_pll_base + HDMI_UNI_PLL_POSTDIV1_CFG);
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700536 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_POSTDIV2_CFG);
537 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_POSTDIV3_CFG);
Ujwal Patelc8017652012-11-15 18:03:01 -0800538 REG_W(0x01, hdmi_phy_pll_base + HDMI_UNI_PLL_CAL_CFG2);
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700539 REG_W(0x60, hdmi_phy_pll_base + HDMI_UNI_PLL_CAL_CFG8);
540 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_CAL_CFG9);
Ujwal Patelc8017652012-11-15 18:03:01 -0800541 REG_W(0xF4, hdmi_phy_pll_base + HDMI_UNI_PLL_CAL_CFG10);
542 REG_W(0x02, hdmi_phy_pll_base + HDMI_UNI_PLL_CAL_CFG11);
543 REG_W(0x1F, hdmi_phy_base + HDMI_PHY_PD_CTRL0);
544 udelay(50);
545
546 REG_W(0x0F, hdmi_phy_pll_base + HDMI_UNI_PLL_GLB_CFG);
547 REG_W(0x00, hdmi_phy_base + HDMI_PHY_PD_CTRL1);
548 REG_W(0x10, hdmi_phy_base + HDMI_PHY_ANA_CFG2);
549 REG_W(0xDB, hdmi_phy_base + HDMI_PHY_ANA_CFG0);
550 REG_W(0x43, hdmi_phy_base + HDMI_PHY_ANA_CFG1);
551 REG_W(0x02, hdmi_phy_base + HDMI_PHY_ANA_CFG2);
552 REG_W(0x00, hdmi_phy_base + HDMI_PHY_ANA_CFG3);
553 REG_W(0x04, hdmi_phy_pll_base + HDMI_UNI_PLL_VREG_CFG);
554 REG_W(0xD0, hdmi_phy_base + HDMI_PHY_DCC_CFG0);
555 REG_W(0x1A, hdmi_phy_base + HDMI_PHY_DCC_CFG1);
556 REG_W(0x00, hdmi_phy_base + HDMI_PHY_TXCAL_CFG0);
557 REG_W(0x00, hdmi_phy_base + HDMI_PHY_TXCAL_CFG1);
558 REG_W(0x02, hdmi_phy_base + HDMI_PHY_TXCAL_CFG2);
559 REG_W(0x05, hdmi_phy_base + HDMI_PHY_TXCAL_CFG3);
560 udelay(200);
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700561 break;
562
Ujwal Patele698fae2012-11-29 14:04:33 -0800563 case 27000000:
564 /* 576p50/576i50 case */
565 REG_W(0x81, hdmi_phy_base + HDMI_PHY_GLB_CFG);
566 REG_W(0x01, hdmi_phy_pll_base + HDMI_UNI_PLL_GLB_CFG);
567 REG_W(0x01, hdmi_phy_pll_base + HDMI_UNI_PLL_REFCLK_CFG);
568 REG_W(0x19, hdmi_phy_pll_base + HDMI_UNI_PLL_VCOLPF_CFG);
569 REG_W(0X0E, hdmi_phy_pll_base + HDMI_UNI_PLL_LPFR_CFG);
570 REG_W(0x20, hdmi_phy_pll_base + HDMI_UNI_PLL_LPFC1_CFG);
571 REG_W(0X0D, hdmi_phy_pll_base + HDMI_UNI_PLL_LPFC2_CFG);
572 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_SDM_CFG0);
573 REG_W(0x54, hdmi_phy_pll_base + HDMI_UNI_PLL_SDM_CFG1);
574 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_SDM_CFG2);
575 REG_W(0x18, hdmi_phy_pll_base + HDMI_UNI_PLL_SDM_CFG3);
576 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_SDM_CFG4);
577 REG_W(0x10, hdmi_phy_pll_base + HDMI_UNI_PLL_LKDET_CFG0);
578 REG_W(0X1A, hdmi_phy_pll_base + HDMI_UNI_PLL_LKDET_CFG1);
579 REG_W(0x05, hdmi_phy_pll_base + HDMI_UNI_PLL_LKDET_CFG2);
580 REG_W(0x03, hdmi_phy_pll_base + HDMI_UNI_PLL_POSTDIV1_CFG);
581 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_POSTDIV2_CFG);
582 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_POSTDIV3_CFG);
583 REG_W(0x01, hdmi_phy_pll_base + HDMI_UNI_PLL_CAL_CFG2);
584 REG_W(0x60, hdmi_phy_pll_base + HDMI_UNI_PLL_CAL_CFG8);
585 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_CAL_CFG9);
586 REG_W(0x2a, hdmi_phy_pll_base + HDMI_UNI_PLL_CAL_CFG10);
587 REG_W(0x03, hdmi_phy_pll_base + HDMI_UNI_PLL_CAL_CFG11);
588 REG_W(0X1F, hdmi_phy_base + HDMI_PHY_PD_CTRL0);
589 udelay(50);
590
591 REG_W(0X0F, hdmi_phy_pll_base + HDMI_UNI_PLL_GLB_CFG);
592 REG_W(0x00, hdmi_phy_base + HDMI_PHY_PD_CTRL1);
593 REG_W(0x10, hdmi_phy_base + HDMI_PHY_ANA_CFG2);
594 REG_W(0XDB, hdmi_phy_base + HDMI_PHY_ANA_CFG0);
595 REG_W(0x43, hdmi_phy_base + HDMI_PHY_ANA_CFG1);
596 REG_W(0x02, hdmi_phy_base + HDMI_PHY_ANA_CFG2);
597 REG_W(0x00, hdmi_phy_base + HDMI_PHY_ANA_CFG3);
598 REG_W(0x04, hdmi_phy_pll_base + HDMI_UNI_PLL_VREG_CFG);
599 REG_W(0XD0, hdmi_phy_base + HDMI_PHY_DCC_CFG0);
600 REG_W(0X1A, hdmi_phy_base + HDMI_PHY_DCC_CFG1);
601 REG_W(0x00, hdmi_phy_base + HDMI_PHY_TXCAL_CFG0);
602 REG_W(0x00, hdmi_phy_base + HDMI_PHY_TXCAL_CFG1);
603 REG_W(0x02, hdmi_phy_base + HDMI_PHY_TXCAL_CFG2);
604 REG_W(0x05, hdmi_phy_base + HDMI_PHY_TXCAL_CFG3);
605 udelay(200);
606 break;
607
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700608 case 27030000:
609 /* 480p60/480i60 case */
Ujwal Patelc8017652012-11-15 18:03:01 -0800610 REG_W(0x81, hdmi_phy_base + HDMI_PHY_GLB_CFG);
611 REG_W(0x01, hdmi_phy_pll_base + HDMI_UNI_PLL_GLB_CFG);
612 REG_W(0x01, hdmi_phy_pll_base + HDMI_UNI_PLL_REFCLK_CFG);
613 REG_W(0x19, hdmi_phy_pll_base + HDMI_UNI_PLL_VCOLPF_CFG);
614 REG_W(0x0E, hdmi_phy_pll_base + HDMI_UNI_PLL_LPFR_CFG);
615 REG_W(0x20, hdmi_phy_pll_base + HDMI_UNI_PLL_LPFC1_CFG);
616 REG_W(0x0D, hdmi_phy_pll_base + HDMI_UNI_PLL_LPFC2_CFG);
617 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_SDM_CFG0);
618 REG_W(0x54, hdmi_phy_pll_base + HDMI_UNI_PLL_SDM_CFG1);
619 REG_W(0x66, hdmi_phy_pll_base + HDMI_UNI_PLL_SDM_CFG2);
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700620 REG_W(0x1D, hdmi_phy_pll_base + HDMI_UNI_PLL_SDM_CFG3);
621 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_SDM_CFG4);
622 REG_W(0x10, hdmi_phy_pll_base + HDMI_UNI_PLL_LKDET_CFG0);
623 REG_W(0x1A, hdmi_phy_pll_base + HDMI_UNI_PLL_LKDET_CFG1);
624 REG_W(0x05, hdmi_phy_pll_base + HDMI_UNI_PLL_LKDET_CFG2);
625 REG_W(0x03, hdmi_phy_pll_base + HDMI_UNI_PLL_POSTDIV1_CFG);
626 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_POSTDIV2_CFG);
627 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_POSTDIV3_CFG);
Ujwal Patelc8017652012-11-15 18:03:01 -0800628 REG_W(0x01, hdmi_phy_pll_base + HDMI_UNI_PLL_CAL_CFG2);
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700629 REG_W(0x60, hdmi_phy_pll_base + HDMI_UNI_PLL_CAL_CFG8);
630 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_CAL_CFG9);
631 REG_W(0x2A, hdmi_phy_pll_base + HDMI_UNI_PLL_CAL_CFG10);
632 REG_W(0x03, hdmi_phy_pll_base + HDMI_UNI_PLL_CAL_CFG11);
Ujwal Patelc8017652012-11-15 18:03:01 -0800633 REG_W(0x1F, hdmi_phy_base + HDMI_PHY_PD_CTRL0);
634 udelay(50);
635
636 REG_W(0x0F, hdmi_phy_pll_base + HDMI_UNI_PLL_GLB_CFG);
637 REG_W(0x00, hdmi_phy_base + HDMI_PHY_PD_CTRL1);
638 REG_W(0x10, hdmi_phy_base + HDMI_PHY_ANA_CFG2);
639 REG_W(0xDB, hdmi_phy_base + HDMI_PHY_ANA_CFG0);
640 REG_W(0x43, hdmi_phy_base + HDMI_PHY_ANA_CFG1);
641 REG_W(0x02, hdmi_phy_base + HDMI_PHY_ANA_CFG2);
642 REG_W(0x00, hdmi_phy_base + HDMI_PHY_ANA_CFG3);
643 REG_W(0x04, hdmi_phy_pll_base + HDMI_UNI_PLL_VREG_CFG);
644 REG_W(0xD0, hdmi_phy_base + HDMI_PHY_DCC_CFG0);
645 REG_W(0x1A, hdmi_phy_base + HDMI_PHY_DCC_CFG1);
646 REG_W(0x00, hdmi_phy_base + HDMI_PHY_TXCAL_CFG0);
647 REG_W(0x00, hdmi_phy_base + HDMI_PHY_TXCAL_CFG1);
648 REG_W(0x02, hdmi_phy_base + HDMI_PHY_TXCAL_CFG2);
649 REG_W(0x05, hdmi_phy_base + HDMI_PHY_TXCAL_CFG3);
650 udelay(200);
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700651 break;
652
653 case 74250000:
654 /*
655 * 720p60/720p50/1080i60/1080i50
656 * 1080p24/1080p30/1080p25 case
657 */
Ujwal Patelc8017652012-11-15 18:03:01 -0800658 REG_W(0x81, hdmi_phy_base + HDMI_PHY_GLB_CFG);
659 REG_W(0x01, hdmi_phy_pll_base + HDMI_UNI_PLL_GLB_CFG);
660 REG_W(0x01, hdmi_phy_pll_base + HDMI_UNI_PLL_REFCLK_CFG);
661 REG_W(0x19, hdmi_phy_pll_base + HDMI_UNI_PLL_VCOLPF_CFG);
662 REG_W(0x0E, hdmi_phy_pll_base + HDMI_UNI_PLL_LPFR_CFG);
663 REG_W(0x20, hdmi_phy_pll_base + HDMI_UNI_PLL_LPFC1_CFG);
664 REG_W(0x0D, hdmi_phy_pll_base + HDMI_UNI_PLL_LPFC2_CFG);
665 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_SDM_CFG0);
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700666 REG_W(0x52, hdmi_phy_pll_base + HDMI_UNI_PLL_SDM_CFG1);
Ujwal Patelc8017652012-11-15 18:03:01 -0800667 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_SDM_CFG2);
668 REG_W(0x56, hdmi_phy_pll_base + HDMI_UNI_PLL_SDM_CFG3);
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700669 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_SDM_CFG4);
670 REG_W(0x10, hdmi_phy_pll_base + HDMI_UNI_PLL_LKDET_CFG0);
671 REG_W(0x1A, hdmi_phy_pll_base + HDMI_UNI_PLL_LKDET_CFG1);
672 REG_W(0x05, hdmi_phy_pll_base + HDMI_UNI_PLL_LKDET_CFG2);
Ujwal Patelc8017652012-11-15 18:03:01 -0800673 REG_W(0x01, hdmi_phy_pll_base + HDMI_UNI_PLL_POSTDIV1_CFG);
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700674 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_POSTDIV2_CFG);
675 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_POSTDIV3_CFG);
Ujwal Patelc8017652012-11-15 18:03:01 -0800676 REG_W(0x01, hdmi_phy_pll_base + HDMI_UNI_PLL_CAL_CFG2);
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700677 REG_W(0x60, hdmi_phy_pll_base + HDMI_UNI_PLL_CAL_CFG8);
678 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_CAL_CFG9);
679 REG_W(0xE6, hdmi_phy_pll_base + HDMI_UNI_PLL_CAL_CFG10);
680 REG_W(0x02, hdmi_phy_pll_base + HDMI_UNI_PLL_CAL_CFG11);
Ujwal Patelc8017652012-11-15 18:03:01 -0800681 REG_W(0x1F, hdmi_phy_base + HDMI_PHY_PD_CTRL0);
682 udelay(50);
683
684 REG_W(0x0F, hdmi_phy_pll_base + HDMI_UNI_PLL_GLB_CFG);
685 REG_W(0x00, hdmi_phy_base + HDMI_PHY_PD_CTRL1);
686 REG_W(0x10, hdmi_phy_base + HDMI_PHY_ANA_CFG2);
687 REG_W(0xDB, hdmi_phy_base + HDMI_PHY_ANA_CFG0);
688 REG_W(0x43, hdmi_phy_base + HDMI_PHY_ANA_CFG1);
689 REG_W(0x02, hdmi_phy_base + HDMI_PHY_ANA_CFG2);
690 REG_W(0x00, hdmi_phy_base + HDMI_PHY_ANA_CFG3);
691 REG_W(0x04, hdmi_phy_pll_base + HDMI_UNI_PLL_VREG_CFG);
692 REG_W(0xD0, hdmi_phy_base + HDMI_PHY_DCC_CFG0);
693 REG_W(0x1A, hdmi_phy_base + HDMI_PHY_DCC_CFG1);
694 REG_W(0x00, hdmi_phy_base + HDMI_PHY_TXCAL_CFG0);
695 REG_W(0x00, hdmi_phy_base + HDMI_PHY_TXCAL_CFG1);
696 REG_W(0x02, hdmi_phy_base + HDMI_PHY_TXCAL_CFG2);
697 REG_W(0x05, hdmi_phy_base + HDMI_PHY_TXCAL_CFG3);
698 udelay(200);
699 break;
700
701 case 148500000:
702 REG_W(0x81, hdmi_phy_base + HDMI_PHY_GLB_CFG);
703 REG_W(0x01, hdmi_phy_pll_base + HDMI_UNI_PLL_GLB_CFG);
704 REG_W(0x01, hdmi_phy_pll_base + HDMI_UNI_PLL_REFCLK_CFG);
705 REG_W(0x19, hdmi_phy_pll_base + HDMI_UNI_PLL_VCOLPF_CFG);
706 REG_W(0x0E, hdmi_phy_pll_base + HDMI_UNI_PLL_LPFR_CFG);
707 REG_W(0x20, hdmi_phy_pll_base + HDMI_UNI_PLL_LPFC1_CFG);
708 REG_W(0x0D, hdmi_phy_pll_base + HDMI_UNI_PLL_LPFC2_CFG);
709 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_SDM_CFG0);
710 REG_W(0x52, hdmi_phy_pll_base + HDMI_UNI_PLL_SDM_CFG1);
711 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_SDM_CFG2);
712 REG_W(0x56, hdmi_phy_pll_base + HDMI_UNI_PLL_SDM_CFG3);
713 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_SDM_CFG4);
714 REG_W(0x10, hdmi_phy_pll_base + HDMI_UNI_PLL_LKDET_CFG0);
715 REG_W(0x1A, hdmi_phy_pll_base + HDMI_UNI_PLL_LKDET_CFG1);
716 REG_W(0x05, hdmi_phy_pll_base + HDMI_UNI_PLL_LKDET_CFG2);
717 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_POSTDIV1_CFG);
718 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_POSTDIV2_CFG);
719 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_POSTDIV3_CFG);
720 REG_W(0x01, hdmi_phy_pll_base + HDMI_UNI_PLL_CAL_CFG2);
721 REG_W(0x60, hdmi_phy_pll_base + HDMI_UNI_PLL_CAL_CFG8);
722 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_CAL_CFG9);
723 REG_W(0xE6, hdmi_phy_pll_base + HDMI_UNI_PLL_CAL_CFG10);
724 REG_W(0x02, hdmi_phy_pll_base + HDMI_UNI_PLL_CAL_CFG11);
725 REG_W(0x1F, hdmi_phy_base + HDMI_PHY_PD_CTRL0);
726 udelay(50);
727
728 REG_W(0x0F, hdmi_phy_pll_base + HDMI_UNI_PLL_GLB_CFG);
729 REG_W(0x00, hdmi_phy_base + HDMI_PHY_PD_CTRL1);
730 REG_W(0x10, hdmi_phy_base + HDMI_PHY_ANA_CFG2);
731 REG_W(0xDB, hdmi_phy_base + HDMI_PHY_ANA_CFG0);
732 REG_W(0x43, hdmi_phy_base + HDMI_PHY_ANA_CFG1);
733 REG_W(0x02, hdmi_phy_base + HDMI_PHY_ANA_CFG2);
734 REG_W(0x00, hdmi_phy_base + HDMI_PHY_ANA_CFG3);
735 REG_W(0x04, hdmi_phy_pll_base + HDMI_UNI_PLL_VREG_CFG);
736 REG_W(0xD0, hdmi_phy_base + HDMI_PHY_DCC_CFG0);
737 REG_W(0x1A, hdmi_phy_base + HDMI_PHY_DCC_CFG1);
738 REG_W(0x00, hdmi_phy_base + HDMI_PHY_TXCAL_CFG0);
739 REG_W(0x00, hdmi_phy_base + HDMI_PHY_TXCAL_CFG1);
740 REG_W(0x02, hdmi_phy_base + HDMI_PHY_TXCAL_CFG2);
741 REG_W(0x05, hdmi_phy_base + HDMI_PHY_TXCAL_CFG3);
742 udelay(200);
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700743 break;
744
Ujwal Patele698fae2012-11-29 14:04:33 -0800745 case 268500000:
746 REG_W(0x81, hdmi_phy_base + HDMI_PHY_GLB_CFG);
747 REG_W(0x01, hdmi_phy_pll_base + HDMI_UNI_PLL_GLB_CFG);
748 REG_W(0x01, hdmi_phy_pll_base + HDMI_UNI_PLL_REFCLK_CFG);
749 REG_W(0x19, hdmi_phy_pll_base + HDMI_UNI_PLL_VCOLPF_CFG);
750 REG_W(0x0E, hdmi_phy_pll_base + HDMI_UNI_PLL_LPFR_CFG);
751 REG_W(0x20, hdmi_phy_pll_base + HDMI_UNI_PLL_LPFC1_CFG);
752 REG_W(0x0D, hdmi_phy_pll_base + HDMI_UNI_PLL_LPFC2_CFG);
753 REG_W(0x36, hdmi_phy_pll_base + HDMI_UNI_PLL_SDM_CFG0);
754 REG_W(0x61, hdmi_phy_pll_base + HDMI_UNI_PLL_SDM_CFG1);
755 REG_W(0x01, hdmi_phy_pll_base + HDMI_UNI_PLL_SDM_CFG2);
756 REG_W(0xF6, hdmi_phy_pll_base + HDMI_UNI_PLL_SDM_CFG3);
757 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_SDM_CFG4);
758 REG_W(0x10, hdmi_phy_pll_base + HDMI_UNI_PLL_LKDET_CFG0);
759 REG_W(0x1A, hdmi_phy_pll_base + HDMI_UNI_PLL_LKDET_CFG1);
760 REG_W(0x05, hdmi_phy_pll_base + HDMI_UNI_PLL_LKDET_CFG2);
761 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_POSTDIV1_CFG);
762 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_POSTDIV2_CFG);
763 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_POSTDIV3_CFG);
764 REG_W(0x01, hdmi_phy_pll_base + HDMI_UNI_PLL_CAL_CFG2);
765 REG_W(0x60, hdmi_phy_pll_base + HDMI_UNI_PLL_CAL_CFG8);
766 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_CAL_CFG9);
767 REG_W(0x3E, hdmi_phy_pll_base + HDMI_UNI_PLL_CAL_CFG10);
768 REG_W(0x05, hdmi_phy_pll_base + HDMI_UNI_PLL_CAL_CFG11);
769 REG_W(0x1F, hdmi_phy_base + HDMI_PHY_PD_CTRL0);
770 udelay(50);
771
772 REG_W(0x0F, hdmi_phy_pll_base + HDMI_UNI_PLL_GLB_CFG);
773 REG_W(0x00, hdmi_phy_base + HDMI_PHY_PD_CTRL1);
774 REG_W(0x10, hdmi_phy_base + HDMI_PHY_ANA_CFG2);
775 REG_W(0xDB, hdmi_phy_base + HDMI_PHY_ANA_CFG0);
776 REG_W(0x43, hdmi_phy_base + HDMI_PHY_ANA_CFG1);
777 REG_W(0x05, hdmi_phy_base + HDMI_PHY_ANA_CFG2);
778 REG_W(0x00, hdmi_phy_base + HDMI_PHY_ANA_CFG3);
779 REG_W(0x04, hdmi_phy_pll_base + HDMI_UNI_PLL_VREG_CFG);
780 REG_W(0xD0, hdmi_phy_base + HDMI_PHY_DCC_CFG0);
781 REG_W(0x1A, hdmi_phy_base + HDMI_PHY_DCC_CFG1);
782 REG_W(0x00, hdmi_phy_base + HDMI_PHY_TXCAL_CFG0);
783 REG_W(0x00, hdmi_phy_base + HDMI_PHY_TXCAL_CFG1);
784 REG_W(0x11, hdmi_phy_base + HDMI_PHY_TXCAL_CFG2);
785 REG_W(0x05, hdmi_phy_base + HDMI_PHY_TXCAL_CFG3);
786 udelay(200);
787 break;
788
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700789 case 297000000:
Ujwal Patelc8017652012-11-15 18:03:01 -0800790 REG_W(0x81, hdmi_phy_base + HDMI_PHY_GLB_CFG);
791 REG_W(0x01, hdmi_phy_pll_base + HDMI_UNI_PLL_GLB_CFG);
792 REG_W(0x01, hdmi_phy_pll_base + HDMI_UNI_PLL_REFCLK_CFG);
793 REG_W(0x19, hdmi_phy_pll_base + HDMI_UNI_PLL_VCOLPF_CFG);
794 REG_W(0x0E, hdmi_phy_pll_base + HDMI_UNI_PLL_LPFR_CFG);
795 REG_W(0x20, hdmi_phy_pll_base + HDMI_UNI_PLL_LPFC1_CFG);
796 REG_W(0x0D, hdmi_phy_pll_base + HDMI_UNI_PLL_LPFC2_CFG);
797 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_SDM_CFG0);
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700798 REG_W(0x65, hdmi_phy_pll_base + HDMI_UNI_PLL_SDM_CFG1);
Ujwal Patelc8017652012-11-15 18:03:01 -0800799 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_SDM_CFG2);
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700800 REG_W(0xAC, hdmi_phy_pll_base + HDMI_UNI_PLL_SDM_CFG3);
801 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_SDM_CFG4);
802 REG_W(0x10, hdmi_phy_pll_base + HDMI_UNI_PLL_LKDET_CFG0);
803 REG_W(0x1A, hdmi_phy_pll_base + HDMI_UNI_PLL_LKDET_CFG1);
804 REG_W(0x05, hdmi_phy_pll_base + HDMI_UNI_PLL_LKDET_CFG2);
805 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_POSTDIV1_CFG);
806 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_POSTDIV2_CFG);
807 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_POSTDIV3_CFG);
Ujwal Patelc8017652012-11-15 18:03:01 -0800808 REG_W(0x01, hdmi_phy_pll_base + HDMI_UNI_PLL_CAL_CFG2);
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700809 REG_W(0x60, hdmi_phy_pll_base + HDMI_UNI_PLL_CAL_CFG8);
810 REG_W(0x00, hdmi_phy_pll_base + HDMI_UNI_PLL_CAL_CFG9);
811 REG_W(0xCD, hdmi_phy_pll_base + HDMI_UNI_PLL_CAL_CFG10);
812 REG_W(0x05, hdmi_phy_pll_base + HDMI_UNI_PLL_CAL_CFG11);
Ujwal Patelc8017652012-11-15 18:03:01 -0800813 REG_W(0x1F, hdmi_phy_base + HDMI_PHY_PD_CTRL0);
814 udelay(50);
815
816 REG_W(0x0F, hdmi_phy_pll_base + HDMI_UNI_PLL_GLB_CFG);
817 REG_W(0x00, hdmi_phy_base + HDMI_PHY_PD_CTRL1);
818 REG_W(0x10, hdmi_phy_base + HDMI_PHY_ANA_CFG2);
819 REG_W(0xDB, hdmi_phy_base + HDMI_PHY_ANA_CFG0);
820 REG_W(0x43, hdmi_phy_base + HDMI_PHY_ANA_CFG1);
821 REG_W(0x06, hdmi_phy_base + HDMI_PHY_ANA_CFG2);
822 REG_W(0x03, hdmi_phy_base + HDMI_PHY_ANA_CFG3);
823 REG_W(0x04, hdmi_phy_pll_base + HDMI_UNI_PLL_VREG_CFG);
824 REG_W(0xD0, hdmi_phy_base + HDMI_PHY_DCC_CFG0);
825 REG_W(0x1A, hdmi_phy_base + HDMI_PHY_DCC_CFG1);
826 REG_W(0x00, hdmi_phy_base + HDMI_PHY_TXCAL_CFG0);
827 REG_W(0x00, hdmi_phy_base + HDMI_PHY_TXCAL_CFG1);
828 REG_W(0x02, hdmi_phy_base + HDMI_PHY_TXCAL_CFG2);
829 REG_W(0x05, hdmi_phy_base + HDMI_PHY_TXCAL_CFG3);
830 udelay(200);
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700831 break;
832
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700833 default:
834 pr_err("%s: not supported rate=%ld\n", __func__, rate);
835 }
836
837 /* Make sure writes complete before disabling iface clock */
838 mb();
839
Vikram Mulukutla5d581bd2012-11-30 11:51:41 -0800840 clk_disable(mdss_dsi_ahb_clk);
841
Abhishek Kharbandac1559842012-08-13 18:45:02 -0700842 if (set_power_dwn)
843 hdmi_pll_enable();
844
845 return 0;
846} /* hdmi_pll_set_rate */
847
Chandan Uddaraju09adf322012-08-16 02:55:23 -0700848struct clk_ops clk_ops_dsi_pixel_pll = {
849 .enable = mdss_dsi_pll_enable,
850 .disable = mdss_dsi_pll_disable,
851 .set_rate = mdss_dsi_pll_pixel_set_rate,
852 .round_rate = mdss_dsi_pll_pixel_round_rate,
Siddhartha Agrawal4b0d5a62013-02-25 23:23:41 -0800853 .handoff = mdss_dsi_pll_pixel_handoff,
Chandan Uddaraju09adf322012-08-16 02:55:23 -0700854};
855
856struct clk_ops clk_ops_dsi_byte_pll = {
857 .enable = mdss_dsi_pll_enable,
858 .disable = mdss_dsi_pll_disable,
859 .set_rate = mdss_dsi_pll_byte_set_rate,
860 .round_rate = mdss_dsi_pll_byte_round_rate,
Siddhartha Agrawal4b0d5a62013-02-25 23:23:41 -0800861 .handoff = mdss_dsi_pll_byte_handoff,
Chandan Uddaraju09adf322012-08-16 02:55:23 -0700862};