From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomi Valkeinen Subject: [PATCH 04/10] OMAP: DSS2: HDMI: use default dividers Date: Tue, 20 Sep 2011 11:18:20 +0300 Message-ID: <1316506706-18941-5-git-send-email-tomi.valkeinen@ti.com> References: <1316506706-18941-1-git-send-email-tomi.valkeinen@ti.com> Return-path: Received: from na3sys009aog105.obsmtp.com ([74.125.149.75]:48361 "EHLO na3sys009aog105.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754201Ab1ITISz (ORCPT ); Tue, 20 Sep 2011 04:18:55 -0400 Received: by mail-bw0-f46.google.com with SMTP id zt4so285610bkb.5 for ; Tue, 20 Sep 2011 01:18:53 -0700 (PDT) In-Reply-To: <1316506706-18941-1-git-send-email-tomi.valkeinen@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: tony@atomide.com Cc: linux-omap@vger.kernel.org, Tomi Valkeinen , Mythri P K Use default regn and regm2 dividers in the hdmi driver if the board file does not define them. Cc: Mythri P K Signed-off-by: Tomi Valkeinen --- arch/arm/mach-omap2/board-4430sdp.c | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c index c7cef44..79c2827 100644 --- a/arch/arm/mach-omap2/board-4430sdp.c +++ b/arch/arm/mach-omap2/board-4430sdp.c @@ -652,15 +652,6 @@ static struct omap_dss_device sdp4430_hdmi_device = { .name = "hdmi", .driver_name = "hdmi_panel", .type = OMAP_DISPLAY_TYPE_HDMI, - .clocks = { - .dispc = { - .dispc_fclk_src = OMAP_DSS_CLK_SRC_FCK, - }, - .hdmi = { - .regn = 15, - .regm2 = 1, - }, - }, .platform_enable = sdp4430_panel_enable_hdmi, .platform_disable = sdp4430_panel_disable_hdmi, .channel = OMAP_DSS_CHANNEL_DIGIT, -- 1.7.4.1