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

Commit 79cb3360 authored by Vijayanand Jitta's avatar Vijayanand Jitta
Browse files

ARM: dts: msm: Reduce modem carveout size for apq8053



Reduce modem carveout size from 30 MB to 24 MB due to
modem optimizations for apq8053.

Change-Id: Ifdd10ed187fb2ec3fc88a198ee8f7e5aa5732a61
Signed-off-by: default avatarVijayanand Jitta <vjitta@codeaurora.org>
parent 68326ea5
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
/*
 * Copyright (c) 2017, The Linux Foundation. All rights reserved.
 * Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -12,14 +12,14 @@
 */

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

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

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