Merge "ARM: dts: msm: configure default CMA region for sdm660"
This commit is contained in:
commit
aa69f1412e
1 changed files with 10 additions and 0 deletions
|
@ -325,6 +325,16 @@
|
||||||
alignment = <0x0 0x400000>;
|
alignment = <0x0 0x400000>;
|
||||||
size = <0x0 0x5c00000>;
|
size = <0x0 0x5c00000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* global autoconfigured region for contiguous allocations */
|
||||||
|
linux,cma {
|
||||||
|
compatible = "shared-dma-pool";
|
||||||
|
alloc-ranges = <0 0x00000000 0 0xffffffff>;
|
||||||
|
reusable;
|
||||||
|
alignment = <0 0x400000>;
|
||||||
|
size = <0 0x2000000>;
|
||||||
|
linux,cma-default;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
bluetooth: bt_wcn3990 {
|
bluetooth: bt_wcn3990 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue