All of lore.kernel.org
 help / color / mirror / Atom feed
From: Brock Zheng Techyauld Ltd <yzheng@techyauld.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Fixup bug in PMIC TPS65217 register address definition
Date: Tue, 6 Jun 2017 09:06:21 +0800	[thread overview]
Message-ID: <20170606010621.GH1723@techyauld.com> (raw)

     The addresses of the registers in TI TPS65217 are not continuous.
     There is a gap between ENABLE(0x16) and DEFUVLO(0x18). No 0x17
     register available.

     Fixup the enum values by adding a 'reserved' placeholder to correct
     the addresses higher than 0x17.

     Series-to: Heiko Schocher <hs@denx.de>

Signed-off-by: Brock Zheng Techyauld Ltd <yzheng@techyauld.com>
---

 include/power/tps65217.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/power/tps65217.h b/include/power/tps65217.h
index 69a49f76fe..cb07ea5ce6 100644
--- a/include/power/tps65217.h
+++ b/include/power/tps65217.h
@@ -38,6 +38,7 @@ enum {
 	TPS65217_DEFLS1,
 	TPS65217_DEFLS2,
 	TPS65217_ENABLE,
+	TPS65217_RESERVED0, /* no 0x17 register available */
 	TPS65217_DEFUVLO,
 	TPS65217_SEQ1,
 	TPS65217_SEQ2,
-- 
2.13.0

             reply	other threads:[~2017-06-06  1:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-06  1:06 Brock Zheng Techyauld Ltd [this message]
2017-06-07  7:25 ` [U-Boot] [PATCH] Fixup bug in PMIC TPS65217 register address definition Lukasz Majewski
2017-06-09 11:20   ` Jaehoon Chung

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=20170606010621.GH1723@techyauld.com \
    --to=yzheng@techyauld.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.