Skip to content

Commit 16bd455

Browse files
krzkandersson
authored andcommitted
arm64: dts: qcom: sc7280-qcard: 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-herobrine-crd.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 ca8fc68 commit 16bd455

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,6 @@
414414
wcd_rx: codec@0,4 {
415415
compatible = "sdw20217010d00";
416416
reg = <0 4>;
417-
#sound-dai-cells = <1>;
418417
qcom,rx-port-mapping = <1 2 3 4 5>;
419418
};
420419
};
@@ -423,7 +422,6 @@
423422
wcd_tx: codec@0,3 {
424423
compatible = "sdw20217010d00";
425424
reg = <0 3>;
426-
#sound-dai-cells = <1>;
427425
qcom,tx-port-mapping = <1 2 3 4>;
428426
};
429427
};

0 commit comments

Comments
 (0)