Skip to content

Commit

Permalink
Merge tag 'samsung-dt64-6.7-2' of https://git.kernel.org/pub/scm/linu…
Browse files Browse the repository at this point in the history
…x/kernel/git/krzk/linux into soc/dt

Samsung DTS ARM64 changes for v6.7, part two

Add ramoops reserved memory region to E850-96 board for debugging
purposes.

* tag 'samsung-dt64-6.7-2' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
  arm64: dts: exynos: Add reserved memory for pstore on E850-96

Link: https://lore.kernel.org/r/20231023165412.529762-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Arnd Bergmann committed Oct 23, 2023
2 parents e035ddb + 23e4a49 commit f0bb192
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions arch/arm64/boot/dts/exynos/exynos850-e850-96.dts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,21 @@
gpio = <&gpa3 5 GPIO_ACTIVE_LOW>;
};

reserved-memory {
#address-cells = <2>;
#size-cells = <1>;
ranges;

ramoops@f0000000 {
compatible = "ramoops";
reg = <0x0 0xf0000000 0x200000>;
record-size = <0x20000>;
console-size = <0x20000>;
ftrace-size = <0x100000>;
pmsg-size = <0x20000>;
};
};

/*
* RTC clock (XrtcXTI); external, must be 32.768 kHz.
*
Expand Down

0 comments on commit f0bb192

Please sign in to comment.