public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: davinci: dm644x: fix out range signal for ED
@ 2012-10-03  6:35 Prabhakar
  2012-10-03 10:38 ` Sekhar Nori
  0 siblings, 1 reply; 7+ messages in thread
From: Prabhakar @ 2012-10-03  6:35 UTC (permalink / raw)
  To: DLOS; +Cc: Manjunath Hadli, VGER, LAK, Lad, Prabhakar, Sekhar Nori

From: Lad, Prabhakar <prabhakar.lad@ti.com>

while testing display on dm644x, for ED out-range signals
was observed. This patch fixes appropriate clock setting
for ED.

Signed-off-by: Lad, Prabhakar <prabhakar.lad@ti.com>
Signed-off-by: Manjunath Hadli <manjunath.hadli@ti.com>
Cc: Sekhar Nori <nsekhar@ti.com>
---
 arch/arm/mach-davinci/dm644x.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-davinci/dm644x.c b/arch/arm/mach-davinci/dm644x.c
index 79d2880..688484b 100644
--- a/arch/arm/mach-davinci/dm644x.c
+++ b/arch/arm/mach-davinci/dm644x.c
@@ -713,8 +713,7 @@ static int dm644x_venc_setup_clock(enum vpbe_enc_timings_type type,
 		break;
 	case VPBE_ENC_CUSTOM_TIMINGS:
 		if (pclock <= 27000000) {
-			v |= DM644X_VPSS_MUXSEL_PLL2_MODE |
-			     DM644X_VPSS_DACCLKEN;
+			v |= DM644X_VPSS_DACCLKEN;
 			writel(v, DAVINCI_SYSMOD_VIRT(SYSMOD_VPSS_CLKCTL));
 		} else {
 			/*
-- 
1.7.4.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-10-26  7:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-03  6:35 [PATCH] ARM: davinci: dm644x: fix out range signal for ED Prabhakar
2012-10-03 10:38 ` Sekhar Nori
2012-10-04  4:52   ` Prabhakar Lad
2012-10-04  7:13     ` Sekhar Nori
2012-10-04 13:53       ` Prabhakar Lad
2012-10-26  7:35         ` Sekhar Nori
2012-10-26  7:44           ` Prabhakar Lad

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox