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>
This commit is contained in:
Bjorn Andersson 2016-03-28 18:32:37 -07:00 коммит произвёл Andy Gross
Родитель 9ca595f08e
Коммит 973111981b
1 изменённых файлов: 7 добавлений и 2 удалений

Просмотреть файл

@ -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;
};