ARM: dts: rockchip: rv1103g-battery-ipc: reserved 6MB for 1080p@2f yuv

Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>
Change-Id: Iabe42fa186c095f6fa7ac00a9c9aa36e8f23cddd
This commit is contained in:
Ziyuan Xu
2022-06-15 10:29:20 +08:00
committed by Tao Huang
parent 7bd7fdc8c3
commit 259831a2de
2 changed files with 15 additions and 1 deletions

View File

@@ -198,6 +198,11 @@
status = "okay";
};
&rkisp_thunderboot {
/* 6M for NV12 (w*h*1.5*2) w and h 16 align, 1920/1088 */
reg = <0x01e00000 (6 * 0x00100000)>;
};
&rkisp_vir0 {
status = "okay";

View File

@@ -24,7 +24,12 @@
};
ramdisk_c: ramdisk@1900000 {
reg = <0x001900000 (5 * 0x00100000)>;
reg = <0x01900000 (5 * 0x00100000)>;
};
rkisp_thunderboot: rkisp@1e00000 {
/* NV12 (w*h*1.5*2) w and h 16 align, eg:1920x1088 */
reg = <0x01e00000 0x0>;
};
};
@@ -61,3 +66,7 @@
status = "okay";
memory-region = <&ramdisk_c>;
};
&rkisp_vir0 {
memory-region-thunderboot = <&rkisp_thunderboot>;
};