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

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

Merge "clk: qcom: gcc-lahaina: Keep gcc_ddrss_gpu_axi_clk always on"

parents 13bc62c8 7fc69929
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2095,7 +2095,7 @@ static struct clk_branch gcc_ddrss_gpu_axi_clk = {
		.enable_mask = BIT(0),
		.hw.init = &(struct clk_init_data){
			.name = "gcc_ddrss_gpu_axi_clk",
			.ops = &clk_branch2_ops,
			.ops = &clk_branch2_aon_ops,
		},
	},
};