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

Commit 6f43606b 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: Update CMA regions for apq8017 LE variant"

parents e4e578d6 34104579
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -130,3 +130,23 @@
};

/delete-node/ &cont_splash_mem;

&modem_mem {
	reg = <0x0 0x86800000 0x0 0x1e00000>;
};

&adsp_fw_mem {
	reg = <0x0 0x88600000 0x0 0x1100000>;
};

&wcnss_fw_mem {
	reg = <0x0 0x89700000 0x0 0x700000>;
};

&other_ext_mem {
	reg = <0x0 0x84f00000 0x0 0x1900000>;
};

&qcom_seecom {
	reg = <0x84f00000 0x1400000>;
};
+20 −0
Original line number Diff line number Diff line
@@ -119,3 +119,23 @@
&dsi_adv7533_1080p {
	qcom,panel-supply-entries = <&dsi_panel_pwr_supply>;
};

&modem_mem {
	reg = <0x0 0x86800000 0x0 0x1e00000>;
};

&adsp_fw_mem {
	reg = <0x0 0x88600000 0x0 0x1100000>;
};

&wcnss_fw_mem {
	reg = <0x0 0x89700000 0x0 0x700000>;
};

&other_ext_mem {
	reg = <0x0 0x84f00000 0x0 0x1900000>;
};

&qcom_seecom {
	reg = <0x84f00000 0x1400000>;
};
+0 −20
Original line number Diff line number Diff line
@@ -75,23 +75,3 @@
		bias-pull-down; /* pull down */
	};
};

&modem_mem {
	reg = <0x0 0x86800000 0x0 0x1e00000>;
};

&adsp_fw_mem {
	reg = <0x0 0x88600000 0x0 0x1100000>;
};

&wcnss_fw_mem {
	reg = <0x0 0x89700000 0x0 0x700000>;
};

&other_ext_mem {
	reg = <0x0 0x84f00000 0x0 0x1900000>;
};

&qcom_seecom {
	reg = <0x84f00000 0x1400000>;
};