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

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

Merge "clk: qcom: Fix compilation issue in NPUCC clock driver"

parents da1bc76d 1c8a2f31
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -596,6 +596,7 @@ static int enable_npu_crc(struct regmap *regmap, struct regulator *npu_gdsc)
static int npu_cc_sdmmagpie_probe(struct platform_device *pdev)
{
	struct regmap *regmap;
	struct regulator *npu_gdsc;
	int ret = 0;

	vdd_cx.regulator[0] = devm_regulator_get(&pdev->dev, "vdd_cx");