LKML Archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] arm64: dts: qcom: msm8953-tissot: use 0 as speaker DAI cells
@ 2023-07-30 20:19 Krzysztof Kozlowski
  2023-07-30 20:19 ` [PATCH 2/2] arm64: dts: qcom: sdm845-enchilada: " Krzysztof Kozlowski
  2023-08-03 16:38 ` (subset) [PATCH 1/2] arm64: dts: qcom: msm8953-tissot: " Bjorn Andersson
  0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2023-07-30 20:19 UTC (permalink / raw
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, linux-arm-msm, devicetree,
	linux-kernel
  Cc: Krzysztof Kozlowski

MAX98927 speaker amplifier has only one DAI, so DAI cells can be just 0
(as expected by bindings).

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/qcom/msm8953-xiaomi-tissot.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/msm8953-xiaomi-tissot.dts b/arch/arm64/boot/dts/qcom/msm8953-xiaomi-tissot.dts
index 831d3a42b583..61ff629c9bf3 100644
--- a/arch/arm64/boot/dts/qcom/msm8953-xiaomi-tissot.dts
+++ b/arch/arm64/boot/dts/qcom/msm8953-xiaomi-tissot.dts
@@ -96,7 +96,7 @@ max98927_codec: audio-codec@3a {
 		vmon-slot-no = <1>;
 		imon-slot-no = <1>;
 
-		#sound-dai-cells = <1>;
+		#sound-dai-cells = <0>;
 	};
 
 	led-controller@45 {
-- 
2.34.1


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

* [PATCH 2/2] arm64: dts: qcom: sdm845-enchilada: use 0 as speaker DAI cells
  2023-07-30 20:19 [PATCH 1/2] arm64: dts: qcom: msm8953-tissot: use 0 as speaker DAI cells Krzysztof Kozlowski
@ 2023-07-30 20:19 ` Krzysztof Kozlowski
  2023-08-03 16:38 ` (subset) [PATCH 1/2] arm64: dts: qcom: msm8953-tissot: " Bjorn Andersson
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2023-07-30 20:19 UTC (permalink / raw
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, linux-arm-msm, devicetree,
	linux-kernel
  Cc: Krzysztof Kozlowski

MAX98927 speaker amplifier has only one DAI, so DAI cells can be just 0
(as expected by bindings).

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/qcom/sdm845-oneplus-enchilada.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sdm845-oneplus-enchilada.dts b/arch/arm64/boot/dts/qcom/sdm845-oneplus-enchilada.dts
index 62fe72ff3763..4005e04d998a 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-oneplus-enchilada.dts
+++ b/arch/arm64/boot/dts/qcom/sdm845-oneplus-enchilada.dts
@@ -39,7 +39,7 @@ &i2c4 {
 	max98927_codec: max98927@3a {
 		compatible = "maxim,max98927";
 		reg = <0x3a>;
-		#sound-dai-cells = <1>;
+		#sound-dai-cells = <0>;
 
 		pinctrl-0 = <&speaker_default>;
 		pinctrl-names = "default";
@@ -66,7 +66,7 @@ &sound {
 
 &speaker_playback_dai {
 	codec {
-		sound-dai = <&max98927_codec 0>;
+		sound-dai = <&max98927_codec>;
 	};
 };
 
-- 
2.34.1


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

* Re: (subset) [PATCH 1/2] arm64: dts: qcom: msm8953-tissot: use 0 as speaker DAI cells
  2023-07-30 20:19 [PATCH 1/2] arm64: dts: qcom: msm8953-tissot: use 0 as speaker DAI cells Krzysztof Kozlowski
  2023-07-30 20:19 ` [PATCH 2/2] arm64: dts: qcom: sdm845-enchilada: " Krzysztof Kozlowski
@ 2023-08-03 16:38 ` Bjorn Andersson
  1 sibling, 0 replies; 3+ messages in thread
From: Bjorn Andersson @ 2023-08-03 16:38 UTC (permalink / raw
  To: Andy Gross, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, linux-arm-msm, devicetree, linux-kernel,
	Krzysztof Kozlowski


On Sun, 30 Jul 2023 22:19:12 +0200, Krzysztof Kozlowski wrote:
> MAX98927 speaker amplifier has only one DAI, so DAI cells can be just 0
> (as expected by bindings).
> 
> 

Applied, thanks!

[1/2] arm64: dts: qcom: msm8953-tissot: use 0 as speaker DAI cells
      commit: 7c0755120f1f0495fe418d50f0618945136df9d1
[2/2] arm64: dts: qcom: sdm845-enchilada: use 0 as speaker DAI cells
      commit: 636f47cac06a881415b8126802c38cbe5b32b575

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

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

end of thread, other threads:[~2023-08-03 16:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-30 20:19 [PATCH 1/2] arm64: dts: qcom: msm8953-tissot: use 0 as speaker DAI cells Krzysztof Kozlowski
2023-07-30 20:19 ` [PATCH 2/2] arm64: dts: qcom: sdm845-enchilada: " Krzysztof Kozlowski
2023-08-03 16:38 ` (subset) [PATCH 1/2] arm64: dts: qcom: msm8953-tissot: " 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 read-only IMAP folder(s) and NNTP newsgroup(s).