ramdump: support ramdump for g12b/gxl [6/6]

PD#SWPL-4350

Problem:
ramdump is not enabled on g12b/gxl.

Solution:
Add ramdump support on g12b/gxl in bl2.

Verify:
verified on g12b_w400_v1/gxl_p212_v1.

Change-Id: I3520fea366af332ef113809560587eeb4db7b6c5
Signed-off-by: changqing.gao <changqing.gao@amlogic.com>
This commit is contained in:
changqing.gao
2019-01-25 19:00:05 +08:00
committed by Tao Zeng
parent fc87b70470
commit cc0096d43b
2 changed files with 14 additions and 0 deletions

View File

@@ -549,6 +549,13 @@
#thermal-sensor-cells = <1>;
};
ram-dump {
compatible = "amlogic, ram_dump";
status = "okay";
reg = <0xFF6345E0 4>;
reg-names = "PREG_STICKY_REG8";
};
soc {
compatible = "simple-bus";
#address-cells = <1>;

View File

@@ -549,6 +549,13 @@
#thermal-sensor-cells = <1>;
};
ram-dump {
compatible = "amlogic, ram_dump";
status = "okay";
reg = <0x0 0xFF6345E0 0x0 4>;
reg-names = "PREG_STICKY_REG8";
};
soc {
compatible = "simple-bus";
#address-cells = <2>;