mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ARM: dts: rockchip: rv1106-thunder-boot: reserved memory for meta
Signed-off-by: Weiwen Chen <cww@rock-chips.com> Change-Id: I70266109c9644b849e0e42263a3c8490ee521680
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
bootargs = "loglevel=0 console=ttyFIQ0 root=/dev/rd0 snd_soc_core.prealloc_buffer_size_kbytes=16 coherent_pool=0 driver_async_probe=dwmmc_rockchip rk_dma_heap_cma=24M storagemedia=mtd androidboot.storagemedia=mtd androidboot.mode=normal mtdparts=sfc_nor:64K(env),256K@64K(idblock),256K(uboot),64K(vnvm),8M(boot),3M(userdata)";
|
||||
bootargs = "loglevel=0 console=ttyFIQ0 root=/dev/rd0 snd_soc_core.prealloc_buffer_size_kbytes=16 coherent_pool=0 driver_async_probe=dwmmc_rockchip rk_dma_heap_cma=24M storagemedia=mtd androidboot.storagemedia=mtd androidboot.mode=normal";
|
||||
};
|
||||
|
||||
acodec_sound: acodec-sound {
|
||||
@@ -189,6 +189,11 @@
|
||||
reg = <0x00000000 0x04000000>;
|
||||
};
|
||||
|
||||
&meta {
|
||||
/* reserved meta partition 384KB */
|
||||
reg = <0x01e00000 (384 * 0x400)>;
|
||||
};
|
||||
|
||||
&mipi0_csi2 {
|
||||
status = "okay";
|
||||
|
||||
@@ -254,7 +259,7 @@
|
||||
|
||||
&rkisp_thunderboot {
|
||||
/* 6M for NV12 (w*h*1.5*2) w and h 16 align, 1920/1088 */
|
||||
reg = <0x01e00000 (6 * 0x00100000)>;
|
||||
reg = <0x01e60000 (6 * 0x00100000)>;
|
||||
};
|
||||
|
||||
&rkisp_vir0 {
|
||||
|
||||
@@ -31,10 +31,14 @@
|
||||
reg = <0x01900000 (5 * 0x00100000)>;
|
||||
};
|
||||
|
||||
rkisp_thunderboot: rkisp@1e00000 {
|
||||
/* NV12 (w*h*1.5*2) w and h 16 align, eg:1920x1088 */
|
||||
meta: meta@1e00000 {
|
||||
reg = <0x01e00000 0x0>;
|
||||
};
|
||||
|
||||
rkisp_thunderboot: rkisp@1e60000 {
|
||||
/* NV12 (w*h*1.5*2) w and h 16 align, eg:1920x1088 */
|
||||
reg = <0x1e60000 0x0>;
|
||||
};
|
||||
};
|
||||
|
||||
thunder_boot_rkisp: thunder-boot-rkisp {
|
||||
|
||||
Reference in New Issue
Block a user