diff --git a/qcom/kalama.dtsi b/qcom/kalama.dtsi index cc62ce11..99742f9b 100644 --- a/qcom/kalama.dtsi +++ b/qcom/kalama.dtsi @@ -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>; @@ -665,6 +672,14 @@ size = <0x0 0x1000000>; }; + ramoops_mem: ramoops_region { + compatible = "ramoops"; + alloc-ranges = <0x0 0x00000000 0xffffffff 0xffffffff>; + size = <0x0 0x200000>; + pmsg-size = <0x200000>; + mem-type = <2>; + }; + /* global autoconfigured region for contiguous allocations */ system_cma: linux,cma { compatible = "shared-dma-pool"; @@ -1432,6 +1447,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;