linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm/arm64: dts: mediatek: Add missing "#sound-dai-cells" to linux,bt-sco
@ 2025-04-09 20:50 Rob Herring (Arm)
  2025-05-05 18:54 ` Rob Herring
  2025-05-06  8:33 ` AngeloGioacchino Del Regno
  0 siblings, 2 replies; 3+ messages in thread
From: Rob Herring (Arm) @ 2025-04-09 20:50 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Conor Dooley, Matthias Brugger,
	AngeloGioacchino Del Regno
  Cc: devicetree, linux-kernel, linux-arm-kernel, linux-mediatek

Add missing "#sound-dai-cells" which is required by the linux,bt-sco
binding.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
 arch/arm/boot/dts/mediatek/mt2701-evb.dts      | 1 +
 arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi | 1 +
 2 files changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/mediatek/mt2701-evb.dts b/arch/arm/boot/dts/mediatek/mt2701-evb.dts
index 4c76366aa938..e97dc37f716c 100644
--- a/arch/arm/boot/dts/mediatek/mt2701-evb.dts
+++ b/arch/arm/boot/dts/mediatek/mt2701-evb.dts
@@ -50,6 +50,7 @@ sound:sound {
 
 	bt_sco_codec:bt_sco_codec {
 		compatible = "linux,bt-sco";
+		#sound-dai-cells = <0>;
 	};
 
 	backlight_lcd: backlight_lcd {
diff --git a/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi b/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
index e1495f1900a7..9f53344fa83e 100644
--- a/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
@@ -105,6 +105,7 @@ sound: mt8183-sound {
 
 	btsco: bt-sco {
 		compatible = "linux,bt-sco";
+		#sound-dai-cells = <0>;
 	};
 
 	wifi_pwrseq: wifi-pwrseq {
-- 
2.47.2


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

* Re: [PATCH] arm/arm64: dts: mediatek: Add missing "#sound-dai-cells" to linux,bt-sco
  2025-04-09 20:50 [PATCH] arm/arm64: dts: mediatek: Add missing "#sound-dai-cells" to linux,bt-sco Rob Herring (Arm)
@ 2025-05-05 18:54 ` Rob Herring
  2025-05-06  8:33 ` AngeloGioacchino Del Regno
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2025-05-05 18:54 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Conor Dooley, Matthias Brugger,
	AngeloGioacchino Del Regno
  Cc: devicetree, linux-kernel, linux-arm-kernel, linux-mediatek

On Wed, Apr 9, 2025 at 3:50 PM Rob Herring (Arm) <robh@kernel.org> wrote:
>
> Add missing "#sound-dai-cells" which is required by the linux,bt-sco
> binding.
>
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> ---
>  arch/arm/boot/dts/mediatek/mt2701-evb.dts      | 1 +
>  arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi | 1 +
>  2 files changed, 2 insertions(+)

Ping.

> diff --git a/arch/arm/boot/dts/mediatek/mt2701-evb.dts b/arch/arm/boot/dts/mediatek/mt2701-evb.dts
> index 4c76366aa938..e97dc37f716c 100644
> --- a/arch/arm/boot/dts/mediatek/mt2701-evb.dts
> +++ b/arch/arm/boot/dts/mediatek/mt2701-evb.dts
> @@ -50,6 +50,7 @@ sound:sound {
>
>         bt_sco_codec:bt_sco_codec {
>                 compatible = "linux,bt-sco";
> +               #sound-dai-cells = <0>;
>         };
>
>         backlight_lcd: backlight_lcd {
> diff --git a/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi b/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
> index e1495f1900a7..9f53344fa83e 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
> @@ -105,6 +105,7 @@ sound: mt8183-sound {
>
>         btsco: bt-sco {
>                 compatible = "linux,bt-sco";
> +               #sound-dai-cells = <0>;
>         };
>
>         wifi_pwrseq: wifi-pwrseq {
> --
> 2.47.2
>

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

* Re: [PATCH] arm/arm64: dts: mediatek: Add missing "#sound-dai-cells" to linux,bt-sco
  2025-04-09 20:50 [PATCH] arm/arm64: dts: mediatek: Add missing "#sound-dai-cells" to linux,bt-sco Rob Herring (Arm)
  2025-05-05 18:54 ` Rob Herring
@ 2025-05-06  8:33 ` AngeloGioacchino Del Regno
  1 sibling, 0 replies; 3+ messages in thread
From: AngeloGioacchino Del Regno @ 2025-05-06  8:33 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Conor Dooley, Matthias Brugger,
	Rob Herring (Arm)
  Cc: devicetree, linux-kernel, linux-arm-kernel, linux-mediatek

On Wed, 09 Apr 2025 15:50:00 -0500, Rob Herring (Arm) wrote:
> Add missing "#sound-dai-cells" which is required by the linux,bt-sco
> binding.
> 
> 

Applied to v6.15-next/dts64, thanks!

[1/1] arm/arm64: dts: mediatek: Add missing "#sound-dai-cells" to linux,bt-sco
      commit: b8202a12cdd771b55a9565814022ea8c69572cd7

Cheers,
Angelo



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

end of thread, other threads:[~2025-05-06  8:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-09 20:50 [PATCH] arm/arm64: dts: mediatek: Add missing "#sound-dai-cells" to linux,bt-sco Rob Herring (Arm)
2025-05-05 18:54 ` Rob Herring
2025-05-06  8:33 ` AngeloGioacchino Del Regno

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).