mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
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) <robh@kernel.org> Link: https://lore.kernel.org/r/20250409205001.1522009-1-robh@kernel.org Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
parent
f9167f15dd
commit
b8202a12cd
|
|
@ -50,6 +50,7 @@ sound:sound {
|
|||
|
||||
bt_sco_codec:bt_sco_codec {
|
||||
compatible = "linux,bt-sco";
|
||||
#sound-dai-cells = <0>;
|
||||
};
|
||||
|
||||
backlight_lcd: backlight_lcd {
|
||||
|
|
|
|||
|
|
@ -105,6 +105,7 @@ sound: mt8183-sound {
|
|||
|
||||
btsco: bt-sco {
|
||||
compatible = "linux,bt-sco";
|
||||
#sound-dai-cells = <0>;
|
||||
};
|
||||
|
||||
wifi_pwrseq: wifi-pwrseq {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user