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

Commit 3ba50f39 authored by jiangjia's avatar jiangjia Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Increase TZ apps region to 2MB for msm8909w



Change the start address of TZ apps region and increase
the size to 2 MB.

Change-Id: I8731d3a4b7a80f06596dfffe6ed89737eb6310e2
Signed-off-by: default avatarJiangjiang Shen <jiangjia@codeaurora.org>
parent df2063e5
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -121,11 +121,15 @@
};

&qcom_seecom {
	reg = <0x87b00000 0x100000>;
	reg = <0x87a00000 0x200000>;
	reg-names = "secapp-region";
	status = "okay";
};

&external_image_mem {
	reg = <0x0 0x87a00000 0x0 0x0600000>;
};

&modem_adsp_mem {
	reg = <0x0 0x88000000 0x0 0x05600000>;
};
+5 −1
Original line number Diff line number Diff line
@@ -162,11 +162,15 @@
};

&qcom_seecom {
	reg = <0x87b00000 0x100000>;
	reg = <0x87a00000 0x200000>;
	reg-names = "secapp-region";
	status = "okay";
};

&external_image_mem {
	reg = <0x0 0x87a00000 0x0 0x0600000>;
};

&modem_adsp_mem {
	reg = <0x0 0x88000000 0x0 0x05600000>;
};