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:
Родитель
90f57509fe
Коммит
774890c936
|
@ -257,6 +257,15 @@
|
|||
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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче