C3: Fallback modification secure memory config with dts file [1/1]

PD#SWPL-97142

Problem:
Need not modify secure memory config for C3 dts file

Solution:
Fallback modification from CL-266416

Verify:
Linux IPC + AW419

Change-Id: Idfa1c05b18f42fdcd953c43f9dcfd4fa298eb47f
Signed-off-by: Shuo Liu <shuo.liu@amlogic.com>
This commit is contained in:
Shuo Liu
2022-11-09 19:27:20 +08:00
committed by gerrit autosubmit
parent a07f9a5f89
commit 7f8b013fe6
5 changed files with 8 additions and 32 deletions
@@ -152,14 +152,6 @@
};
};
secmon {
compatible = "amlogic, secmon";
memory-region = <&secmon_reserved>;
reserve_mem_size = <0x00900000>;
in_base_func = <0x82000020>;
out_base_func = <0x82000021>;
};
codec_mm {
compatible = "amlogic, codec, mm";
memory-region = <&codec_mm_cma &codec_mm_reserved>;
@@ -154,14 +154,6 @@
};
};
secmon {
compatible = "amlogic, secmon";
memory-region = <&secmon_reserved>;
reserve_mem_size = <0x00100000>;
in_base_func = <0x82000020>;
out_base_func = <0x82000021>;
};
codec_mm {
compatible = "amlogic, codec, mm";
memory-region = <&codec_mm_cma &codec_mm_reserved>;
@@ -154,14 +154,6 @@
};
};
secmon {
compatible = "amlogic, secmon";
memory-region = <&secmon_reserved>;
reserve_mem_size = <0x00100000>;
in_base_func = <0x82000020>;
out_base_func = <0x82000021>;
};
codec_mm {
compatible = "amlogic, codec, mm";
memory-region = <&codec_mm_cma &codec_mm_reserved>;
-8
View File
@@ -146,14 +146,6 @@
};
};
secmon {
compatible = "amlogic, secmon";
memory-region = <&secmon_reserved>;
reserve_mem_size = <0x00100000>;
in_base_func = <0x82000020>;
out_base_func = <0x82000021>;
};
codec_mm {
compatible = "amlogic, codec, mm";
memory-region = <&codec_mm_cma &codec_mm_reserved>;
+8
View File
@@ -1334,6 +1334,14 @@
method = "smc";
};
secmon {
compatible = "amlogic, secmon";
memory-region = <&secmon_reserved>;
reserve_mem_size = <0x00100000>;
in_base_func = <0x82000020>;
out_base_func = <0x82000021>;
};
cma_shrinker: cma_shrinker {
compatible = "amlogic, cma-shrinker";
status = "disabled";