9 Mar
2012
9 Mar
'12
2:51 a.m.
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