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

Commit d5298a0a authored by Susheel Khiani's avatar Susheel Khiani
Browse files

ARM: dts: msm: Reduce WCNSS carveout to 5MB for msm8909 512MB devices



WCNSS image size has been optimized for 512MB
devices and now needs only 5MB carveout instead of
6MB as previously required.

Change-Id: I10f8fcdb6f8e84a4bf67254891b34dc2a80116e3
Signed-off-by: default avatarSusheel Khiani <skhiani@codeaurora.org>
parent 6d7d069f
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
/*
/*
 * Copyright (c) 2014, The Linux Foundation. All rights reserved.
 * Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * 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
 * it under the terms of the GNU General Public License version 2 and
@@ -17,6 +17,7 @@
#include "msm8909-camera-sensor-cdp.dtsi"
#include "msm8909-camera-sensor-cdp.dtsi"
#include "msm8909-pm8909.dtsi"
#include "msm8909-pm8909.dtsi"
#include "msm8909-pm8909-mtp.dtsi"
#include "msm8909-pm8909-mtp.dtsi"
#include "msm8909-memory.dtsi"


/ {
/ {
	model = "Qualcomm Technologies, Inc. MSM8909-PM8909 SMB1360 512MB MTP";
	model = "Qualcomm Technologies, Inc. MSM8909-PM8909 SMB1360 512MB MTP";
+2 −1
Original line number Original line Diff line number Diff line
/* Copyright (c) 2014, The Linux Foundation. All rights reserved.
/* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * 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
 * it under the terms of the GNU General Public License version 2 and
@@ -15,6 +15,7 @@
#include "msm8909-cdp.dtsi"
#include "msm8909-cdp.dtsi"
#include "msm8909-pm8909.dtsi"
#include "msm8909-pm8909.dtsi"
#include "msm8909-pm8909-cdp.dtsi"
#include "msm8909-pm8909-cdp.dtsi"
#include "msm8909-memory.dtsi"


/ {
/ {
	model = "Qualcomm Technologies, Inc. MSM8909-PM8909 CDP";
	model = "Qualcomm Technologies, Inc. MSM8909-PM8909 CDP";
+27 −0
Original line number Original line Diff line number Diff line
/*
 * Copyright (c) 2014-2015, 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.
 */

#include "skeleton64.dtsi"

/{
	memory {
		peripheral_mem {
			linux,reserve-contiguous-region;
			linux,reserve-region;
			linux,remove-completely;
			reg = <0x0 0x8d500000 0x0 0x0500000>;
			label = "peripheral_mem";
		};
	};
};
+3 −1
Original line number Original line Diff line number Diff line
/* Copyright (c) 2014, The Linux Foundation. All rights reserved.
/* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * 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
 * it under the terms of the GNU General Public License version 2 and
@@ -15,6 +15,8 @@
#include "msm8909-mtp.dtsi"
#include "msm8909-mtp.dtsi"
#include "msm8909-pm8909.dtsi"
#include "msm8909-pm8909.dtsi"
#include "msm8909-pm8909-mtp.dtsi"
#include "msm8909-pm8909-mtp.dtsi"
#include "msm8909-memory.dtsi"

/ {
/ {
	model = "Qualcomm Technologies, Inc. MSM8909-PM8909 MTP";
	model = "Qualcomm Technologies, Inc. MSM8909-PM8909 MTP";
	compatible = "qcom,msm8909-mtp", "qcom,msm8909", "qcom,mtp";
	compatible = "qcom,msm8909-mtp", "qcom,msm8909", "qcom,mtp";
+1 −0
Original line number Original line Diff line number Diff line
@@ -16,6 +16,7 @@
#include "msm8909-cdp.dtsi"
#include "msm8909-cdp.dtsi"
#include "msm8909-pm8916-cdp.dtsi"
#include "msm8909-pm8916-cdp.dtsi"
#include "msm8909-gpu-qhd.dtsi"
#include "msm8909-gpu-qhd.dtsi"
#include "msm8909-memory.dtsi"


/ {
/ {
	model = "Qualcomm Technologies, Inc. MSM8909-PM8916 512MB QHD RCM";
	model = "Qualcomm Technologies, Inc. MSM8909-PM8916 512MB QHD RCM";
Loading