* Tomi Valkeinen <tomi.valkeinen@xxxxxxxxx> [090805 17:19]: > Signed-off-by: Tomi Valkeinen <tomi.valkeinen@xxxxxxxxx> > --- > arch/arm/configs/omap3_beagle_defconfig | 26 ++++++- > arch/arm/mach-omap2/board-omap3beagle.c | 119 ++++++++++++++++++++++++------- > 2 files changed, 116 insertions(+), 29 deletions(-) > <snip snip> > +static struct omap_dss_device beagle_dvi_device = { > + .type = OMAP_DISPLAY_TYPE_DPI, > + .name = "dvi", > + .driver_name = "generic_panel", > + .phy.dpi.data_lines = 24, > + .reset_gpio = 170, > + .platform_enable = beagle_enable_dvi, > + .platform_disable = beagle_disable_dvi, > +}; ... Just nitpicking about the data tabbing in general, other than that: Acked-by: Tony Lindgren <tony@xxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html