mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
ramdump: tm2 support ramdump-v1(uboot2015+ker5.15) [1/1]
PD#SWPL-143912 Problem: tm2 kernel5.15 bringup need ramdump support Solution: modify ker5.15 to support ramdump-v1. Verify: tm2 Change-Id: I58df8651cea07a767e77d696ecd0a4f2fd74fde2 Signed-off-by: dongqing.li <dongqing.li@amlogic.com>
This commit is contained in:
@@ -240,6 +240,11 @@
|
||||
|
||||
reserved-memory {
|
||||
/* global autoconfigured region for contiguous allocations */
|
||||
ramdump_bl33z@00000000 {
|
||||
reg = <0x0 0x1800000>; /* 0 ~ 24M */
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
ramoops@0x07400000 {
|
||||
compatible = "ramoops";
|
||||
reg = <0x07400000 0x00100000>;
|
||||
|
||||
@@ -254,6 +254,14 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
ram-dump {
|
||||
compatible = "amlogic, ram_dump";
|
||||
status = "okay";
|
||||
reg = <0x0 0xFF6345E0 0x0 4>;
|
||||
reg-names = "SYSCTRL_STICKY_REG6";
|
||||
store_device = "data";
|
||||
};
|
||||
|
||||
video_composer {
|
||||
compatible = "amlogic, video_composer";
|
||||
dev_name = "video_composer";
|
||||
|
||||
@@ -240,6 +240,11 @@
|
||||
|
||||
reserved-memory {
|
||||
/* global autoconfigured region for contiguous allocations */
|
||||
ramdump_bl33z@00000000 {
|
||||
reg = <0x0 0x0 0x0 0x1800000>; /* 0 ~ 24M */
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
ramoops@0x07400000 {
|
||||
compatible = "ramoops";
|
||||
reg = <0x0 0x07400000 0x0 0x00100000>;
|
||||
|
||||
Reference in New Issue
Block a user