tl1: dts: change lcd_tcon memory size default to 0 [1/1]

PD#SWPL-9502

Problem:
save memory

Solution:
change lcd tcon buffer to 0

Verify:
x301

Change-Id: I6ed059e5f8200c0fd8b775466144676ab0611165
Signed-off-by: Sandy Luo <sandy.luo@amlogic.com>
This commit is contained in:
Sandy Luo
2019-06-18 13:53:19 +08:00
parent 8fba80c121
commit f86d4e9284
4 changed files with 4 additions and 4 deletions

View File

@@ -79,7 +79,7 @@
lcd_tcon_reserved:linux,lcd_tcon {
compatible = "shared-dma-pool";
reusable;
size = <0xc00000>;
size = <0x0>;
alignment = <0x400000>;
alloc-ranges = <0x7ec00000 0xc00000>;
};

View File

@@ -81,7 +81,7 @@
lcd_tcon_reserved:linux,lcd_tcon {
compatible = "shared-dma-pool";
reusable;
size = <0xc00000>;
size = <0x0>;
alignment = <0x400000>;
alloc-ranges = <0x7ec00000 0xc00000>;
};

View File

@@ -79,7 +79,7 @@
lcd_tcon_reserved:linux,lcd_tcon {
compatible = "shared-dma-pool";
reusable;
size = <0x0 0xc00000>;
size = <0x0 0x0>;
alignment = <0x0 0x400000>;
alloc-ranges = <0x0 0x7ec00000 0x0 0xc00000>;
};

View File

@@ -79,7 +79,7 @@
lcd_tcon_reserved:linux,lcd_tcon {
compatible = "shared-dma-pool";
reusable;
size = <0x0 0xc00000>;
size = <0x0 0x0>;
alignment = <0x0 0x400000>;
alloc-ranges = <0x0 0x7ec00000 0x0 0xc00000>;
};