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

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

Merge "clk: qcom: gcc-lahaina: Keep ice core memory retained across gdsc collapse"

parents f864ac15 2e48345a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -4487,6 +4487,10 @@ static int gcc_lahaina_probe(struct platform_device *pdev)
	if (ret)
		return ret;

	/* FORCE_MEM_CORE_ON for ufs phy ice core clocks */
	regmap_update_bits(regmap, gcc_ufs_phy_ice_core_clk.halt_reg,
				BIT(14), BIT(14));

	ret = qcom_cc_really_probe(pdev, &gcc_lahaina_desc, regmap);
	if (ret) {
		dev_err(&pdev->dev, "Failed to register GCC clocks\n");