Searched hist:abf54bf978ed9932d69ee7f937012398d0d8d08f (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/include/power/ |
H A D | tps65217.h | diff abf54bf978ed9932d69ee7f937012398d0d8d08f Mon Jun 05 20:06:21 CDT 2017 Brock Zheng Techyauld Ltd <yzheng@techyauld.com> Fixup bug in PMIC TPS65217 register address definition
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> Reviewed-by: Lukasz Majewski <lukma@denx.de>
|