Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0b4ca125 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: Update the PLL settings for Fabia PLLs on ATOLL"

parents a72de98d 459a7755
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -146,6 +146,8 @@ static struct pll_vco fabia_vco[] = {
static const struct alpha_pll_config disp_cc_pll0_config = {
	.l = 0x47,
	.frac = 0xE000,
	.user_ctl_val = 0x00000001,
	.user_ctl_hi_val = 0x00004805,
};

static struct clk_alpha_pll disp_cc_pll0 = {
+3 −0
Original line number Diff line number Diff line
@@ -124,6 +124,7 @@ static const struct alpha_pll_config npu_cc_pll0_config = {
	.config_ctl_hi_val = 0x00002067,
	.user_ctl_val = 0x00000001,
	.user_ctl_hi_val = 0x00004805,
	.test_ctl_hi_val = 0x40000000,
};

static struct clk_alpha_pll npu_cc_pll0 = {
@@ -175,6 +176,7 @@ static const struct alpha_pll_config npu_cc_pll1_config = {
	.config_ctl_hi_val = 0x00002067,
	.user_ctl_val = 0x00000001,
	.user_ctl_hi_val = 0x00004805,
	.test_ctl_hi_val = 0x40000000,
};

static struct clk_alpha_pll npu_cc_pll1 = {
@@ -226,6 +228,7 @@ static const struct alpha_pll_config npu_q6ss_pll_config = {
	.config_ctl_hi_val = 0x00002067,
	.user_ctl_val = 0x00000001,
	.user_ctl_hi_val = 0x00004805,
	.test_ctl_hi_val = 0x40000000,
};

static struct clk_alpha_pll npu_q6ss_pll = {