On 30/07/2024 14:50, Jerome Brunet wrote:
Comment in suspend says TOP is put in suspend, but the register
poke following is actually de-asserting the reset, like in init.
It is doing the opposite of what the comment says.
Align the comment with what the code is doing for now and add
a FIXME not
On Tue, Jul 30, 2024 at 2:50 PM Jerome Brunet wrote:
>
> Comment in suspend says TOP is put in suspend, but the register
> poke following is actually de-asserting the reset, like in init.
>
> It is doing the opposite of what the comment says.
>
> Align the comment with what the code is doing for n
Comment in suspend says TOP is put in suspend, but the register
poke following is actually de-asserting the reset, like in init.
It is doing the opposite of what the comment says.
Align the comment with what the code is doing for now and add
a FIXME note to sort this out later
Signed-off-by: Jer