mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
Merge "ARM: dts: msm: Add va minidump node for neo"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
3780c54f28
@@ -268,6 +268,13 @@
|
||||
mem-type = <2>;
|
||||
};
|
||||
|
||||
va_md_mem: va_md_mem_region {
|
||||
compatible = "shared-dma-pool";
|
||||
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
|
||||
reusable;
|
||||
size = <0 0x1000000>;
|
||||
};
|
||||
|
||||
user_contig_mem: user_contig_region {
|
||||
compatible = "shared-dma-pool";
|
||||
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
|
||||
@@ -1391,6 +1398,12 @@
|
||||
compatible = "qcom,minidump";
|
||||
};
|
||||
|
||||
va_mini_dump {
|
||||
compatible = "qcom,va-minidump";
|
||||
memory-region = <&va_md_mem>;
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
tcsr_mutex_block: syscon@1f40000 {
|
||||
compatible = "syscon";
|
||||
reg = <0x1f40000 0x20000>;
|
||||
|
||||
Reference in New Issue
Block a user