mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
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:
@@ -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>;
|
||||
};
|
||||
|
||||
@@ -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>;
|
||||
};
|
||||
|
||||
@@ -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>;
|
||||
};
|
||||
|
||||
@@ -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>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user