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

Commit 209cefce authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: dispcc-sdm845: Update the clock flags for the byte div clocks" into msm-4.9

parents 245d61b5 638c12eb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -546,7 +546,7 @@ static struct clk_regmap_div disp_cc_mdss_byte0_div_clk_src = {
				"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_regmap_div_ops,
		},
	},
@@ -599,7 +599,7 @@ static struct clk_regmap_div disp_cc_mdss_byte1_div_clk_src = {
				"disp_cc_mdss_byte1_clk_src",
			},
			.num_parents = 1,
			.flags = CLK_SET_RATE_PARENT | CLK_GET_RATE_NOCACHE,
			.flags = CLK_GET_RATE_NOCACHE,
			.ops = &clk_regmap_div_ops,
		},
	},