[PATCH] power: act8846_pmic: fix number of registers

Simon Glass sjg at chromium.org
Thu Jan 19 17:19:20 CET 2023


On Thu, 19 Jan 2023 at 05:56, John Keeping <john at metanate.com> wrote:
>
> The highest register on ACT8846 is 0xf5, so set the number of registers
> to 0xf6, ensuring that the pmic read/write commands are able to access
> all of the supported registers (and many that are not valid, since the
> register space is quite sparse).
>
> Signed-off-by: John Keeping <john at metanate.com>
> ---
>  include/power/act8846_pmic.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list