ARM: dts: rockchip: rk3506: modify reserved memory
1. set trust size:0x62000 2. set ramoops start:0x83000, size:0x2d000 Change-Id: I140599f2286e363fbb7607cea9b6824be4c4ade3 Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
This commit is contained in:
parent
6a348dff81
commit
b46f7847ae
1 changed files with 5 additions and 6 deletions
|
|
@ -320,8 +320,7 @@
|
|||
ranges;
|
||||
|
||||
trust@0 {
|
||||
reg = <0x00000 0xa1000>;
|
||||
no-map;
|
||||
reg = <0x0 0x62000>;
|
||||
};
|
||||
|
||||
cma: linux,cma {
|
||||
|
|
@ -336,12 +335,12 @@
|
|||
reg = <0x0 0x0>;
|
||||
};
|
||||
|
||||
ramoops: ramoops@a1000 {
|
||||
ramoops: ramoops@83000 {
|
||||
compatible = "ramoops";
|
||||
reg = <0xa1000 0x5f000>;
|
||||
boot-log-size = <0xf000>; /* do not change */
|
||||
reg = <0x83000 0x2d000>;
|
||||
boot-log-size = <0xd000>; /* do not change */
|
||||
boot-log-count = <0x1>; /* do not change */
|
||||
console-size = <0x50000>;
|
||||
console-size = <0x20000>;
|
||||
pmsg-size = <0x0>;
|
||||
ftrace-size = <0x0>;
|
||||
record-size = <0x0>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue