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

Commit 1d5e638f authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 69ae187b d1ba0190
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;