Skip to content

Commit 17b13cc

Browse files
author
Jason Song
committed
ARM64: dts: rockchip: add ramoops support for rk3368-android
Change-Id: If570260ce12fd2afc678cefcbfe1a2641b5253d9 Signed-off-by: Jason Song <sxj@rock-chips.com>
1 parent 9fd9c79 commit 17b13cc

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3368-android.dtsi

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,20 @@
5656
interrupts = <GIC_SPI 154 IRQ_TYPE_LEVEL_HIGH>; /* signal irq */
5757
};
5858

59+
ramoops_mem: ramoops_mem {
60+
reg = <0x0 0x110000 0x0 0xf0000>;
61+
reg-names = "ramoops_mem";
62+
};
63+
64+
ramoops {
65+
compatible = "ramoops";
66+
record-size = <0x0 0x20000>;
67+
console-size = <0x0 0x80000>;
68+
ftrace-size = <0x0 0x00000>;
69+
pmsg-size = <0x0 0x50000>;
70+
memory-region = <&ramoops_mem>;
71+
};
72+
5973
reserved-memory {
6074
#address-cells = <2>;
6175
#size-cells = <2>;

0 commit comments

Comments
 (0)