mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
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:
committed by
gerrit autosubmit
parent
a07f9a5f89
commit
7f8b013fe6
@@ -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>;
|
||||
|
||||
@@ -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>;
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user