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