mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
dts: optimize txlx_t962x_r311_720p memory usage[2/3]
PD# 164558: dts: decrease memory usage Change-Id: I0822e43ba8ecab264963d12a14fe102686d4ed70 Signed-off-by: Lei Qian <lei.qian@amlogic.com>
This commit is contained in:
@@ -54,14 +54,6 @@
|
||||
#size-cells = <2>;
|
||||
ranges;
|
||||
/* global autoconfigured region for contiguous allocations */
|
||||
ramoops@0x07400000 {
|
||||
compatible = "ramoops";
|
||||
reg = <0x0 0x07400000 0x0 0x00100000>;
|
||||
record-size = <0x8000>;
|
||||
console-size = <0x8000>;
|
||||
ftrace-size = <0x0>;
|
||||
pmsg-size = <0x8000>;
|
||||
};
|
||||
secmon_reserved:linux,secmon {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
@@ -82,9 +74,9 @@
|
||||
logo_reserved:linux,meson-fb {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
size = <0x0 0x800000>;
|
||||
size = <0x0 0x400000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
alloc-ranges = <0x0 0x3fc00000 0x0 0x800000>;
|
||||
alloc-ranges = <0x0 0x3fc00000 0x0 0x400000>;
|
||||
};
|
||||
|
||||
//carveout_reserved:linux,carveout-reserve {
|
||||
@@ -248,12 +240,12 @@
|
||||
interrupts = <0 3 1
|
||||
0 89 1>;
|
||||
interrupt-names = "viu-vsync", "rdma";
|
||||
mem_size = <0x00400000 0x00b00000 0x00100000>;
|
||||
mem_size = <0x00400000 0x00800000 0x00100000>;
|
||||
/* uboot logo,fb0/fb1 memory size,if afbcd fb0=0x0b51000*/
|
||||
display_mode_default = "720p60hz";
|
||||
scale_mode = <1>;
|
||||
/*1280*720*4*3 = 0xA8C000*/
|
||||
display_size_default = <1280 720 1280 2160 32>;
|
||||
/*1280*720*4*2 = 0xA8C000*/
|
||||
display_size_default = <1280 720 1280 1440 32>;
|
||||
pxp_mode = <0>; /** 0:normal mode 1:pxp mode */
|
||||
logo_addr = "0x3fc00000";
|
||||
};
|
||||
@@ -552,7 +544,7 @@
|
||||
compatible = "amlogic, vbi";
|
||||
memory-region = <&vbi_reserved>;
|
||||
dev_name = "vbi";
|
||||
status = "okay";
|
||||
status = "disabled";
|
||||
interrupts = <0 83 1>;
|
||||
reserve-iomap = "true";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user