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:
parent
9725c4d90b
commit
1aaff115df
1 changed files with 1 additions and 0 deletions
|
@ -158,6 +158,7 @@
|
|||
qcom,gpu-mempool@1 {
|
||||
reg = <1>;
|
||||
qcom,mempool-page-size = <65536>;
|
||||
qcom,mempool-allocate;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue