mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
Merge "ARM: dts: msm: Add system cma region for Cinder"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
056b7a1bec
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user