mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02:00
arm64: dts: rockchip: enable console-ramoop on rk1808 evb
Change-Id: I87ad3b269c77f3df65973cc75350448b6b2eb729 Signed-off-by: Lin Huang <hl@rock-chips.com>
This commit is contained in:
parent
30ee5a90a5
commit
baf27a4e96
|
|
@ -109,6 +109,19 @@ drm_logo: drm-logo@00000000 {
|
|||
compatible = "rockchip,drm-logo";
|
||||
reg = <0x0 0x0 0x0 0x0>;
|
||||
};
|
||||
|
||||
ramoops_mem: region@110000 {
|
||||
reg = <0x0 0x110000 0x0 0xf0000>;
|
||||
};
|
||||
};
|
||||
|
||||
ramoops: ramoops {
|
||||
compatible = "ramoops";
|
||||
record-size = <0x0 0x30000>;
|
||||
console-size = <0x0 0xc0000>;
|
||||
ftrace-size = <0x0 0x00000>;
|
||||
pmsg-size = <0x0 0x00000>;
|
||||
memory-region = <&ramoops_mem>;
|
||||
};
|
||||
|
||||
sdio_pwrseq: sdio-pwrseq {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user