From patchwork Mon Feb 27 09:04:21 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nickey Yang X-Patchwork-Id: 732732 X-Patchwork-Delegate: agust@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 3vWwlt5Jqlz9s8N for ; Mon, 27 Feb 2017 20:05:30 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 73CC63ABE; Mon, 27 Feb 2017 10:05:28 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZkslGBWcmz-M; Mon, 27 Feb 2017 10:05:28 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9BBAE3AB1; Mon, 27 Feb 2017 10:05:27 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CB1D53AB1 for ; Mon, 27 Feb 2017 10:05:22 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kPEpgaghQfyg for ; Mon, 27 Feb 2017 10:05:22 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from smtphy.263.net (syd-smtp01.263.net [54.79.106.188]) by theia.denx.de (Postfix) with ESMTPS id 284A7B3895 for ; Mon, 27 Feb 2017 10:05:18 +0100 (CET) Received: from smtphy.263.net (sg-smtp01.263.net [54.255.195.220]) by smtphy.263.net (Postfix) with ESMTPS id 46A2B402D4 for ; Mon, 27 Feb 2017 17:05:14 +0800 (CST) Received: from smtphy.263.net (irl-smtp01.263.net [54.76.167.174]) by smtphy.263.net (Postfix) with ESMTPS id 0F5D517 for ; Mon, 27 Feb 2017 17:05:06 +0800 (CST) Received: from transport.263xmail.com (unknown [38.83.106.156]) by smtphy.263.net (Postfix) with ESMTPS id EB44CE01B8 for ; Mon, 27 Feb 2017 17:04:58 +0800 (CST) Received: from regular2.263xmail.com (unknown [192.168.165.120]) by transport.263xmail.com (Postfix) with ESMTP id 4FEEC2384 for ; Mon, 27 Feb 2017 17:04:54 +0800 (CST) Received: from regular1.263xmail.com (unknown [192.168.165.231]) by regular2.263xmail.com (Postfix) with ESMTP id 51E10108 for ; Mon, 27 Feb 2017 17:04:47 +0800 (CST) Received: from nickey.yang?rock-chips.com (unknown [192.168.165.103]) by regular1.263xmail.com (Postfix) with ESMTP id BB6CA6208; Mon, 27 Feb 2017 17:04:35 +0800 (CST) X-263anti-spam: KSV:0; X-MAIL-GRAY: 0 X-MAIL-DELIVERY: 1 X-KSVirus-check: 0 X-ABS-CHECKED: 4 Received: from smtp.263.net (sg-smtp01.263.net [54.255.195.220]) by smtp.263.net (Postfix) with ESMTP id 22538401; Mon, 27 Feb 2017 17:04:35 +0800 (CST) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp.263.net (Postfix) with ESMTP id 971CDDF30C; Mon, 27 Feb 2017 17:04:36 +0800 (CST) X-RL-SENDER: nickey.yang@rock-chips.com X-FST-TO: sjg@chromium.org X-SENDER-IP: 103.29.142.67 X-LOGIN-NAME: nickey.yang@rock-chips.com X-UNIQUE-TAG: X-ATTACHMENT-NUM: 0 X-SENDER: nickey.yang@rock-chips.com X-DNS-TYPE: 0 Received: from localhost.localdomain (unknown [103.29.142.67]) by smtp.263.net (Postfix) whith ESMTP id 30708TFN4ZC; Mon, 27 Feb 2017 17:04:37 +0800 (CST) From: Nickey Yang To: sjg@chromium.org Date: Mon, 27 Feb 2017 17:04:21 +0800 Message-Id: <1488186261-21668-1-git-send-email-nickey.yang@rock-chips.com> X-Mailer: git-send-email 1.9.1 Cc: u-boot@lists.denx.de, Nickey Yang , jacob2.chen@rock-chips.com Subject: [U-Boot] [PATCH] rockchip: video: fix 83500000 clock mistake in rockchip HDMI X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" There is one "0" too many in 83500000 mpixelclock in rockchip_mpll_cfg[]. fix it. Signed-off-by: Nickey Yang --- drivers/video/rockchip/rk_hdmi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/rockchip/rk_hdmi.c b/drivers/video/rockchip/rk_hdmi.c index 1a4fa36..7b0c43b 100644 --- a/drivers/video/rockchip/rk_hdmi.c +++ b/drivers/video/rockchip/rk_hdmi.c @@ -110,7 +110,7 @@ static const struct hdmi_mpll_config rockchip_mpll_cfg[] = { .mpixelclock = 66000000, .cpce = 0x013e, .gmp = 0x0003, .curr = 0x0038, }, { - .mpixelclock = 835000000, + .mpixelclock = 83500000, .cpce = 0x0072, .gmp = 0x0001, .curr = 0x0028, }, { .mpixelclock = 146250000,