Re: [PATCH v5 10/10] OMAP4 : HDMI : Add HDMI structure in the board file for OMAP4 PANDA

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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)
> +{
> +	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


[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux