diff --git a/qcom/cinder.dtsi b/qcom/cinder.dtsi index c0b0f4c2..cdd611fe 100644 --- a/qcom/cinder.dtsi +++ b/qcom/cinder.dtsi @@ -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"