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

Commit f127cf93 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: decrease modem region size on apq8017"

parents 61d51808 73449784
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -132,15 +132,15 @@
/delete-node/ &cont_splash_mem;

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

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

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

&other_ext_mem {
+12 −0
Original line number Diff line number Diff line
@@ -80,6 +80,18 @@
	};
};

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

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

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

&secure_mem {
	status = "disabled";
};
+3 −3
Original line number Diff line number Diff line
@@ -121,15 +121,15 @@
};

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

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

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

&other_ext_mem {