Re: [PATCH v2 1/2] power: pmic: rk8xx: Support sysreset shutdown method

2022-07-16 Thread Michal Suchánek
On Fri, Jul 15, 2022 at 07:18:07PM +0200, Michal Suchánek wrote: > On Fri, Jul 15, 2022 at 12:10:47PM -0500, Chris Morgan wrote: > > On Thu, Jul 07, 2022 at 10:41:34AM +0200, Michal Suchánek wrote: > > > Hello, > > > > > > this causes regression on pinebook pro: > > > > > > resetting ... > > > Sy

Re: [PATCH v2 1/2] power: pmic: rk8xx: Support sysreset shutdown method

2022-07-15 Thread Chris Morgan
On Thu, Jul 07, 2022 at 10:41:34AM +0200, Michal Suchánek wrote: > Hello, > > this causes regression on pinebook pro: > > resetting ... > System reset not supported on this platform > ### ERROR ### Please RESET the board ### > > Is there something missing in the DT for this board? > > Or perhap

Re: [PATCH v2 1/2] power: pmic: rk8xx: Support sysreset shutdown method

2022-07-15 Thread Michal Suchánek
On Fri, Jul 15, 2022 at 12:10:47PM -0500, Chris Morgan wrote: > On Thu, Jul 07, 2022 at 10:41:34AM +0200, Michal Suchánek wrote: > > Hello, > > > > this causes regression on pinebook pro: > > > > resetting ... > > System reset not supported on this platform > > ### ERROR ### Please RESET the boar

Re: [PATCH v2 1/2] power: pmic: rk8xx: Support sysreset shutdown method

2022-07-07 Thread Michal Suchánek
Hello, this causes regression on pinebook pro: resetting ... System reset not supported on this platform ### ERROR ### Please RESET the board ### Is there something missing in the DT for this board? Or perhaps a fallback should be provided in absence of the PMIC? Thanks Michal On Fri, May 27

[PATCH v2 1/2] power: pmic: rk8xx: Support sysreset shutdown method

2022-05-27 Thread Chris Morgan
From: Chris Morgan Add support for sysreset shutdown for this PMIC. The values were pulled from the various datasheets, but for now it has only been tested on the rk817 (for an Odroid Go Advance). Signed-off-by: Chris Morgan Reviewed-by: Jaehoon Chung Reviewed-by: Kever Yang --- drivers/powe