arm64: dts: shima: Change memory regions

Change-Id: I1810c6e8b7200dff3cbd02a906a9136bff601496
This commit is contained in:
Arian 2022-01-29 16:55:17 +01:00 committed by Giovanni Ricca
parent 824ae4f66a
commit 0a7f5751c4
No known key found for this signature in database

View File

@ -299,9 +299,9 @@
reg = <0x0 0x80000000 0x0 0x600000>;
};
xbl_aop_mem: xbl_aop_mem@80700000 {
xbl_aop_mem: xbl_aop_mem@80600000 {
no-map;
reg = <0x0 0x80700000 0x0 0x160000>;
reg = <0x0 0x80600000 0x0 0x260000>;
};
cmd_db: reserved-memory@80860000 {
@ -347,12 +347,12 @@
pil_adsp_mem: adsp@86700000 {
no-map;
reg = <0x0 0x86700000 0x0 0x2800000>;
reg = <0x0 0x86700000 0x0 0x3000000>;
};
pil_cdsp_mem: cdsp@88f00000 {
pil_cdsp_mem: cdsp@89700000 {
no-map;
reg = <0x0 0x88f00000 0x0 0x1e00000>;
reg = <0x0 0x89700000 0x0 0x1e00000>;
};
adsp_mem: adsp_region {
@ -393,26 +393,6 @@
reg = <0x0 0xc0000000 0x0 0x5100000>;
};
pil_trustedvm_mem: pil_trustedvm_region@d0800000 {
no-map;
reg = <0x0 0xd0800000 0x0 0x76f7000>;
};
qrtr_shbuf: qrtr-shmem {
no-map;
reg = <0x0 0xd7ef7000 0x0 0x9000>;
};
chan0_shbuf: neuron_block@0 {
no-map;
reg = <0x0 0xd7f00000 0x0 0x80000>;
};
chan1_shbuf: neuron_block@1 {
no-map;
reg = <0x0 0xd7f80000 0x0 0x80000>;
};
user_contig_mem: user_contig_region {
compatible = "shared-dma-pool";
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
@ -1160,7 +1140,6 @@
status = "ok";
qcom,pas-id = <28>;
qcom,firmware-name = "trustedvm";
memory-region = <&pil_trustedvm_mem>;
};
qcom,guestvm_loader {
@ -1190,7 +1169,6 @@
class = "message-queue";
direction = "receive";
max-size = <0 65536>;
shared-buffer = <&chan0_shbuf>;
qcom,primary;
haven-label = <1>;
peer-name = <2>;
@ -1202,7 +1180,6 @@
class = "message-queue";
direction = "send";
max-size = <0 65536>;
shared-buffer = <&chan1_shbuf>;
qcom,primary;
haven-label = <2>;
peer-name = <2>;
@ -1214,7 +1191,6 @@
qcom,master;
haven-label = <3>;
peer-name = <2>;
shared-buffer = <&qrtr_shbuf>;
};
tcsr_mutex_block: syscon@1f40000 {