From 5776622d3ecfe5a71744347275139a4a26fe6339 Mon Sep 17 00:00:00 2001 From: Liang Ji Date: Tue, 19 Oct 2021 10:12:12 +0800 Subject: [PATCH] adt3: Release 52 MB of unused memory allocated in "ion-dev" [1/1] PD#SWPL-61729 BUG=203412562 Problem: Release 52 MB of unused memory allocated in "ion-dev" Solution: Release 52 MB of unused memory allocated in "ion-dev" Verify: adt3-S Signed-off-by: Liang Ji Change-Id: I87a24212cbf5b6ffac39fff94d52c498b226bb65 --- arch/arm64/boot/dts/amlogic/g12a_s905y2_deadpool.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/amlogic/g12a_s905y2_deadpool.dts b/arch/arm64/boot/dts/amlogic/g12a_s905y2_deadpool.dts index eaa90d257391..815c78c022b2 100644 --- a/arch/arm64/boot/dts/amlogic/g12a_s905y2_deadpool.dts +++ b/arch/arm64/boot/dts/amlogic/g12a_s905y2_deadpool.dts @@ -84,7 +84,7 @@ ion_cma_reserved:linux,ion-dev { compatible = "shared-dma-pool"; reusable; - size = <0x0 0x8000000>; + size = <0x0 0x4C00000>; alignment = <0x0 0x400000>; }; ion_fb_reserved:linux,ion-fb { -- 2.20.1