[PATCH 06/12] arm64: dts: qcom: msm8996: align dai node names with dtschema
Krzysztof Kozlowski
krzysztof.kozlowski at linaro.org
Tue Sep 6 14:16:49 CEST 2022
DT schema expects DAI node names to be "dai":
qcom/msm8996-mtp.dtb: dais: 'hdmi at 1' does not match any of the regexes: '^dai@[0-9]+$', 'pinctrl-[0-9]+'
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>
---
arch/arm64/boot/dts/qcom/msm8996.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
index 8dd4f6d09330..273e41c27942 100644
--- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
@@ -3401,7 +3401,7 @@ q6afedai: dais {
#address-cells = <1>;
#size-cells = <0>;
#sound-dai-cells = <1>;
- hdmi at 1 {
+ dai at 1 {
reg = <1>;
};
};
--
2.34.1
More information about the Alsa-devel
mailing list