On Mon, Jun 3, 2013 at 8:37 PM, Alexander Shishkin <alexander.shishkin@xxxxxxxxxxxxxxx> wrote: > Michael Grzeschik <mgr@xxxxxxxxxxxxxx> writes: > >> From: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> >> >> Even if a chipidea core is otg capable the board may not. This allows > > "may not be" > >> to explicitly set the core to host/peripheral mode. Without these >> flags the driver falls back to the old behaviour. >> >> Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> >> --- > > [snip] > >> + if (!ci->platdata->dr_mode) >> + ci->platdata->dr_mode = of_usb_get_dr_mode(dev->of_node); > > same as previous one, let's keep it in the platform. Alex, have you made the conclusion with Felipe, whether we need DT support at core driver to handle such kinds of things or use platform data is ok? Last time, I remember he disagreed the way this patch uses. -- BR, Peter Chen -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html