ARM: dts: msm: Add va minidump node for kalama

Add va minidump node for kalama.

Change-Id: Ia8114b1f720859cec630feaf41b2013b24a41c8b
This commit is contained in:
Yogesh Lal
2022-03-22 18:47:32 +05:30
parent 44080e5735
commit 05af92bd15

View File

@@ -601,6 +601,13 @@
reg = <0x0 0xff800000 0x0 0x600000>;
};
va_md_mem: va_md_mem_region {
compatible = "shared-dma-pool";
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
reusable;
size = <0 0x1000000>;
};
sp_mem: sp_region { /* SPSS-HLOS ION shared mem */
compatible = "shared-dma-pool";
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
@@ -1435,6 +1442,12 @@
status = "ok";
};
va_mini_dump {
compatible = "qcom,va-minidump";
memory-region = <&va_md_mem>;
status = "ok";
};
qcom,secure-buffer {
compatible = "qcom,secure-buffer";
qcom,vmid-cp-camera-preview-ro;