[PATCH 54/54] arm64: dts: allwinner: pinephone: Fix BT SCO codec cells size

Maxime Ripard maxime at cerno.tech
Wed Jul 21 07:04:24 PDT 2021


Even though the codec binding made no mention of it before, all the
other users are using a cells size of 0. Let's make it consistent.

Cc: Samuel Holland <samuel at sholland.org>
Signed-off-by: Maxime Ripard <maxime at cerno.tech>
---
 arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi
index 5b44a979f250..1a9f9fcb6f6e 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi
@@ -26,7 +26,7 @@ backlight: backlight {
 	};
 
 	bt_sco_codec: bt-sco-codec {
-		#sound-dai-cells = <1>;
+		#sound-dai-cells = <0>;
 		compatible = "linux,bt-sco";
 	};
 
-- 
2.31.1




More information about the linux-arm-kernel mailing list