diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-03-15 15:29:29 -0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-03-16 09:13:38 +0800 |
commit | 326e7ba992cbe17c12d4235f65d72c6e222a73a1 (patch) | |
tree | 274769bac09bbaecbc1a1615a4da640fdb2afd42 /arch/arm | |
parent | 863c53fcffa305e4b8090da1809e568c89cc453a (diff) | |
download | blackbird-obmc-linux-326e7ba992cbe17c12d4235f65d72c6e222a73a1.tar.gz blackbird-obmc-linux-326e7ba992cbe17c12d4235f65d72c6e222a73a1.zip |
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>
Diffstat (limited to 'arch/arm')
-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 @@ sgtl5000: codec@a { compatible = "fsl,sgtl5000"; reg = <0x0a>; + #sound-dai-cells = <0>; clocks = <&clks IMX6UL_CLK_OSC>; clock-names = "mclk"; VDDA-supply = <®_3p3v>; |