mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
arm64: dts: qcom: sc7280-qcard: drop incorrect dai-cells from WCD938x SDW
[ Upstream commit 16bd455d08 ]
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 <krzysztof.kozlowski@linaro.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230220095401.64196-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
4de58b7c14
commit
552a24eb71
@@ -418,7 +418,6 @@
|
|||||||
wcd_rx: codec@0,4 {
|
wcd_rx: codec@0,4 {
|
||||||
compatible = "sdw20217010d00";
|
compatible = "sdw20217010d00";
|
||||||
reg = <0 4>;
|
reg = <0 4>;
|
||||||
#sound-dai-cells = <1>;
|
|
||||||
qcom,rx-port-mapping = <1 2 3 4 5>;
|
qcom,rx-port-mapping = <1 2 3 4 5>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -427,7 +426,6 @@
|
|||||||
wcd_tx: codec@0,3 {
|
wcd_tx: codec@0,3 {
|
||||||
compatible = "sdw20217010d00";
|
compatible = "sdw20217010d00";
|
||||||
reg = <0 3>;
|
reg = <0 3>;
|
||||||
#sound-dai-cells = <1>;
|
|
||||||
qcom,tx-port-mapping = <1 2 3 4>;
|
qcom,tx-port-mapping = <1 2 3 4>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user