[PATCH V3] ARM: dts: imx6q: Add support for the DHCOM iMX6 SoM and PDK2

Shawn Guo shawnguo at kernel.org
Mon Apr 16 07:47:54 PDT 2018


On Sun, Mar 18, 2018 at 06:34:03PM +0100, Marek Vasut wrote:
> +&i2c2 {
> +	sgtl5000: codec at a {
> +		compatible = "fsl,sgtl5000";
> +		reg = <0x0a>;

Since commit c4e50b1d87fb ("ASoC: sgtl5000: Pass the required
'#sound-dai-cells'"), #sound-dai-cells is required for sgtl5000 device.
I added the following line here, and applied the patch.

	#sound-dai-cells = <0>;

Shawn

> +		clocks = <&clk_ext_audio_codec>;
> +		VDDA-supply = <&reg_3p3v>;
> +		VDDIO-supply = <&reg_3p3v>;
> +	};
> +};



More information about the linux-arm-kernel mailing list