mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-03 09:07:06 +08:00
20 lines
386 B
Diff
20 lines
386 B
Diff
--- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
|
|
@@ -212,6 +212,16 @@
|
|
reg = <0x0 0x4ab00000 0x0 0x5500000>;
|
|
no-map;
|
|
};
|
|
+
|
|
+ q6_etr_region: q6_etr_dump@50000000 {
|
|
+ reg = <0x0 0x50000000 0x0 0x100000>;
|
|
+ no-map;
|
|
+ };
|
|
+
|
|
+ m3_dump_region: m3_dump@50100000 {
|
|
+ reg = <0x0 0x50100000 0x0 0x100000>;
|
|
+ no-map;
|
|
+ };
|
|
};
|
|
|
|
smem {
|