mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-28 16:30:37 +00:00
Merge "ARM: dts: msm: Add va-minidump node for Diwali"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
e5d9a338a8
@@ -341,6 +341,13 @@
|
||||
no-map;
|
||||
reg = <0x0 0x80860000 0x0 0x20000>;
|
||||
};
|
||||
|
||||
va_md_mem: va_md_mem_region {
|
||||
compatible = "shared-dma-pool";
|
||||
alloc-ranges = <0x1 0x00000000 0xfffffffe 0xffffffff>;
|
||||
reusable;
|
||||
size = <0 0x1000000>;
|
||||
};
|
||||
};
|
||||
|
||||
&soc {
|
||||
@@ -749,6 +756,11 @@
|
||||
|
||||
mini_dump_node {
|
||||
compatible = "qcom,minidump";
|
||||
};
|
||||
|
||||
va_mini_dump {
|
||||
compatible = "qcom,va-minidump";
|
||||
memory-region = <&va_md_mem>;
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user