* Tomi Valkeinen [off-list ref] [090805 17:19]:
Signed-off-by: Tomi Valkeinen <redacted>
---
arch/arm/configs/overo_defconfig | 265 ++++++++-----------------------------
arch/arm/mach-omap2/board-overo.c | 149 +++++++++++++++++++--
2 files changed, 196 insertions(+), 218 deletions(-)
<snip snip>
+static struct omap_dss_device overo_dvi_device = {
+ .type = OMAP_DISPLAY_TYPE_DPI,
+ .name = "dvi",
+ .driver_name = "generic_panel",
+ .phy.dpi.data_lines = 24,
+ .platform_enable = overo_panel_enable_dvi,
+ .platform_disable = overo_panel_disable_dvi,
+};
...
Please check the tabbing here too. Other than that:
Acked-by: Tony Lindgren <tony@atomide.com>