Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1365780

[PATCH 2/4] ARM: dts: msm8974: Split efs in rfsa and rmtfs

From Bjorn Andersson <bjorn.andersson@linaro.org>
Newsgroups linux.kernel
Subject [PATCH 2/4] ARM: dts: msm8974: Split efs in rfsa and rmtfs
Date 2016-03-29 03:40 +0200
Message-ID <rhQNs-7eH-31@gated-at.bofh.it> (permalink)
References <rhQNr-7eH-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


One part of the efs memory region is used specifically for sharing file system
buffers between the apps and modem cpus (aka rmtfs), so better reflect this
split.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
---
 arch/arm/boot/dts/qcom-msm8974.dtsi | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi
index 927075137b76..1afee408a923 100644
--- a/arch/arm/boot/dts/qcom-msm8974.dtsi
+++ b/arch/arm/boot/dts/qcom-msm8974.dtsi
@@ -49,8 +49,13 @@
 			no-map;
 		};
 
-		efs@0fd600000 {
-			reg = <0x0fd60000 0x1a0000>;
+		rfsa@0fd60000 {
+			reg = <0x0fd60000 0x20000>;
+			no-map;
+		};
+
+		rmtfs@0fd80000 {
+			reg = <0x0fd80000 0x180000>;
 			no-map;
 		};
 
-- 
2.5.0

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/4] ARM: dts: qcom: msm8974: Add USB gadget nodes Bjorn Andersson <bjorn.andersson@linaro.org> - 2016-03-29 03:40 +0200
  [PATCH 4/4] ARM: dts: msm8974: Add modem smp2p and smd nodes Bjorn Andersson <bjorn.andersson@linaro.org> - 2016-03-29 03:40 +0200
  [PATCH 2/4] ARM: dts: msm8974: Split efs in rfsa and rmtfs Bjorn Andersson <bjorn.andersson@linaro.org> - 2016-03-29 03:40 +0200
  [PATCH 3/4] ARM: dts: msm8974: Add node for second i2c from blsp1 Bjorn Andersson <bjorn.andersson@linaro.org> - 2016-03-29 03:40 +0200

csiph-web