[PATCH v3 10/11] ASoC: fsl: let fsl_ssi work with imx pcm and machine drivers
Shawn Guo
shawn.guo at linaro.org
Thu Mar 8 20:51:30 EST 2012
On Thu, Mar 08, 2012 at 08:15:26PM +0100, Sascha Hauer wrote:
...
> > @@ -796,6 +862,7 @@ static int fsl_ssi_remove(struct platform_device *pdev)
> >
> > static const struct of_device_id fsl_ssi_ids[] = {
> > { .compatible = "fsl,mpc8610-ssi", },
> > + { .compatible = "fsl,imx1-ssi", },
>
> imx1 seems wrong here. The register layout has changed significantly between
> i.MX1 and i.MX21.
>
Yeah, that's right. You indeed know i.MX1 much better than me. Will
change to:
.compatible = "fsl,imx21-ssi"
--
Regards,
Shawn
More information about the linux-arm-kernel
mailing list