devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: qcom: Rename "Twitter" to "Tweeter"
@ 2024-10-15 17:01 Maya Matuszczyk
  2024-10-16  6:57 ` Johan Hovold
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Maya Matuszczyk @ 2024-10-15 17:01 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: Jos Dehaes, Maya Matuszczyk, linux-arm-msm, devicetree,
	linux-kernel

This makes the name consistent with both other x1e80100 devices and the
dictionary. A UCM fix was merged already.

Signed-off-by: Maya Matuszczyk <maccraft123mc@gmail.com>
---
 arch/arm64/boot/dts/qcom/x1e80100-crd.dts | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/x1e80100-crd.dts b/arch/arm64/boot/dts/qcom/x1e80100-crd.dts
index 10b28d870f08..004353220dc5 100644
--- a/arch/arm64/boot/dts/qcom/x1e80100-crd.dts
+++ b/arch/arm64/boot/dts/qcom/x1e80100-crd.dts
@@ -177,9 +177,9 @@ sound {
 		compatible = "qcom,x1e80100-sndcard";
 		model = "X1E80100-CRD";
 		audio-routing = "WooferLeft IN", "WSA WSA_SPK1 OUT",
-				"TwitterLeft IN", "WSA WSA_SPK2 OUT",
+				"TweeterLeft IN", "WSA WSA_SPK2 OUT",
 				"WooferRight IN", "WSA2 WSA_SPK2 OUT",
-				"TwitterRight IN", "WSA2 WSA_SPK2 OUT",
+				"TweeterRight IN", "WSA2 WSA_SPK2 OUT",
 				"IN1_HPHL", "HPHL_OUT",
 				"IN2_HPHR", "HPHR_OUT",
 				"AMIC2", "MIC BIAS2",
@@ -933,7 +933,7 @@ left_tweeter: speaker@0,1 {
 		reg = <0 1>;
 		reset-gpios = <&lpass_tlmm 12 GPIO_ACTIVE_LOW>;
 		#sound-dai-cells = <0>;
-		sound-name-prefix = "TwitterLeft";
+		sound-name-prefix = "TweeterLeft";
 		vdd-1p8-supply = <&vreg_l15b_1p8>;
 		vdd-io-supply = <&vreg_l12b_1p2>;
 		qcom,port-mapping = <4 5 6 7 11 13>;
@@ -986,7 +986,7 @@ right_tweeter: speaker@0,1 {
 		reg = <0 1>;
 		reset-gpios = <&lpass_tlmm 13 GPIO_ACTIVE_LOW>;
 		#sound-dai-cells = <0>;
-		sound-name-prefix = "TwitterRight";
+		sound-name-prefix = "TweeterRight";
 		vdd-1p8-supply = <&vreg_l15b_1p8>;
 		vdd-io-supply = <&vreg_l12b_1p2>;
 		qcom,port-mapping = <4 5 6 7 11 13>;
-- 
2.45.2


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

* Re: [PATCH] arm64: dts: qcom: Rename "Twitter" to "Tweeter"
  2024-10-15 17:01 [PATCH] arm64: dts: qcom: Rename "Twitter" to "Tweeter" Maya Matuszczyk
@ 2024-10-16  6:57 ` Johan Hovold
  2024-10-16  7:18 ` Krzysztof Kozlowski
  2024-10-16 14:31 ` Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: Johan Hovold @ 2024-10-16  6:57 UTC (permalink / raw)
  To: Maya Matuszczyk
  Cc: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Jos Dehaes, linux-arm-msm, devicetree, linux-kernel

On Tue, Oct 15, 2024 at 07:01:56PM +0200, Maya Matuszczyk wrote:
> This makes the name consistent with both other x1e80100 devices and the
> dictionary. A UCM fix was merged already.

I'm not opposed to fixing this, but please say something about what will
break when the kernel and UCM files are not updated in lockstep here.

Johan

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

