ARM: dts: msm8974: Split efs in rfsa and rmtfs
authorBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 29 Mar 2016 01:32:37 +0000 (18:32 -0700)
committerAndy Gross <andy.gross@linaro.org>
Wed, 20 Apr 2016 02:42:16 +0000 (21:42 -0500)
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>
arch/arm/boot/dts/qcom-msm8974.dtsi

index ef53305784318a40d692fa7053a631abac28e552..8780246bd3c1ea3aac545952be4c7d770e3d425f 100644 (file)
                        no-map;
                };
 
-               efs@0fd600000 {
-                       reg = <0x0fd60000 0x1a0000>;
+               rfsa@0fd60000 {
+                       reg = <0x0fd60000 0x20000>;
+                       no-map;
+               };
+
+               rmtfs@0fd80000 {
+                       reg = <0x0fd80000 0x180000>;
                        no-map;
                };
 
This page took 0.048227 seconds and 5 git commands to generate.