public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Fixup bug in PMIC TPS65217 register address definition
@ 2017-06-06  1:06 Brock Zheng Techyauld Ltd
  2017-06-07  7:25 ` Lukasz Majewski
  0 siblings, 1 reply; 3+ messages in thread
From: Brock Zheng Techyauld Ltd @ 2017-06-06  1:06 UTC (permalink / raw)
  To: u-boot

     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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-06-09 11:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-06  1:06 [U-Boot] [PATCH] Fixup bug in PMIC TPS65217 register address definition Brock Zheng Techyauld Ltd
2017-06-07  7:25 ` Lukasz Majewski
2017-06-09 11:20   ` Jaehoon Chung

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox