On Mon, Feb 21, 2022 at 10:53:09AM +0100, Oleksij Rempel wrote: > From: Robin van der Gracht <robin@xxxxxxxxxxx> > > According to Documentation/devicetree/bindings/sound/fsl,ssi.txt > 'fsl,mode' should be specified for AC97 mode only. > > The 'fsl,ssi' documentation doesn't say anything about specifying > 'sound-dai-cells' so we'll remove that as well. Hmm, what needs to be fixed is fsl,ssi binding doc, I think. Shawn > > Signed-off-by: Robin van der Gracht <robin@xxxxxxxxxxx> > Signed-off-by: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx> > --- > arch/arm/boot/dts/imx6dl-victgo.dts | 2 -- > arch/arm/boot/dts/imx6qdl-vicut1.dtsi | 2 -- > 2 files changed, 4 deletions(-) > > diff --git a/arch/arm/boot/dts/imx6dl-victgo.dts b/arch/arm/boot/dts/imx6dl-victgo.dts > index d542ddad4e32..20c7f80e5ec9 100644 > --- a/arch/arm/boot/dts/imx6dl-victgo.dts > +++ b/arch/arm/boot/dts/imx6dl-victgo.dts > @@ -591,8 +591,6 @@ &pwm3 { > }; > > &ssi1 { > - #sound-dai-cells = <0>; > - fsl,mode = "ac97-slave"; > status = "okay"; > }; > > diff --git a/arch/arm/boot/dts/imx6qdl-vicut1.dtsi b/arch/arm/boot/dts/imx6qdl-vicut1.dtsi > index ec39008c0950..97ef8264947a 100644 > --- a/arch/arm/boot/dts/imx6qdl-vicut1.dtsi > +++ b/arch/arm/boot/dts/imx6qdl-vicut1.dtsi > @@ -466,8 +466,6 @@ &pwm3 { > }; > > &ssi1 { > - #sound-dai-cells = <0>; > - fsl,mode = "ac97-slave"; > status = "okay"; > }; > > -- > 2.30.2 >