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

Commit 9ca4fbaa authored by Shiraz Hashim's avatar Shiraz Hashim
Browse files

ARM: dts: msm: Refactor IOT memory map configuration for apq8053



Refactor IOT based targets memory map to a separate file
and include it directly in all apq8053 based IOT targets.

Change-Id: I684f3c5ed750c1672c006df3ae44a82ece119332
Signed-off-by: default avatarShiraz Hashim <shashim@codeaurora.org>
parent e2399b46
Loading
Loading
Loading
Loading
+25 −0
Original line number Original line Diff line number Diff line
/*
 * Copyright (c) 2017, 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.
 */

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

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

&wcnss_fw_mem {
	reg = <0x0 0x89b00000 0x0 0x700000>;
};
+1 −12
Original line number Original line Diff line number Diff line
@@ -15,6 +15,7 @@


#include "apq8053.dtsi"
#include "apq8053.dtsi"
#include "msm-pmi8950.dtsi"
#include "msm-pmi8950.dtsi"
#include "apq8053-iot-memory.dtsi"
#include "msm8953-mtp.dtsi"
#include "msm8953-mtp.dtsi"
#include "msm8953-pmi8950.dtsi"
#include "msm8953-pmi8950.dtsi"
#include "msm8953-camera-sensor-mtp.dtsi"
#include "msm8953-camera-sensor-mtp.dtsi"
@@ -148,18 +149,6 @@
	status = "okay";
	status = "okay";
};
};


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

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

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

&gpio_key_suspend {
&gpio_key_suspend {
	config {
	config {
		/delete-property/ bias-pull-up;
		/delete-property/ bias-pull-up;
+1 −0
Original line number Original line Diff line number Diff line
@@ -16,6 +16,7 @@
#include "apq8053.dtsi"
#include "apq8053.dtsi"
#include "msm-pmi8950.dtsi"
#include "msm-pmi8950.dtsi"
#include "msm8953-mdss-panels.dtsi"
#include "msm8953-mdss-panels.dtsi"
#include "apq8053-iot-memory.dtsi"
#include "msm8953-pmi8950.dtsi"
#include "msm8953-pmi8950.dtsi"
#include "msm8953-ipc.dtsi"
#include "msm8953-ipc.dtsi"