dts: Optimize ion memory to 36MB for Android P 720P Project [1/1]

PD#SWPL-3324

Problem:
Ion's memory configuration is unreasonable for Android P 720P Project
, resulting in waste.

Solution:
More reasonable memory size configuration,Optimize ion memory to 36MB
for Android P 720P Project

Verify:
Verify by Android P 720P Project

Change-Id: Ibf13989f91c1cce5e030d900de2a30b0a16f7994
Signed-off-by: qingwei.xu <qingwei.xu@amlogic.com>
This commit is contained in:
qingwei.xu
2018-12-17 17:04:57 +08:00
committed by Dongjin Kim
parent a96bf74964
commit 31f2867f7e
8 changed files with 8 additions and 8 deletions

View File

@@ -110,7 +110,7 @@
ion_reserved:linux,ion-dev {
compatible = "shared-dma-pool";
reusable;
size = <0x4C00000>;
size = <0x2400000>;
alignment = <0x400000>;
alloc-ranges = <0x0 0x30000000>;
};

View File

@@ -111,7 +111,7 @@
ion_reserved:linux,ion-dev {
compatible = "shared-dma-pool";
reusable;
size = <0x4C00000>;
size = <0x2400000>;
alignment = <0x400000>;
alloc-ranges = <0x0 0x30000000>;
};

View File

@@ -97,7 +97,7 @@
ion_reserved:linux,ion-dev {
compatible = "shared-dma-pool";
reusable;
size = <0x4C00000>;
size = <0x2400000>;
alignment = <0x400000>;
/* alloc by self */
alloc-ranges = <0x0 0x30000000>;

View File

@@ -95,7 +95,7 @@
ion_reserved:linux,ion-dev {
compatible = "shared-dma-pool";
reusable;
size = <0x4C00000>;
size = <0x2400000>;
alignment = <0x400000>;
alloc-ranges = <0x0 0x30000000>;
};

View File

@@ -100,7 +100,7 @@
ion_reserved:linux,ion-dev {
compatible = "shared-dma-pool";
reusable;
size = <0x0 0x4C00000>;
size = <0x0 0x2400000>;
alignment = <0x0 0x400000>;
};

View File

@@ -101,7 +101,7 @@
ion_reserved:linux,ion-dev {
compatible = "shared-dma-pool";
reusable;
size = <0x0 0x4C00000>;
size = <0x0 0x2400000>;
alignment = <0x0 0x400000>;
};

View File

@@ -86,7 +86,7 @@
ion_reserved:linux,ion-dev {
compatible = "shared-dma-pool";
reusable;
size = <0x0 0x4C00000>;
size = <0x0 0x2400000>;
alignment = <0x0 0x400000>;
};

View File

@@ -97,7 +97,7 @@
ion_reserved:linux,ion-dev {
compatible = "shared-dma-pool";
reusable;
size = <0x0 0x4C00000>;
size = <0x0 0x2400000>;
alignment = <0x0 0x400000>;
};