memory: use new stratedy for all R+ device [2/2]
authorShuide Chen <shuide.chen@amlogic.com>
Wed, 22 Sep 2021 10:33:29 +0000 (18:33 +0800)
committerNolen Johnson <johnsonnolen@gmail.com>
Tue, 21 Dec 2021 18:34:39 +0000 (13:34 -0500)
SWPL-59636

Problem:
cma shrinker is not standard implement, which may cause
app being unexpected killed

Solution:
use lmkd to kill app.
disable cma shrinker

Signed-off-by: Shuide Chen <shuide.chen@amlogic.com>
Change-Id: I9e510f837047fdb2c8617efb3ba403c69d8f1b9c

arch/arm64/boot/dts/amlogic/g12a_s905y2_deadpool.dts

index 6ebec4e510df49f2c3d07cf4ffb6a0cb99910db7..eaa90d257391b58d3d384d640824673ef0a890ca 100644 (file)
 
        cma_shrinker {
                compatible = "amlogic, cma-shrinker";
-               status = "okay";
+               status = "disabled";
                adj  = <0 100 200 250 900 950>;
                free = <18432 23040 27648 32256 36864 46080>;
        };