Re: [PATCH 1/2] arm64: dts: qcom: cp01-c1: remove bootargs-append

From: Neil Armstrong
Date: Wed Sep 28 2022 - 03:48:15 EST


On 27/09/2022 22:14, Robert Marko wrote:
bootargs-append is a leftover from the vendor SDK, and does not exist
in the mainline kernel at all, so remove it.

Signed-off-by: Robert Marko <robimarko@xxxxxxxxx>
---
arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts b/arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts
index ff4c46645104..eaaaaa72234f 100644
--- a/arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts
+++ b/arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts
@@ -20,7 +20,6 @@ aliases {
chosen {
stdout-path = "serial0:115200n8";
- bootargs-append = " swiotlb=1";
};
};

Reviewed-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx>