aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2011-08-22 06:02:52 -0400
committerTomi Valkeinen <tomi.valkeinen@ti.com>2011-09-30 09:16:36 -0400
commit8d88767a4377171752c22ac39bcb2b505eb751da (patch)
tree0de05a263e976824e7f4a6e1f1d8ffb3ca37753e /arch
parent9eaaf2076dac213c034c69051dd7a625cd41f56e (diff)
OMAP: DSS2: HDMI: use default dividers
Use default regn and regm2 dividers in the hdmi driver if the board file does not define them. Cc: Mythri P K <mythripk@ti.com> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-omap2/board-4430sdp.c9
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 c7cef44c75d4..79c28273cf08 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 = {
652 .name = "hdmi", 652 .name = "hdmi",
653 .driver_name = "hdmi_panel", 653 .driver_name = "hdmi_panel",
654 .type = OMAP_DISPLAY_TYPE_HDMI, 654 .type = OMAP_DISPLAY_TYPE_HDMI,
655 .clocks = {
656 .dispc = {
657 .dispc_fclk_src = OMAP_DSS_CLK_SRC_FCK,
658 },
659 .hdmi = {
660 .regn = 15,
661 .regm2 = 1,
662 },
663 },
664 .platform_enable = sdp4430_panel_enable_hdmi, 655 .platform_enable = sdp4430_panel_enable_hdmi,
665 .platform_disable = sdp4430_panel_disable_hdmi, 656 .platform_disable = sdp4430_panel_disable_hdmi,
666 .channel = OMAP_DSS_CHANNEL_DIGIT, 657 .channel = OMAP_DSS_CHANNEL_DIGIT,