Re: [PATCH v2 3/3] ARM: OMAP: ocp2scp: create omap device for ocp2scp

From: Arnd Bergmann
Date: Fri Oct 26 2012 - 03:47:08 EST


On Friday 26 October 2012, Felipe Balbi wrote:
> > +static void omap_init_ocp2scp(void)
> > +{
> > + struct omap_hwmod *oh;
> > + struct platform_device *pdev;
> > + int bus_id = -1, dev_cnt = 0, i;
> > + struct omap_ocp2scp_dev *ocp2scp_dev;
> > + const char *oh_name, *name;
> > + struct omap_ocp2scp_platform_data *pdata;
> > +
> > + oh_name = "ocp2scp_usb_phy";
> > + name = "omap-ocp2scp";
>
> how about adding checks here to return early case we're not running on
> OMAP4 or OMAP5 ??
>

I suppose even OMAP4-only, since OMAP5 always has DT enabled.

Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/