aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjorn Andersson <bjorn.andersson@linaro.org>2016-04-19 20:58:26 -0700
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2016-06-10 09:59:39 +0200
commita81df8ef223bdd35bfb4aa565be64f120de905ac (patch)
tree97f400dabb9a210de6e420576b7605b82937a0f6
parentd008b29ddbd4d033a8863b24abe0eda80fc2645d (diff)
ARM64: dts: qcom: Introduce rmtfs memory region
The rmtfs memory region is used as shared memory for exchanging blocks of data read and written to persistent flash storage by the modem. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
-rw-r--r--arch/arm64/boot/dts/qcom/msm8916.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
index 47d975e630e6..42d83fb56f4d 100644
--- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
@@ -71,6 +71,11 @@
reg = <0x0 0x86800000 0x0 0x04800000>;
};
+ rmtfs@86700000 {
+ reg = <0x0 0x86700000 0x0 0xe0000>;
+ no-map;
+ };
+
peripheral_mem: peripheral_region@8b600000 {
no-map;
reg = <0x0 0x8b600000 0x0 0x0600000>;