Re: [PATCH] power: domain: ti: Extend use of PTCMD and PTSTAT registers for high PDs

2022-04-15 Thread Tom Rini
On Fri, Apr 01, 2022 at 08:02:48PM -0500, Dave Gerlach wrote: > It is possible for power domain IDs to be great than 31. If this > happens, the PTCMD and PTSTAT registers must overflow into adjacent > corresponding PTCMD_H and PTSTAT_H registers for each. Update the driver > to account for this.

[PATCH] power: domain: ti: Extend use of PTCMD and PTSTAT registers for high PDs

2022-04-01 Thread Dave Gerlach
It is possible for power domain IDs to be great than 31. If this happens, the PTCMD and PTSTAT registers must overflow into adjacent corresponding PTCMD_H and PTSTAT_H registers for each. Update the driver to account for this. Signed-off-by: Dave Gerlach ---