mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
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:
@@ -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>;
|
||||
};
|
||||
|
||||
|
||||
@@ -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>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user