mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 10:56:06 -04:00
arm64: dts: qcom: sm8350: Add rmtfs node
Add the rmtfs as a reserved memory node. Signed-off-by: Vinod Koul <vkoul@kernel.org> Link: https://lore.kernel.org/r/20210212115532.1339942-4-vkoul@kernel.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
90f57509fe
commit
774890c936
@@ -257,6 +257,15 @@ pil_modem_mem: memory@8b800000 {
|
||||
no-map;
|
||||
};
|
||||
|
||||
rmtfs_mem: memory@9b800000 {
|
||||
compatible = "qcom,rmtfs-mem";
|
||||
reg = <0x0 0x9b800000 0x0 0x280000>;
|
||||
no-map;
|
||||
|
||||
qcom,client-id = <1>;
|
||||
qcom,vmid = <15>;
|
||||
};
|
||||
|
||||
hyp_reserved_mem: memory@d0000000 {
|
||||
reg = <0x0 0xd0000000 0x0 0x800000>;
|
||||
no-map;
|
||||
|
||||
Reference in New Issue
Block a user