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

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

Merge "clk: msm: clock: Register the mnoc_maxi_clk after the vmem_maxi_clk"

parents 04326fd5 56a1dc17
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2627,7 +2627,6 @@ static struct clk_lookup msm_clocks_mmss_cobalt[] = {
	CLK_LIST(mmss_misc_ahb_clk),
	CLK_LIST(mmss_misc_cxo_clk),
	CLK_LIST(mmss_mnoc_ahb_clk),
	CLK_LIST(mmss_mnoc_maxi_clk),
	CLK_LIST(mmss_video_subcore0_clk),
	CLK_LIST(mmss_video_subcore1_clk),
	CLK_LIST(mmss_video_ahb_clk),
@@ -2636,6 +2635,7 @@ static struct clk_lookup msm_clocks_mmss_cobalt[] = {
	CLK_LIST(mmss_video_maxi_clk),
	CLK_LIST(mmss_vmem_ahb_clk),
	CLK_LIST(mmss_vmem_maxi_clk),
	CLK_LIST(mmss_mnoc_maxi_clk),
	CLK_LIST(mmss_debug_mux),
};