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

Commit d1ba0190 authored by Sanjay Dwivedi's avatar Sanjay Dwivedi Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update mpss_adsp carved memory for sa515m platform



New memory map is proposed for mapping 248 MB of memory to MPSS.

Change-Id: I78daef916ce6f9aeb04560eab0ca889aa4a46a82
Signed-off-by: default avatarSanjay Dwivedi <sanjaykd@codeaurora.org>
parent 8b2e3ee1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -80,6 +80,10 @@
	};
};

&mpss_adsp_mem {
	reg = <0x90800000 0xf800000>;
};

/* delete pm8150b nodes */
&thermal_zones {
	/delete-node/ pm8150b-wp-therm;
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2019, The Linux Foundation. All rights reserved.
/* Copyright (c) 2019-2020, 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
@@ -13,7 +13,7 @@
#include "sdxprairie.dtsi"

&mpss_adsp_mem {
	reg = <0x90800000 0xdc00000>;
	reg = <0x90800000 0xf800000>;
};

&pil_modem {
+4 −0
Original line number Diff line number Diff line
@@ -13,6 +13,10 @@
#include "sdxprairie-v2.dtsi"
#include "sdxprairie-mtp.dtsi"

&mpss_adsp_mem {
	reg = <0x90800000 0xf800000>;
};

/* delete pm8150b nodes */
&thermal_zones {
	/delete-node/ pm8150b-wp-therm;