Skip to content

Commit b8202a1

Browse files
robherringAngeloGioacchino Del Regno
authored andcommitted
arm/arm64: dts: mediatek: Add missing "#sound-dai-cells" to linux,bt-sco
Add missing "#sound-dai-cells" which is required by the linux,bt-sco binding. Signed-off-by: Rob Herring (Arm) <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: AngeloGioacchino Del Regno <[email protected]>
1 parent f9167f1 commit b8202a1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

arch/arm/boot/dts/mediatek/mt2701-evb.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050

5151
bt_sco_codec:bt_sco_codec {
5252
compatible = "linux,bt-sco";
53+
#sound-dai-cells = <0>;
5354
};
5455

5556
backlight_lcd: backlight_lcd {

arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105

106106
btsco: bt-sco {
107107
compatible = "linux,bt-sco";
108+
#sound-dai-cells = <0>;
108109
};
109110

110111
wifi_pwrseq: wifi-pwrseq {

0 commit comments

Comments
 (0)