* Re: [PATCH] arm64: dts: qcom: Rename "Twitter" to "Tweeter"
  2024-10-15 17:01 [PATCH] arm64: dts: qcom: Rename "Twitter" to "Tweeter" Maya Matuszczyk
  2024-10-16  6:57 ` Johan Hovold
@ 2024-10-16  7:18 ` Krzysztof Kozlowski
  2024-10-16 14:31 ` Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2024-10-16  7:18 UTC (permalink / raw)
  To: Maya Matuszczyk, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley
  Cc: Jos Dehaes, linux-arm-msm, devicetree, linux-kernel

On 15/10/2024 19:01, Maya Matuszczyk wrote:
> This makes the name consistent with both other x1e80100 devices and the
> dictionary. A UCM fix was merged already.

This will break user-space using old UCM and any other user-space
relying on previous names, which should be mentioned in the commit msg.

That's said, CRD is development platform, not available to any end user,
thus it's perfectly fine to break it, if explained in commit msg.

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


Best regards,
Krzysztof


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

* Re: [PATCH] arm64: dts: qcom: Rename "Twitter" to "Tweeter"
  2024-10-15 17:01 [PATCH] arm64: dts: qcom: Rename "Twitter" to "Tweeter" Maya Matuszczyk
  2024-10-16  6:57 ` Johan Hovold
  2024-10-16  7:18 ` Krzysztof Kozlowski
@ 2024-10-16 14:31 ` Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2024-10-16 14:31 UTC (permalink / raw)
  To: Maya Matuszczyk
  Cc: Konrad Dybcio, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Jos Dehaes, linux-arm-msm, devicetree, linux-kernel

On Tue, Oct 15, 2024 at 07:01:56PM GMT, Maya Matuszczyk wrote:
> This makes the name consistent with both other x1e80100 devices and the
> dictionary. A UCM fix was merged already.
> 

Please, as you update the commit message, make sure that the subject
prefix matches other changes in the particular file.

Regards,
Bjorn

> Signed-off-by: Maya Matuszczyk <maccraft123mc@gmail.com>
> ---
>  arch/arm64/boot/dts/qcom/x1e80100-crd.dts | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/x1e80100-crd.dts b/arch/arm64/boot/dts/qcom/x1e80100-crd.dts
> index 10b28d870f08..004353220dc5 100644
> --- a/arch/arm64/boot/dts/qcom/x1e80100-crd.dts
> +++ b/arch/arm64/boot/dts/qcom/x1e80100-crd.dts
> @@ -177,9 +177,9 @@ sound {
>  		compatible = "qcom,x1e80100-sndcard";
>  		model = "X1E80100-CRD";
>  		audio-routing = "WooferLeft IN", "WSA WSA_SPK1 OUT",
> -				"TwitterLeft IN", "WSA WSA_SPK2 OUT",
> +				"TweeterLeft IN", "WSA WSA_SPK2 OUT",
>  				"WooferRight IN", "WSA2 WSA_SPK2 OUT",
> -				"TwitterRight IN", "WSA2 WSA_SPK2 OUT",
> +				"TweeterRight IN", "WSA2 WSA_SPK2 OUT",
>  				"IN1_HPHL", "HPHL_OUT",
>  				"IN2_HPHR", "HPHR_OUT",
>  				"AMIC2", "MIC BIAS2",
> @@ -933,7 +933,7 @@ left_tweeter: speaker@0,1 {
>  		reg = <0 1>;
>  		reset-gpios = <&lpass_tlmm 12 GPIO_ACTIVE_LOW>;
>  		#sound-dai-cells = <0>;
> -		sound-name-prefix = "TwitterLeft";
> +		sound-name-prefix = "TweeterLeft";
>  		vdd-1p8-supply = <&vreg_l15b_1p8>;
>  		vdd-io-supply = <&vreg_l12b_1p2>;
>  		qcom,port-mapping = <4 5 6 7 11 13>;
> @@ -986,7 +986,7 @@ right_tweeter: speaker@0,1 {
>  		reg = <0 1>;
>  		reset-gpios = <&lpass_tlmm 13 GPIO_ACTIVE_LOW>;
>  		#sound-dai-cells = <0>;
> -		sound-name-prefix = "TwitterRight";
> +		sound-name-prefix = "TweeterRight";
>  		vdd-1p8-supply = <&vreg_l15b_1p8>;
>  		vdd-io-supply = <&vreg_l12b_1p2>;
>  		qcom,port-mapping = <4 5 6 7 11 13>;
> -- 
> 2.45.2
> 

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

end of thread, other threads:[~2024-10-16 14:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-15 17:01 [PATCH] arm64: dts: qcom: Rename "Twitter" to "Tweeter" Maya Matuszczyk
2024-10-16  6:57 ` Johan Hovold
2024-10-16  7:18 ` Krzysztof Kozlowski
2024-10-16 14:31 ` 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).