diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-03-15 14:29:29 -0400 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-03-15 21:13:38 -0400 |
commit | 326e7ba992cbe17c12d4235f65d72c6e222a73a1 (patch) | |
tree | 274769bac09bbaecbc1a1615a4da640fdb2afd42 | |
parent | 863c53fcffa305e4b8090da1809e568c89cc453a (diff) |
ARM: dts: imx6ul-isiot: Pass the required '#sound-dai-cells'
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>
-rw-r--r-- | arch/arm/boot/dts/imx6ul-isiot.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ul-isiot.dtsi b/arch/arm/boot/dts/imx6ul-isiot.dtsi index b0ecebb512b3..921e12c69a00 100644 --- a/arch/arm/boot/dts/imx6ul-isiot.dtsi +++ b/arch/arm/boot/dts/imx6ul-isiot.dtsi | |||
@@ -142,6 +142,7 @@ | |||
142 | sgtl5000: codec@a { | 142 | sgtl5000: codec@a { |
143 | compatible = "fsl,sgtl5000"; | 143 | compatible = "fsl,sgtl5000"; |
144 | reg = <0x0a>; | 144 | reg = <0x0a>; |
145 | #sound-dai-cells = <0>; | ||
145 | clocks = <&clks IMX6UL_CLK_OSC>; | 146 | clocks = <&clks IMX6UL_CLK_OSC>; |
146 | clock-names = "mclk"; | 147 | clock-names = "mclk"; |
147 | VDDA-supply = <®_3p3v>; | 148 | VDDA-supply = <®_3p3v>; |