ARM: dts: msm: reduce the size of rpmh dump entry

Reduce the size of rpmh dump entry from 32 to 4 Mb on diwali/parrot.

Change-Id: Ic85dddd27fa4dcfca9f7f21e5b8fcf459a7e8a83
This commit is contained in:
Yuanfang Zhang
2022-03-31 23:59:13 +08:00
parent 96ae710884
commit f661832488
2 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
alloc-ranges = <0x1 0x00000000 0xfffffffe 0xffffffff>;
reusable;
alignment = <0x0 0x400000>;
size = <0 0x3000000>;
size = <0 0x1400000>;
};
};
@@ -2460,7 +2460,7 @@
};
rpmh {
qcom,dump-size = <0x2000000>;
qcom,dump-size = <0x400000>;
qcom,dump-id = <0xec>;
};

View File

@@ -7,10 +7,10 @@
dump_mem: mem_dump_region {
compatible = "shared-dma-pool";
alloc-ranges = <0x1 0x00000000 0xfffffffe 0xffffffff>;
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
reusable;
alignment = <0x0 0x400000>;
size = <0 0x2800000>;
size = <0x0 0xc00000>;
};
};
@@ -302,7 +302,7 @@
};
rpmh {
qcom,dump-size = <0x2000000>;
qcom,dump-size = <0x400000>;
qcom,dump-id = <0xec>;
};