Merge "ARM: dts: msm: add compute memory region for sm8150"

tirimbino
qctecmdr Service 7 years ago committed by Gerrit - the friendly Code Review server
commit 34f2dc7314
  1. 8
      arch/arm64/boot/dts/qcom/sm8150.dtsi

@ -701,6 +701,14 @@
size = <0x0 0x1000000>;
};
cdsp_mem: cdsp_region {
compatible = "shared-dma-pool";
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
reusable;
alignment = <0x0 0x400000>;
size = <0x0 0x400000>;
};
qseecom_ta_mem: qseecom_ta_region {
compatible = "shared-dma-pool";
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;

Loading…
Cancel
Save