Commit 3b2ff50d authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: sm6350: Fix up the ramoops node



Fix up the ramoops node to make it match bindings and style:

- remove "removed-dma-pool"
- don't pad size to 8 hex digits
- change cc-size to ecc-size so that it's used
- increase ecc-size from to 16
- remove the zeroed ftrace-size

Fixes: 5f82b9cd ("arm64: dts: qcom: Add SM6350 device tree")
Reported-by: default avatarLuca Weiss <luca.weiss@fairphone.com>
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221210102600.589028-1-konrad.dybcio@linaro.org
parent ea25d61b
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -342,13 +342,12 @@ last_log_region: memory@ffbc0000 {
		};

		ramoops: ramoops@ffc00000 {
			compatible = "removed-dma-pool", "ramoops";
			reg = <0 0xffc00000 0 0x00100000>;
			compatible = "ramoops";
			reg = <0 0xffc00000 0 0x100000>;
			record-size = <0x1000>;
			console-size = <0x40000>;
			ftrace-size = <0x0>;
			msg-size = <0x20000 0x20000>;
			cc-size = <0x0>;
			ecc-size = <16>;
			no-map;
		};