public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jaehoon Chung <jh80.chung@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] pmic: max77686: fix the wrong offset
Date: Mon, 30 Sep 2013 14:23:37 +0900	[thread overview]
Message-ID: <52490AD9.8090500@samsung.com> (raw)

0x1D is reserved. So BUCK3DVS1 is started from 0x1e.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
---
 include/power/max77686_pmic.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/power/max77686_pmic.h b/include/power/max77686_pmic.h
index c98db1b..16e9016 100644
--- a/include/power/max77686_pmic.h
+++ b/include/power/max77686_pmic.h
@@ -36,7 +36,7 @@ enum {
 	MAX77686_REG_PMIC_BUCK2DVS7,
 	MAX77686_REG_PMIC_BUCK2DVS8,
 	MAX77686_REG_PMIC_BUCK3CTRL,
-	MAX77686_REG_PMIC_BUCK3DVS1,
+	MAX77686_REG_PMIC_BUCK3DVS1	= 0x1e,
 	MAX77686_REG_PMIC_BUCK3DVS2,
 	MAX77686_REG_PMIC_BUCK3DVS3,
 	MAX77686_REG_PMIC_BUCK3DVS4,
-- 
1.7.9.5

             reply	other threads:[~2013-09-30  5:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-30  5:23 Jaehoon Chung [this message]
2013-10-14 20:25 ` [U-Boot] pmic: max77686: fix the wrong offset Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52490AD9.8090500@samsung.com \
    --to=jh80.chung@samsung.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox