Commit 8b0ac59c authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: sm6115-j606f: Add ramoops node

parent d4a7e17f
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -52,6 +52,17 @@
			wakeup-source;
		};
	};

	reserved-memory {
		ramoops@ffc00000 {
			compatible = "ramoops";
			reg = <0x0 0xffc00000 0x0 0x100000>;
			record-size = <0x1000>;
			console-size = <0x40000>;
			ftrace-size = <0x20000>;
			ecc-size = <16>;
		};
	};
};

&dispcc {