ARM: dts: stih4xx: Add missing #sound-dai-cells
authorRob Herring <robh@kernel.org>
Thu, 1 Mar 2018 20:25:00 +0000 (21:25 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 15 Mar 2018 21:05:01 +0000 (22:05 +0100)
dtc now gives the following warnings:

arch/arm/boot/dts/stih410-b2120.dtb: Warning (sound_dai_property): /soc/sound/simple-audio-card,dai-link@0/codec: Missing property '#sound-dai-cells' in node /soc/sti-display-subsystem/sti-hdmi@8d04000 or bad phandle (referred from sound-dai[0])
arch/arm/boot/dts/stih407-b2120.dtb: Warning (sound_dai_property): /soc/sound/simple-audio-card,dai-link@0/codec: Missing property '#sound-dai-cells' in node /soc/sti-display-subsystem/sti-hdmi@8d04000 or bad phandle (referred from sound-dai[0])
arch/arm/boot/dts/stih410-b2260.dtb: Warning (sound_dai_property): /soc/sound/simple-audio-card,dai-link@0/codec: Missing property '#sound-dai-cells' in node /soc/sti-display-subsystem/sti-hdmi@8d04000 or bad phandle (referred from sound-dai[0])

Add the missing #sound-dai-cells property.

Cc: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/stih407.dtsi
arch/arm/boot/dts/stih410.dtsi

index 4f01777..57efc87 100644 (file)
                                compatible = "st,stih407-hdmi";
                                reg = <0x8d04000 0x1000>;
                                reg-names = "hdmi-reg";
+                               #sound-dai-cells = <0>;
                                interrupts = <GIC_SPI 106 IRQ_TYPE_NONE>;
                                interrupt-names = "irq";
                                clock-names = "pix",
index bfbc737..3313005 100644 (file)
                                compatible = "st,stih407-hdmi";
                                reg = <0x8d04000 0x1000>;
                                reg-names = "hdmi-reg";
+                               #sound-dai-cells = <0>;
                                interrupts = <GIC_SPI 106 IRQ_TYPE_NONE>;
                                interrupt-names = "irq";
                                clock-names = "pix",