ARM: dts: imx6ul-isiot: Pass the required '#sound-dai-cells'
authorFabio Estevam <fabio.estevam@nxp.com>
Thu, 15 Mar 2018 18:29:29 +0000 (15:29 -0300)
committerShawn Guo <shawnguo@kernel.org>
Fri, 16 Mar 2018 01:13:38 +0000 (09:13 +0800)
DTC now warns about missing #sound-dai-cells:

/sound/simple-audio-card,codec: Missing property '#sound-dai-cells' in
node /soc/aips-bus@2100000/i2c@21a0000/codec@a or bad phandle
(referred from sound-dai[0])

Pass the required '#sound-dai-cells' property to fix it.

Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6ul-isiot.dtsi

index b0ecebb..921e12c 100644 (file)
        sgtl5000: codec@a {
                compatible = "fsl,sgtl5000";
                reg = <0x0a>;
+               #sound-dai-cells = <0>;
                clocks = <&clks IMX6UL_CLK_OSC>;
                clock-names = "mclk";
                VDDA-supply = <&reg_3p3v>;