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

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

Merge "ARM: dts: msm: Correct the MSM8996V3 cpu clock device tree"

parents 5bbe322c 1472dfc5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -259,7 +259,7 @@
};

&clock_cpu {
		qcom,compatible = "cpu-clock-8996-v3";
		compatible = "qcom,cpu-clock-8996-v3";
		/* Nominal FMAXes only until characterization completes. */
		qcom,pwrcl-speedbin0-v0 =
			<          0  0 >,
+6 −5
Original line number Diff line number Diff line
@@ -1265,15 +1265,16 @@ int __init cpu_clock_8996_early_init(void)
	u32 regval;
	struct device_node *ofnode;

	ofnode = of_find_compatible_node(NULL, NULL,
					 "qcom,cpu-clock-8996");
	if (!ofnode)
		return 0;

	ofnode = of_find_compatible_node(NULL, NULL,
					 "qcom,cpu-clock-8996-v3");
	if (ofnode)
		cpu_clocks_v3 = true;
	else {
		ofnode = of_find_compatible_node(NULL, NULL,
					 "qcom,cpu-clock-8996");
		if (!ofnode)
			return 0;
	}

	pr_info("clock-cpu-8996: configuring clocks for the perf cluster\n");