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

Commit 71d1270c authored by Swetha Chikkaboraiah's avatar Swetha Chikkaboraiah Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: update cpufreq table for SDM439

Update cpufreq table base on the speed-bin supported.

Change-Id: I61decdc0ac0191d52d5fdd8a9eb1f3dd8071e232
parent 7e74e617
Loading
Loading
Loading
Loading
+5 −17
Original line number Diff line number Diff line
@@ -884,20 +884,10 @@

	msm_cpufreq: qcom,msm-cpufreq {
		compatible = "qcom,msm-cpufreq";
		clock-names = "l2_clk", "cpu0_clk", "cpu1_clk", "cpu2_clk",
				"cpu3_clk", "cpu4_clk", "cpu5_clk",
				"cpu6_clk", "cpu7_clk";
		/* TODO
		 *clocks = <&clock_cpu clk_cci_clk>,
		 * <&clock_cpu clk_a53_bc_clk>,
		 * <&clock_cpu clk_a53_bc_clk>,
		 * <&clock_cpu clk_a53_bc_clk>,
		 * <&clock_cpu clk_a53_bc_clk>,
		 * <&clock_cpu clk_a53_lc_clk>,
		 * <&clock_cpu clk_a53_lc_clk>,
		 * <&clock_cpu clk_a53_lc_clk>,
		 * <&clock_cpu clk_a53_lc_clki>;
		 */
		clocks = <&apsscc APCS_MUX_CCI_CLK>,
			<&apsscc APCS_MUX_C1_CLK>,
			<&apsscc APCS_MUX_C0_CLK>;
		clock-names = "l2_clk", "cpu0_clk", "cpu4_clk";

		qcom,governor-per-policy;

@@ -921,9 +911,7 @@
	cci_cache: qcom,cci {
		compatible = "devfreq-simple-dev";
		clock-names = "devfreq_clk";
		/* TODO
		 * clocks = <&clock_cpu clk_cci_clk/>;
		 */
		clocks = <&apsscc APCS_MUX_CCI_CLK>;
		governor = "performance";
		freq-tbl-khz =
			<  400000 >,
+3 −7
Original line number Diff line number Diff line
@@ -40,13 +40,9 @@
	/delete-node/ qcom,msm-cpufreq;
	msm_cpufreq: qcom,msm-cpufreq {
		compatible = "qcom,msm-cpufreq";
		clock-names =
			"l2_clk",
			"cpu0_clk";
		/* TODO
		 * clocks = <&clock_cpu clk_cci_clk>,
		 * <&clock_cpu clk_a53_bc_clk>;
		 */
		clocks = <&apsscc APCS_MUX_CCI_CLK>,
			 <&apsscc APCS_MUX_C1_CLK>;
		clock-names = "l2_clk", "cpu0_clk";

		qcom,governor-per-policy;

+6 −12
Original line number Diff line number Diff line
@@ -36,15 +36,11 @@
	/delete-node/ qcom,msm-cpufreq;
	msm_cpufreq: qcom,msm-cpufreq {
		compatible = "qcom,msm-cpufreq";
		clock-names =
			"l2_clk",
			"cpu0_clk",
			"cpu4_clk";
		/* TODO
		 * clocks = <&clock_cpu clk_cci_clk>,
		 * <&clock_cpu clk_a53_bc_clk>,
		 * <&clock_cpu clk_a53_lc_clk>;
		 */

		clocks = <&apsscc APCS_MUX_CCI_CLK>,
			<&apsscc APCS_MUX_C1_CLK>,
			<&apsscc APCS_MUX_C0_CLK>;
		clock-names = "l2_clk", "cpu0_clk", "cpu4_clk";

		qcom,governor-per-policy;

@@ -115,9 +111,7 @@
	cci_cache: qcom,cci {
		compatible = "devfreq-simple-dev";
		clock-names = "devfreq_clk";
		/* TODO
		 * clocks = <&clock_cpu clk_cci_clk>;
		 */
		clocks = <&apsscc APCS_MUX_CCI_CLK>;
		governor = "performance";
		freq-tbl-khz =
			<  400000 >,