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

Commit e33bf9bb authored by Vinayak Menon's avatar Vinayak Menon Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Memory map changes for APQ8009



Separate out the memory map for apq8009 to a dtsi and
change the peripheral memory region size to 7MB.

Change-Id: Id56d3da51fb6cfcf3be98f63c1ad2675e2af0589
Signed-off-by: default avatarVinayak Menon <vinmenon@codeaurora.org>
parent de631022
Loading
Loading
Loading
Loading
+1 −8
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
#include "msm8909-pm8916.dtsi"
#include "msm8909-pm8916-mtp.dtsi"
#include "apq8009-audio-external_codec.dtsi"
#include "apq8009-memory.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. APQ8009 WCD9326 512MB Ref Board";
@@ -51,11 +52,3 @@
		};
	};
};

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

&peripheral_mem {
	reg = <0x0 0x89e00000 0x0 0x0500000>;
};
+24 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2016, 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
 * only version 2 as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

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

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

&peripheral_mem {
	reg = <0x0 0x89e00000 0x0 0x0700000>;
};
+1 −8
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
#include "msm8909-pm8916.dtsi"
#include "msm8909-pm8916-mtp.dtsi"
#include "apq8009-audio-external_codec.dtsi"
#include "apq8009-memory.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. APQ8009 WCD9326 Reference Board";
@@ -51,11 +52,3 @@
		};
	};
};

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

&peripheral_mem {
	reg = <0x0 0x89e00000 0x0 0x0500000>;
};
+1 −9
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
#include "msm8909-pm8916.dtsi"
#include "msm8909-pm8916-mtp.dtsi"
#include "apq8009-audio-external_codec.dtsi"
#include "apq8009w-memory.dtsi"
#include "apq8009-memory.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. APQ8009 WCD9326 MTP";
@@ -25,11 +25,3 @@
	qcom,msm-id = <265 0>;
	qcom,board-id= <8 0x105>;
};

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

&peripheral_mem {
	reg = <0x0 0x89e00000 0x0 0x0500000>;
};