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 <[email protected]>
> ---
>  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)
> +{
> +     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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to