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

Commit 9e9f808e authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: qcs405: Always keep pcnoc usb2/3 clocks ON"

parents 80c66b3f e4290799
Loading
Loading
Loading
Loading
+2 −10
Original line number Diff line number Diff line
@@ -2335,11 +2335,7 @@ static struct clk_branch gcc_pcnoc_usb2_clk = {
		.enable_mask = BIT(0),
		.hw.init = &(struct clk_init_data){
			.name = "gcc_pcnoc_usb2_clk",
			.parent_names = (const char *[]){
				"usb_hs_system_clk_src",
			},
			.num_parents = 1,
			.flags = CLK_SET_RATE_PARENT,
			.flags = CLK_IS_CRITICAL,
			.ops = &clk_branch2_ops,
		},
	},
@@ -2353,11 +2349,7 @@ static struct clk_branch gcc_pcnoc_usb3_clk = {
		.enable_mask = BIT(0),
		.hw.init = &(struct clk_init_data){
			.name = "gcc_pcnoc_usb3_clk",
			.parent_names = (const char *[]){
				"usb30_master_clk_src",
			},
			.num_parents = 1,
			.flags = CLK_SET_RATE_PARENT,
			.flags = CLK_IS_CRITICAL,
			.ops = &clk_branch2_ops,
		},
	},