Skip to content

Commit ca8fc68

Browse files
krzkandersson
authored andcommitted
arm64: dts: qcom: sc7280-idp: drop incorrect dai-cells from WCD938x SDW
The WCD938x audio codec Soundwire interface part is not a DAI and does not allow sound-dai-cells: sc7280-idp.dtb: codec@0,4: '#sound-dai-cells' does not match any of the regexes: 'pinctrl-[0-9]+' Signed-off-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Douglas Anderson <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent ce7c014 commit ca8fc68

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/arm64/boot/dts/qcom/sc7280-idp.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,6 @@
480480
wcd_rx: codec@0,4 {
481481
compatible = "sdw20217010d00";
482482
reg = <0 4>;
483-
#sound-dai-cells = <1>;
484483
qcom,rx-port-mapping = <1 2 3 4 5>;
485484
};
486485
};
@@ -491,7 +490,6 @@
491490
wcd_tx: codec@0,3 {
492491
compatible = "sdw20217010d00";
493492
reg = <0 3>;
494-
#sound-dai-cells = <1>;
495493
qcom,tx-port-mapping = <1 2 3 4>;
496494
};
497495
};

0 commit comments

Comments
 (0)