ARM: dts: msm: Enable use of 64K page pool for SDM660

64K page pool is currently unused because it doesn't have
any reserved pages and also dynamic page allocation for
this pool is disabled.

Add qcom,mempool-allocate property to allow pool to grow
dynamically and hence being used.

Change-Id: Ie7c41939f45af58ca1ac7a8f07ea29605aced798
Signed-off-by: Deepak Kumar <dkumar@codeaurora.org>
This commit is contained in:
Deepak Kumar 2017-06-09 14:29:50 +05:30
parent 9725c4d90b
commit 1aaff115df

View file

@ -158,6 +158,7 @@
qcom,gpu-mempool@1 {
reg = <1>;
qcom,mempool-page-size = <65536>;
qcom,mempool-allocate;
};
};