linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] arm64: dts: qcom: cp01-c1: remove bootargs-append
@ 2022-09-27 20:14 Robert Marko
  2022-09-27 20:14 ` [PATCH 2/2] arm64: dts: qcom: cp01-c1: use "okay" instead of "ok" Robert Marko
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Robert Marko @ 2022-09-27 20:14 UTC (permalink / raw)
  To: agross, andersson, konrad.dybcio, robh+dt,
	krzysztof.kozlowski+dt, linux-arm-msm, devicetree, linux-kernel
  Cc: Robert Marko

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@gmail.com>
---
 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";
 	};
 };
 
-- 
2.37.3


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH 2/2] arm64: dts: qcom: cp01-c1: use "okay" instead of "ok"
  2022-09-27 20:14 [PATCH 1/2] arm64: dts: qcom: cp01-c1: remove bootargs-append Robert Marko
@ 2022-09-27 20:14 ` Robert Marko
  2022-09-28  7:44   ` Neil Armstrong
  2022-09-28  8:03   ` Krzysztof Kozlowski
  2022-09-28  7:44 ` [PATCH 1/2] arm64: dts: qcom: cp01-c1: remove bootargs-append Neil Armstrong
                   ` (2 subsequent siblings)
  3 siblings, 2 replies; 7+ messages in thread
From: Robert Marko @ 2022-09-27 20:14 UTC (permalink / raw)
  To: agross, andersson, konrad.dybcio, robh+dt,
	krzysztof.kozlowski+dt, linux-arm-msm, devicetree, linux-kernel
  Cc: Robert Marko

Use "okay" instead of "ok" in USB nodes as "ok" is deprecated.

Signed-off-by: Robert Marko <robimarko@gmail.com>
---
 arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts b/arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts
index eaaaaa72234f..c424b8390c78 100644
--- a/arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts
+++ b/arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts
@@ -106,9 +106,9 @@ &sdhci {
 };
 
 &qusb_phy_1 {
-	status = "ok";
+	status = "okay";
 };
 
 &usb2 {
-	status = "ok";
+	status = "okay";
 };
-- 
2.37.3


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH 1/2] arm64: dts: qcom: cp01-c1: remove bootargs-append
  2022-09-27 20:14 [PATCH 1/2] arm64: dts: qcom: cp01-c1: remove bootargs-append Robert Marko
  2022-09-27 20:14 ` [PATCH 2/2] arm64: dts: qcom: cp01-c1: use "okay" instead of "ok" Robert Marko
@ 2022-09-28  7:44 ` Neil Armstrong
  2022-09-28  8:03 ` Krzysztof Kozlowski
  2022-10-18  3:14 ` (subset) " Bjorn Andersson
  3 siblings, 0 replies; 7+ messages in thread
