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