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

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: I4036032758ec12500854562d6a92d73742952dcb
Signed-off-by: Akhil P Oommen <akhilpo@codeaurora.org>
This commit is contained in:
Akhil P Oommen 2017-06-15 16:12:05 +05:30
parent ccde34ffb3
commit 97bbab07b8

View file

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