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

Commit fe0cdfac authored by Swetha Chikkaboraiah's avatar Swetha Chikkaboraiah
Browse files

ARM: dts: msm: Update opp table

Fix compilation error with resepct to opp table
for MSM8937 and SDM439.

Change-Id: I10b3891a65d7aa9c5431b8e1c4b392462b309386
parent f21f049c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -925,7 +925,7 @@
			<  533333 >;
	};

	ddr_bw_opp_table: generic-bw-opp-table {
	ddr_bw_opp_table: ddr-bw-opp-table {
		compatible = "operating-points-v2";
		BW_OPP_ENTRY( 100, 8); /*  769 MB/s */
		BW_OPP_ENTRY( 211, 8); /* 1611 MB/s */
+4 −4
Original line number Diff line number Diff line
@@ -65,8 +65,8 @@
			 < 1459200 >;
	};

	/delete-node/ generic-bw-opp-table;
	 generic_bw_opp_table: generic-bw-opp-table {
	/delete-node/ ddr-bw-opp-table;
	 ddr_bw_opp_table: ddr-bw-opp-table {
		compatible = "operating-points-v2";
		BW_OPP_ENTRY( 101, 8); /*  769 MB/s */
		BW_OPP_ENTRY( 211, 8); /* 1611 MB/s */
@@ -88,7 +88,7 @@
		qcom,src-dst-ports =
			<MSM_BUS_MASTER_AMPSS_M0 MSM_BUS_SLAVE_EBI_CH0>;
		qcom,active-only;
		operating-points-v2 = <&generic_bw_opp_table>;
		operating-points-v2 = <&ddr_bw_opp_table>;
	};

	/delete-node/ qcom,cpu0-cpu-ddr-latfloor;
@@ -98,7 +98,7 @@
		qcom,src-dst-ports =
			<MSM_BUS_MASTER_AMPSS_M0 MSM_BUS_SLAVE_EBI_CH0>;
		qcom,active-only;
		operating-points-v2 = <&generic_bw_opp_table>;
		operating-points-v2 = <&ddr_bw_opp_table>;
	};

	/delete-node/ qcom,cci;