Merge "ARM: dts: msm: configure default CMA region for sdm660"

This commit is contained in:
Linux Build Service Account 2017-01-16 23:06:04 -08:00 committed by Gerrit - the friendly Code Review server
commit aa69f1412e

View file

@ -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 {