On 3/15/11, Tomi Valkeinen <tomi.valkeinen@xxxxxx> wrote: > On Thu, 2011-03-10 at 04:44 -0600, K, Mythri P wrote: >> Adding board file structure for display which adds the display >> structure with HDMI as the default driver when the display init >> is called. >> HDMI GPIO configurations are also done in this file. >> >> Signed-off-by: Mythri P K <mythripk@xxxxxx> >> --- >> arch/arm/mach-omap2/board-omap4panda.c | 74 >> ++++++++++++++++++++++++++++++++ >> 1 files changed, 74 insertions(+), 0 deletions(-) > > <snip> > >> +static struct omap_dss_device *sdp4430_dss_devices[] = { >> + &sdp4430_hdmi_device, >> +}; >> + >> +static struct omap_dss_board_info sdp4430_dss_data = { >> + .num_devices = ARRAY_SIZE(sdp4430_dss_devices), >> + .devices = sdp4430_dss_devices, >> + .default_device = &sdp4430_hdmi_device, >> +}; >> + >> +void omap_panda_display_init(void) Using omap4_panda_display_init would be a good option as most of the other init in this file are using omap4 not omap >> +{ >> + sdp4430_hdmi_mux_init(); >> + omap_display_init(&sdp4430_dss_data); >> +} >> + > > The sdp4430 structs and functions should be renamed to panda. > > Tomi > > > -- > 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 > -- 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