From patchwork Tue Sep 30 09:44:54 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Zhong X-Patchwork-Id: 5001461 Return-Path: X-Original-To: patchwork-linux-rockchip@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id EC345BEEA6 for ; Tue, 30 Sep 2014 09:45:50 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 41E652017D for ; Tue, 30 Sep 2014 09:45:50 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4498120172 for ; Tue, 30 Sep 2014 09:45:49 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XYu0C-0002QO-5n; Tue, 30 Sep 2014 09:45:48 +0000 Received: from mail-pa0-f45.google.com ([209.85.220.45]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XYu0A-0002L2-6G for linux-rockchip@lists.infradead.org; Tue, 30 Sep 2014 09:45:46 +0000 Received: by mail-pa0-f45.google.com with SMTP id rd3so9661602pab.18 for ; Tue, 30 Sep 2014 02:45:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=from:to:cc:subject:date:message-id; bh=nKa034oZdS0QDzUgzNC1m3KdFTt/RtdxBV8Hp00IyBg=; b=EpJkWAwaupvpspm+IK/HgcupZx4+HJS8+xluCKLTnzVOrSxuHwl8y7XLt0hRyfvHnZ 6HuBaWJjzJXJrg0fusq50+f/Gcm+Vu2uR1BAAhvb5g+lnoMo5YtQ5wvHbT0BbW/Y5TJp mhVa/NXMWS2ctsD7InGNljxDdxWjtj4NTz3+hKP5+6jCeckbNm6EqRDAc97P9RI6xDba DKraCfYiNgOpHtn3bo+lBole3oBXjRex8pDpXjxa/3kvhU5iJouJXHHUJw9x8JL2wwrR /6JhpVJmg7vJvkBJwBTe72iZtFEciNNbnKe4491DBzZlbZYzfcD2Ikgd9N2I3rFe7SSJ B27A== X-Received: by 10.66.193.4 with SMTP id hk4mr66923763pac.12.1412070324606; Tue, 30 Sep 2014 02:45:24 -0700 (PDT) Received: from localhost.localdomain ([104.37.2.38]) by mx.google.com with ESMTPSA id js7sm14623658pbc.62.2014.09.30.02.45.20 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 30 Sep 2014 02:45:23 -0700 (PDT) From: Chris Zhong To: dianders@chromium.org, heiko@sntech.de Subject: [PATCH] regulator: rk808: Fix min_uV for DCDC1 & DCDC2 Date: Tue, 30 Sep 2014 17:44:54 +0800 Message-Id: <1412070294-5535-1-git-send-email-zyw@rock-chips.com> X-Mailer: git-send-email 1.7.9.5 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140930_024546_253428_61E727D3 X-CRM114-Status: UNSURE ( 9.01 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.5 (/) Cc: Chris Zhong , linux-rockchip@lists.infradead.org, Mark Brown , Liam Girdwood , linux-kernel@vger.kernel.org X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The min_uv in DCDC1 & DCDC2 should be 712.5mv Signed-off-by: Chris Zhong --- drivers/regulator/rk808-regulator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/regulator/rk808-regulator.c b/drivers/regulator/rk808-regulator.c index e305416..196a5c8 100644 --- a/drivers/regulator/rk808-regulator.c +++ b/drivers/regulator/rk808-regulator.c @@ -44,7 +44,7 @@ static const int rk808_buck_config_regs[] = { }; static const struct regulator_linear_range rk808_buck_voltage_ranges[] = { - REGULATOR_LINEAR_RANGE(700000, 0, 63, 12500), + REGULATOR_LINEAR_RANGE(712500, 0, 63, 12500), }; static const struct regulator_linear_range rk808_buck4_voltage_ranges[] = {