From 0f1f791c9d8ed7bc7156a92de9f504b11d80b83d Mon Sep 17 00:00:00 2001 From: "jie.yuan" Date: Tue, 6 Feb 2018 15:59:08 +0800 Subject: [PATCH] dts: enable pstore to fix CtsLiblogTestCases [1/1] PD#160700: enable pstore for gxl_p23 and txlx_t962e_r321 fix libc#__pstore_append Change-Id: Ie4ddd90c4e42f4a4d778ba4d72cd51b672f1857d Signed-off-by: jie.yuan --- arch/arm64/boot/dts/amlogic/gxl_p230_2g.dts | 8 ++++++++ arch/arm64/boot/dts/amlogic/txlx_t962e_r321.dts | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/gxl_p230_2g.dts b/arch/arm64/boot/dts/amlogic/gxl_p230_2g.dts index cb57413..9ee4497 100644 --- a/arch/arm64/boot/dts/amlogic/gxl_p230_2g.dts +++ b/arch/arm64/boot/dts/amlogic/gxl_p230_2g.dts @@ -51,6 +51,14 @@ #size-cells = <2>; ranges; /* global autoconfigured region for contiguous allocations */ + ramoops@0x07400000 { + compatible = "ramoops"; + reg = <0x0 0x07400000 0x0 0x00100000>; + record-size = <0x8000>; + console-size = <0x8000>; + ftrace-size = <0x0>; + pmsg-size = <0x8000>; + }; secmon_reserved:linux,secmon { compatible = "shared-dma-pool"; reusable; diff --git a/arch/arm64/boot/dts/amlogic/txlx_t962e_r321.dts b/arch/arm64/boot/dts/amlogic/txlx_t962e_r321.dts index 7242dc3..09b5f28 100644 --- a/arch/arm64/boot/dts/amlogic/txlx_t962e_r321.dts +++ b/arch/arm64/boot/dts/amlogic/txlx_t962e_r321.dts @@ -48,6 +48,14 @@ #size-cells = <2>; ranges; /* global autoconfigured region for contiguous allocations */ + ramoops@0x07400000 { + compatible = "ramoops"; + reg = <0x0 0x07400000 0x0 0x00100000>; + record-size = <0x8000>; + console-size = <0x8000>; + ftrace-size = <0x0>; + pmsg-size = <0x8000>; + }; secmon_reserved:linux,secmon { compatible = "shared-dma-pool"; reusable; -- 2.7.4