summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/qcom-msm8974.dtsi
diff options
context:
space:
mode:
authorBjorn Andersson <bjorn.andersson@linaro.org>2016-03-29 03:32:37 +0200
committerAndy Gross <andy.gross@linaro.org>2016-04-20 04:42:16 +0200
commit973111981b2de97c22891f83b76981dc27b42202 (patch)
treecdab8a269c58a18c166753ec9b20f9b161a5325b /arch/arm/boot/dts/qcom-msm8974.dtsi
parentqcom: ipq4019: add DMA nodes to ipq4019 SoC and DK01 device tree (diff)
downloadlinux-973111981b2de97c22891f83b76981dc27b42202.tar.xz
linux-973111981b2de97c22891f83b76981dc27b42202.zip
ARM: dts: msm8974: Split efs in rfsa and rmtfs
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> Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to '')
-rw-r--r--arch/arm/boot/dts/qcom-msm8974.dtsi9
1 files changed, 7 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi
index ef5330578431..8780246bd3c1 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;
};