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

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

Merge "msm: clock-krypton: Vote for MSS_GPLL0_SRC"

parents ef2f20ba ba8d5ef1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2190,6 +2190,10 @@ static void __init reg_init(void)
	regval = readl_relaxed(GCC_REG_BASE(APCS_GPLL_ENA_VOTE));
	regval |= BIT(0);
	writel_relaxed(regval, GCC_REG_BASE(APCS_GPLL_ENA_VOTE));

	regval = readl_relaxed(GCC_REG_BASE(APCS_CLOCK_BRANCH_ENA_VOTE));
	regval |= BIT(26);
	writel_relaxed(regval, GCC_REG_BASE(APCS_CLOCK_BRANCH_ENA_VOTE));
}

static void __init msmkrypton_clock_post_init(void)