Merge "ARM: dts: msm: Add system cma region for Cinder"

This commit is contained in:
qctecmdr
2022-04-08 10:12:31 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -151,6 +151,23 @@
};
soc: soc { };
};
&reserved_memory {
#address-cells = <2>;
#size-cells = <2>;
ranges;
/* global autoconfigured region for contiguous allocations */
system_cma: linux,cma {
compatible = "shared-dma-pool";
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
reusable;
alignment = <0x0 0x400000>;
size = <0x0 0x2000000>;
linux,cma-default;
};
};
#include "cinder-stub-regulator.dtsi"