From: Bjorn Andersson Date: Tue, 29 Mar 2016 01:32:37 +0000 (-0700) Subject: ARM: dts: msm8974: Split efs in rfsa and rmtfs X-Git-Tag: v4.14-rc1~3227^2~30^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=973111981b2de97c22891f83b76981dc27b42202;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Andy Gross --- diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi index ef53305..8780246 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; };