mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
5b4bbd1097
Refresh patches and fix changed path for 32-bit mediatek boards 'arch/arm/dts' -> 'arch/arm/dts/mediatek' Signed-off-by: Daniel Golle <daniel@makrotopia.org>
17 lines
448 B
Diff
17 lines
448 B
Diff
--- a/arch/arm64/boot/dts/mediatek/mt7622.dtsi
|
|
+++ b/arch/arm64/boot/dts/mediatek/mt7622.dtsi
|
|
@@ -135,6 +135,13 @@
|
|
#size-cells = <2>;
|
|
ranges;
|
|
|
|
+ /* 64 KiB reserved for ramoops/pstore */
|
|
+ ramoops@42ff0000 {
|
|
+ compatible = "ramoops";
|
|
+ reg = <0 0x42ff0000 0 0x10000>;
|
|
+ record-size = <0x1000>;
|
|
+ };
|
|
+
|
|
/* 192 KiB reserved for ARM Trusted Firmware (BL31) */
|
|
secmon_reserved: secmon@43000000 {
|
|
reg = <0 0x43000000 0 0x30000>;
|