mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 00:26:47 +07:00
arm64: dts: msm8996: Add rmtfs sharedmem node
A 2MB shared memory region is used on MSM8996 for exchanging sector data in rmtfs. Add this chunk of reserved memory now that we have the rmtfs-mem compatible to describe it and its memory protection properties. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
parent
65afdf4583
commit
68ae3d0cac
@ -75,6 +75,17 @@ memory@86200000 {
|
|||||||
reg = <0x0 0x86200000 0x0 0x2600000>;
|
reg = <0x0 0x86200000 0x0 0x2600000>;
|
||||||
no-map;
|
no-map;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
rmtfs@86700000 {
|
||||||
|
compatible = "qcom,rmtfs-mem";
|
||||||
|
|
||||||
|
size = <0x0 0x200000>;
|
||||||
|
alloc-ranges = <0x0 0xa0000000 0x0 0x2000000>;
|
||||||
|
no-map;
|
||||||
|
|
||||||
|
qcom,client-id = <1>;
|
||||||
|
qcom,vmid = <15>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
cpus {
|
cpus {
|
||||||
|
Loading…
Reference in New Issue
Block a user