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

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

Merge "ARM: dts: msm: update cpu core frequencies for qcs405 target"

parents 600b4ecb 75057842
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -20,6 +20,19 @@
};

&soc {
	/delete-node/ qcom,msm-cpufreq;

	msm_cpufreq: qcom,msm-cpufreq {
		compatible = "qcom,msm-cpufreq";
		clock-names = "cpu0_clk";
		clocks = <&clock_cpu APCS_MUX_CLK>;

		qcom,cpufreq-table =
			 < 1113600 >,
			 < 1267200 >,
			 < 1401600 >;
	};

	/delete-node/ qcom,cpu0-computemon;

	cpu0_computemon: qcom,cpu0-computemon {
+2 −4
Original line number Diff line number Diff line
@@ -1144,8 +1144,7 @@

		qcom,cpufreq-table =
			 < 1113600 >,
			 < 1267200 >,
			 < 1401600 >;
			 < 1267200 >;
	};

	ddr_bw_opp_table: ddr-bw-opp-table {
@@ -1186,8 +1185,7 @@
		qcom,target-dev = <&cpu0_cpu_ddr_latfloor>;
		qcom,core-dev-table =
			< 1113600 MHZ_TO_MBPS( 297, 4) >,
			< 1267200 MHZ_TO_MBPS( 597, 4) >,
			< 1401600 MHZ_TO_MBPS( 710, 4) >;
			< 1267200 MHZ_TO_MBPS( 597, 4) >;
	};

	bluetooth: bt_wcn3990 {