dts: remove S905w2 secure vdec memory size [1/1]

PD#SWPL-152928

Problem:
S905w2 do not support DRM play

Solution:
remove s905w2 secure vdec memory

Verify:
S805W2

Change-Id: I4ba787d400325955b4931d5b559d28ae2789e663
Signed-off-by: Hangyu Li <hangyu.li@amlogic.com>
This commit is contained in:
Hangyu Li
2024-01-08 13:44:08 +08:00
committed by gerrit autosubmit
parent 57601c2c43
commit 41da100743
@@ -79,7 +79,7 @@
/*reusable;*/
no-map;
alignment = <0x0 0x400000>;
reg = <0x0 0x05000000 0x0 0x3400000>;
reg = <0x0 0x05000000 0x0 0xc00000>;
};
logo_reserved:linux,meson-fb {
@@ -153,13 +153,6 @@
//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";
@@ -191,7 +184,7 @@
};
codec_mm {
compatible = "amlogic, codec, mm";
memory-region = <&codec_mm_cma &codec_mm_reserved &secure_vdec_reserved>;
memory-region = <&codec_mm_cma &codec_mm_reserved>;
dev_name = "codec_mm";
status = "okay";
};