From: Neil Armstrong @ 2022-09-28  7:44 UTC (permalink / raw)
  To: Robert Marko, agross, andersson, konrad.dybcio, robh+dt,
	krzysztof.kozlowski+dt, linux-arm-msm, devicetree, linux-kernel

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@gmail.com>
> ---
>   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@linaro.org>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 2/2] arm64: dts: qcom: cp01-c1: use "okay" instead of "ok"
  2022-09-27 20:14 ` [PATCH 2/2] arm64: dts: qcom: cp01-c1: use "okay" instead of "ok" Robert Marko
@ 2022-09-28  7:44   ` Neil Armstrong
  2022-09-28  8:03   ` Krzysztof Kozlowski
  1 sibling, 0 replies; 7+ messages in thread
From: Neil Armstrong @ 2022-09-28  7:44 UTC (permalink / raw)
  To: Robert Marko, agross, andersson, konrad.dybcio, robh+dt,
	krzysztof.kozlowski+dt, linux-arm-msm, devicetree, linux-kernel

On 27/09/2022 22:14, Robert Marko wrote:
> Use "okay" instead of "ok" in USB nodes as "ok" is deprecated.
> 
> Signed-off-by: Robert Marko <robimarko@gmail.com>
> ---
>   arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts b/arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts
> index eaaaaa72234f..c424b8390c78 100644
> --- a/arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts
> +++ b/arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts
> @@ -106,9 +106,9 @@ &sdhci {
>   };
>   
>   &qusb_phy_1 {
> -	status = "ok";
> +	status = "okay";
>   };
>   
>   &usb2 {
> -	status = "ok";
> +	status = "okay";
>   };

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 1/2] arm64: dts: qcom: cp01-c1: remove bootargs-append
  2022-09-27 20:14 [PATCH 1/2] arm64: dts: qcom: cp01-c1: remove bootargs-append Robert Marko
  2022-09-27 20:14 ` [PATCH 2/2] arm64: dts: qcom: cp01-c1: use "okay" instead of "ok" Robert Marko
  2022-09-28  7:44 ` [PATCH 1/2] arm64: dts: qcom: cp01-c1: remove bootargs-append Neil Armstrong
@ 2022-09-28  8:03 ` Krzysztof Kozlowski
  2022-10-18  3:14 ` (subset) " Bjorn Andersson
  3 siblings, 0 replies; 7+ messages in thread
From: Krzysztof Kozlowski @ 2022-09-28  8:03 UTC (permalink / raw)
  To: Robert Marko, agross, andersson, konrad.dybcio, robh+dt,
	krzysztof.kozlowski+dt, linux-arm-msm, devicetree, linux-kernel

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@gmail.com>


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 2/2] arm64: dts: qcom: cp01-c1: use "okay" instead of "ok"
  2022-09-27 20:14 ` [PATCH 2/2] arm64: dts: qcom: cp01-c1: use "okay" instead of "ok" Robert Marko
  2022-09-28  7:44   ` Neil Armstrong
@ 2022-09-28  8:03   ` Krzysztof Kozlowski
  1 sibling, 0 replies; 7+ messages in thread
From: Krzysztof Kozlowski @ 2022-09-28  8:03 UTC (permalink / raw)
  To: Robert Marko, agross, andersson, konrad.dybcio, robh+dt,
	krzysztof.kozlowski+dt, linux-arm-msm, devicetree, linux-kernel

On 27/09/2022 22:14, Robert Marko wrote:
> Use "okay" instead of "ok" in USB nodes as "ok" is deprecated.
> 
> Signed-off-by: Robert Marko <robimarko@gmail.com>


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: (subset) [PATCH 1/2] arm64: dts: qcom: cp01-c1: remove bootargs-append
  2022-09-27 20:14 [PATCH 1/2] arm64: dts: qcom: cp01-c1: remove bootargs-append Robert Marko
                   ` (2 preceding siblings ...)
  2022-09-28  8:03 ` Krzysztof Kozlowski
@ 2022-10-18  3:14 ` Bjorn Andersson
  3 siblings, 0 replies; 7+ messages in thread
From: Bjorn Andersson @ 2022-10-18  3:14 UTC (permalink / raw)
  To: konrad.dybcio, devicetree, krzysztof.kozlowski+dt, linux-kernel,
	agross, robh+dt, linux-arm-msm, robimarko

On Tue, 27 Sep 2022 22:14:14 +0200, 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.
> 
> 

Applied, thanks!

[1/2] arm64: dts: qcom: cp01-c1: remove bootargs-append
      commit: f493bf2e70c6540f79fda3b28d636f1dd486d17a
[2/2] arm64: dts: qcom: cp01-c1: use "okay" instead of "ok"
      commit: 4d29e016eb72d14fa4fb4e5c90c880d260b8b281

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-10-18  3:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-27 20:14 [PATCH 1/2] arm64: dts: qcom: cp01-c1: remove bootargs-append Robert Marko
2022-09-27 20:14 ` [PATCH 2/2] arm64: dts: qcom: cp01-c1: use "okay" instead of "ok" Robert Marko
2022-09-28  7:44   ` Neil Armstrong
2022-09-28  8:03   ` Krzysztof Kozlowski
2022-09-28  7:44 ` [PATCH 1/2] arm64: dts: qcom: cp01-c1: remove bootargs-append Neil Armstrong
2022-09-28  8:03 ` Krzysztof Kozlowski
2022-10-18  3:14 ` (subset) " Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).