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

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

Merge "drivers: clk: qcom: Modify width to overcome out of bounds errors" into msm-4.9

parents 8d999a9f 45aef0b9
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -1241,7 +1241,7 @@ static struct clk_regmap_div dsi1pll_post_bit_div = {

static struct clk_regmap_mux dsi0pll_byteclk_mux = {
	.shift = 0,
	.width = 0,
	.width = 1,
	.clkr = {
		.hw.init = &(struct clk_init_data){
			.name = "dsi0_phy_pll_out_byteclk",
@@ -1255,7 +1255,7 @@ static struct clk_regmap_mux dsi0pll_byteclk_mux = {

static struct clk_regmap_mux dsi1pll_byteclk_mux = {
	.shift = 0,
	.width = 0,
	.width = 1,
	.clkr = {
		.hw.init = &(struct clk_init_data){
			.name = "dsi1_phy_pll_out_byteclk",
@@ -1269,7 +1269,7 @@ static struct clk_regmap_mux dsi1pll_byteclk_mux = {

static struct clk_regmap_mux dsi0pll_pclk_src_mux = {
	.shift = 0,
	.width = 0,
	.width = 1,
	.clkr = {
		.hw.init = &(struct clk_init_data){
			.name = "dsi0pll_pclk_src_mux",
@@ -1284,7 +1284,7 @@ static struct clk_regmap_mux dsi0pll_pclk_src_mux = {

static struct clk_regmap_mux dsi1pll_pclk_src_mux = {
	.shift = 0,
	.width = 0,
	.width = 1,
	.clkr = {
		.hw.init = &(struct clk_init_data){
			.name = "dsi1pll_pclk_src_mux",
@@ -1329,7 +1329,7 @@ static struct clk_regmap_div dsi1pll_pclk_src = {

static struct clk_regmap_mux dsi0pll_pclk_mux = {
	.shift = 0,
	.width = 0,
	.width = 1,
	.clkr = {
		.hw.init = &(struct clk_init_data){
			.name = "dsi0_phy_pll_out_dsiclk",
@@ -1343,7 +1343,7 @@ static struct clk_regmap_mux dsi0pll_pclk_mux = {

static struct clk_regmap_mux dsi1pll_pclk_mux = {
	.shift = 0,
	.width = 0,
	.width = 1,
	.clkr = {
		.hw.init = &(struct clk_init_data){
			.name = "dsi1_phy_pll_out_dsiclk",