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

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

Merge "clk: qcom: gcc: Fix num_parent count for gcc_usb3 clk init data"

parents 5c4ea151 8d32c33e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -237,7 +237,7 @@ static struct clk_regmap_mux gcc_usb3_prim_phy_pipe_clk_src = {
		.hw.init = &(struct clk_init_data){
			.name = "gcc_usb3_prim_phy_pipe_clk_src",
			.parent_data = gcc_parent_data_5,
			.num_parents = 4,
			.num_parents = 3,
			.ops = &clk_regmap_mux_closest_ops,
		},
	},
@@ -269,7 +269,7 @@ static struct clk_regmap_mux gcc_usb3_sec_phy_pipe_clk_src = {
		.hw.init = &(struct clk_init_data){
			.name = "gcc_usb3_sec_phy_pipe_clk_src",
			.parent_data = gcc_parent_data_6,
			.num_parents = 4,
			.num_parents = 3,
			.ops = &clk_regmap_mux_closest_ops,
		},
	},