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

Commit bb422e13 authored by Sandeep Panda's avatar Sandeep Panda
Browse files

clk: qcom: update dsi 14nm PLL clock names



This change updates the name strings for various
DSI 14nm PLL clocks, so that it can work with
corresponding upstream clock driver.

Change-Id: I8a3c7549ccb13b88ba301a7a72411f4d32817b66
Signed-off-by: default avatarSandeep Panda <spanda@codeaurora.org>
parent 6148ddd3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -472,7 +472,7 @@ static struct clk_branch disp_cc_mdss_byte0_intf_clk = {
				"disp_cc_mdss_byte0_clk_src",
			},
			.num_parents = 1,
			.flags = CLK_SET_RATE_PARENT | CLK_GET_RATE_NOCACHE,
			.flags = CLK_GET_RATE_NOCACHE,
			.ops = &clk_branch2_ops,
		},
	},
+6 −6
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ static struct dsi_pll_vco_clk dsi0pll_vco_clk = {
	.pll_enable_seqs[0] = dsi_pll_enable_seq_14nm,
	.hw.init = &(struct clk_init_data){
			.name = "dsi0pll_vco_clk_14nm",
			.parent_names = (const char *[]){ "xo_board" },
			.parent_names = (const char *[]){ "bi_tcxo" },
			.num_parents = 1,
			.ops = &clk_ops_dsi_vco,
		},
@@ -90,7 +90,7 @@ static struct dsi_pll_vco_clk dsi0pll_shadow_vco_clk = {
	.max_rate = 2600000000u,
	.hw.init = &(struct clk_init_data){
			.name = "dsi0pll_shadow_vco_clk_14nm",
			.parent_names = (const char *[]){ "xo_board" },
			.parent_names = (const char *[]){ "bi_tcxo" },
			.num_parents = 1,
			.ops = &clk_ops_shadow_dsi_vco,
		},
@@ -104,7 +104,7 @@ static struct dsi_pll_vco_clk dsi1pll_vco_clk = {
	.pll_enable_seqs[0] = dsi_pll_enable_seq_14nm,
	.hw.init = &(struct clk_init_data){
			.name = "dsi1pll_vco_clk_14nm",
			.parent_names = (const char *[]){ "xo_board" },
			.parent_names = (const char *[]){ "bi_tcxo" },
			.num_parents = 1,
			.ops = &clk_ops_dsi_vco,
		},
@@ -118,7 +118,7 @@ static struct dsi_pll_vco_clk dsi1pll_shadow_vco_clk = {
	.pll_enable_seqs[0] = dsi_pll_enable_seq_14nm,
	.hw.init = &(struct clk_init_data){
			.name = "dsi1pll_shadow_vco_clk_14nm",
			.parent_names = (const char *[]){ "xo_board" },
			.parent_names = (const char *[]){ "bi_tcxo" },
			.num_parents = 1,
			.ops = &clk_ops_shadow_dsi_vco,
		},
@@ -319,7 +319,7 @@ static struct clk_regmap_mux dsi0pll_pixel_clk_mux = {

	.clkr = {
		.hw.init = &(struct clk_init_data){
			.name = "dsi0pll_pixel_clk_mux",
			.name = "dsi0_phy_pll_out_dsiclk",
			.parent_names =
				(const char *[]){ "dsi0pll_pixel_clk_src",
					"dsi0pll_shadow_pixel_clk_src"},
@@ -409,7 +409,7 @@ static struct clk_regmap_mux dsi0pll_byte_clk_mux = {

	.clkr = {
		.hw.init = &(struct clk_init_data){
			.name = "dsi0pll_byte_clk_mux",
			.name = "dsi0_phy_pll_out_byteclk",
			.parent_names =
				(const char *[]){"dsi0pll_byte_clk_src",
					"dsi0pll_shadow_byte_clk_src"},
+1 −0
Original line number Diff line number Diff line
@@ -408,6 +408,7 @@ static const struct of_device_id mdss_pll_dt_match[] = {
	{.compatible = "qcom,mdss_dsi_pll_7nm"},
	{.compatible = "qcom,mdss_dp_pll_7nm"},
	{.compatible = "qcom,mdss_dsi_pll_28lpm"},
	{.compatible = "qcom,mdss_dsi_pll_14nm"},
	{}
};