From patchwork Fri Sep 3 07:20:35 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guennadi Liakhovetski X-Patchwork-Id: 152501 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o837Jie9012912 for ; Fri, 3 Sep 2010 07:20:28 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755154Ab0ICHU1 (ORCPT ); Fri, 3 Sep 2010 03:20:27 -0400 Received: from mailout-de.gmx.net ([213.165.64.23]:43983 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with SMTP id S1755121Ab0ICHU1 (ORCPT ); Fri, 3 Sep 2010 03:20:27 -0400 Received: (qmail invoked by alias); 03 Sep 2010 07:20:25 -0000 Received: from p50898987.dip0.t-ipconnect.de (EHLO axis700.grange) [80.137.137.135] by mail.gmx.net (mp069) with SMTP; 03 Sep 2010 09:20:25 +0200 X-Authenticated: #20450766 X-Provags-ID: V01U2FsdGVkX18P5BsirFsPrEhrUl+Q84QjEUd/aJdgTWUYK8fa3I ymzdb5avPsGgnt Received: from lyakh (helo=localhost) by axis700.grange with local-esmtp (Exim 4.63) (envelope-from ) id 1OrQZf-0000vl-Gw; Fri, 03 Sep 2010 09:20:35 +0200 Date: Fri, 3 Sep 2010 09:20:35 +0200 (CEST) From: Guennadi Liakhovetski To: linux-sh@vger.kernel.org cc: linux-fbdev@vger.kernel.org Subject: [PATCH 13/15] fbdev: sh_mobile_hdmi: improve HDMI PHY parameters for high resolutions In-Reply-To: Message-ID: References: MIME-Version: 1.0 X-Y-GMX-Trusted: 0 Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Fri, 03 Sep 2010 07:20:28 +0000 (UTC) diff --git a/drivers/video/sh_mobile_hdmi.c b/drivers/video/sh_mobile_hdmi.c index 6f6a042..e1d70e2 100644 --- a/drivers/video/sh_mobile_hdmi.c +++ b/drivers/video/sh_mobile_hdmi.c @@ -401,7 +401,7 @@ static void sh_hdmi_phy_config(struct sh_hdmi *hdmi) * [6] DRV_TEST_EN * [7] DRV_TEST_IN */ - hdmi_write(hdmi, 0x19, HDMI_SLIPHDMIT_PARAM_SETTINGS_1); + hdmi_write(hdmi, 0x0f, HDMI_SLIPHDMIT_PARAM_SETTINGS_1); /* PLLB_CONFIG[17], PLLA_CONFIG[17] - not in PHY datasheet */ hdmi_write(hdmi, 0x00, HDMI_SLIPHDMIT_PARAM_SETTINGS_2); /* @@ -422,7 +422,7 @@ static void sh_hdmi_phy_config(struct sh_hdmi *hdmi) * PLLB_CONFIG[15:8]: regulator voltage[0], CP current, * LPF capacitance, LPF resistance[1] */ - hdmi_write(hdmi, 0x0E, HDMI_SLIPHDMIT_PARAM_SETTINGS_8); + hdmi_write(hdmi, 0x00, HDMI_SLIPHDMIT_PARAM_SETTINGS_8); /* DRV_CONFIG, PE_CONFIG */ hdmi_write(hdmi, 0x25, HDMI_SLIPHDMIT_PARAM_SETTINGS_9); /*