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

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

Merge "clk: qcom: clk-cpu-osm: Add additional check for SDMSHRIKE" into msm-4.14

parents c3bc18cc 6ce975d0
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -1073,12 +1073,14 @@ static int clk_cpu_osm_driver_probe(struct platform_device *pdev)
		return rc;
	}

	if (!is_sdmshrike) {
		rc = clk_osm_read_lut(pdev, &perfpcl_clk);
		if (rc) {
			dev_err(&pdev->dev, "Unable to read OSM LUT for perf plus cluster, rc=%d\n",
				rc);
			return rc;
		}
	}

	spin_lock_init(&l3_clk.lock);
	spin_lock_init(&pwrcl_clk.lock);