mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
rsvmem:s7d: apply for bl31 bl32 vdec rsvmem [1/1]
PD#SWPL-147193 Problem: apply for bl31 bl32 vdec rsvmem Solution: apply for bl31 bl32 vdec rsvmem Verify: Z1 Change-Id: I5c374e3b1396f34c01cbee290c455677a3d3e7de Signed-off-by: rui guo <rui.guo@amlogic.com>
This commit is contained in:
@@ -70,9 +70,8 @@
|
||||
compatible = "shared-dma-pool";
|
||||
/*reusable;*/
|
||||
no-map;
|
||||
size = <0x0 0x400000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
reg = <0x0 0x05000000 0x0 0x3400000>;
|
||||
alignment = <0x0 0x100000>;
|
||||
reg = <0x0 0x05000000 0x0 0x2400000>;
|
||||
};
|
||||
|
||||
logo_reserved:linux,meson-fb {
|
||||
@@ -156,6 +155,12 @@
|
||||
//no-map;
|
||||
};
|
||||
|
||||
secure_vdec_reserved:linux,secure_vdec_reserved {
|
||||
compatible = "amlogic, secure-vdec-reserved";
|
||||
no-map;
|
||||
size = <0x0 0x1000000>;
|
||||
alignment = <0x0 0x100000>;
|
||||
};
|
||||
/* vdin0 CMA pool */
|
||||
//vdin0_cma_reserved:linux,vdin0_cma {
|
||||
// compatible = "shared-dma-pool";
|
||||
|
||||
@@ -70,9 +70,8 @@
|
||||
compatible = "shared-dma-pool";
|
||||
/*reusable;*/
|
||||
no-map;
|
||||
size = <0x0 0x400000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
reg = <0x0 0x05000000 0x0 0x3400000>;
|
||||
alignment = <0x0 0x100000>;
|
||||
reg = <0x0 0x05000000 0x0 0x2400000>;
|
||||
};
|
||||
|
||||
logo_reserved:linux,meson-fb {
|
||||
@@ -156,6 +155,12 @@
|
||||
//no-map;
|
||||
};
|
||||
|
||||
secure_vdec_reserved:linux,secure_vdec_reserved {
|
||||
compatible = "amlogic, secure-vdec-reserved";
|
||||
no-map;
|
||||
size = <0x0 0x1000000>;
|
||||
alignment = <0x0 0x100000>;
|
||||
};
|
||||
/* vdin0 CMA pool */
|
||||
//vdin0_cma_reserved:linux,vdin0_cma {
|
||||
// compatible = "shared-dma-pool";
|
||||
|
||||
@@ -70,9 +70,8 @@
|
||||
compatible = "shared-dma-pool";
|
||||
/*reusable;*/
|
||||
no-map;
|
||||
size = <0x0 0x400000>;
|
||||
alignment = <0x0 0x400000>;
|
||||
reg = <0x0 0x05000000 0x0 0x3400000>;
|
||||
alignment = <0x0 0x100000>;
|
||||
reg = <0x0 0x05000000 0x0 0x2400000>;
|
||||
};
|
||||
|
||||
logo_reserved:linux,meson-fb {
|
||||
@@ -156,6 +155,12 @@
|
||||
//no-map;
|
||||
};
|
||||
|
||||
secure_vdec_reserved:linux,secure_vdec_reserved {
|
||||
compatible = "amlogic, secure-vdec-reserved";
|
||||
no-map;
|
||||
size = <0x0 0x1000000>;
|
||||
alignment = <0x0 0x100000>;
|
||||
};
|
||||
/* vdin0 CMA pool */
|
||||
//vdin0_cma_reserved:linux,vdin0_cma {
|
||||
// compatible = "shared-dma-pool";
|
||||
|
||||
Reference in New Issue
Block a user