Re: [PATCH] power: act8846_pmic: fix number of registers

2023-01-31 Thread Jaehoon Chung
On 1/19/23 21:56, John Keeping 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). >

Re: [PATCH] power: act8846_pmic: fix number of registers

2023-01-19 Thread Simon Glass
On Thu, 19 Jan 2023 at 05:56, John Keeping 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

[PATCH] power: act8846_pmic: fix number of registers

2023-01-19 Thread John Keeping
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 ---