[PATCH 3/5] dma: mxs-dma: add device tree probe support
Dong Aisheng
aisheng.dong at freescale.com
Mon Apr 23 04:02:21 EDT 2012
On Mon, Apr 23, 2012 at 01:04:00PM +0800, Shawn Guo wrote:
> On Mon, Apr 23, 2012 at 12:01:29PM +0800, Dong Aisheng wrote:
> > > > +#ifdef CONFIG_OF
> > > > +static const struct of_device_id mxs_dma_dt_ids[] = {
> > > > + { .compatible = "fsl,imx23-dma-apbh", .data = &mxs_dma_idt[0], },
> > > > + { .compatible = "fsl,imx23-dma-apbx", .data = &mxs_dma_idt[1], },
> > > > + { .compatible = "fsl,imx28-dma-apbh", .data = &mxs_dma_idt[2], },
> > > > + { .compatible = "fsl,imx28-dma-apbx", .data = &mxs_dma_idt[3], },
> > > > + { /* sentinel */ }
> > > > +};
> > > > +MODULE_DEVICE_TABLE(of, mxs_dma_dt_ids);
> > > > +#endif
> > > > +
> > > As out goal is to convert mxs over to DT, you can remove the #ifdef
> > > here ...
> > >
> > But the non-dt is still exist, right?
> > So i think we can keep it now unless we totally removed the non-dt code.
> >
> The non-dt still exist during the transition. But even without the
> #ifdef, the driver works for non-dt. It just saves a few bytes for
> non-dt only build. We will soon enable DT build for mxs permanently.
> What's the point to have it at all?
>
Hmm, i think the point is non-dt does not need it, not relate to whether
user decide to enable dt or not.
Since you insist that, i can remove it first in my v2 patch and see people's
comment.
Regards
Dong Aisheng
More information about the linux-arm-kernel
mailing list