Re: [RFC] power: imx8m-power-domain: Add delay to align with kernel driver

2023-05-06 Thread Marek Vasut
On 4/28/23 21:52, Fabio Estevam wrote: From: Fabio Estevam In the imx8m power domain kernel driver, there is an extra udelay(5) prior to requesting the domain to power up: https://github.com/torvalds/linux/blob/v6.3/drivers/soc/imx/gpcv2.c#L347-L375 Haven't observed any issues due to the lack

[RFC] power: imx8m-power-domain: Add delay to align with kernel driver

2023-04-28 Thread Fabio Estevam
From: Fabio Estevam In the imx8m power domain kernel driver, there is an extra udelay(5) prior to requesting the domain to power up: https://github.com/torvalds/linux/blob/v6.3/drivers/soc/imx/gpcv2.c#L347-L375 Haven't observed any issues due to the lack of this delay in U-Boot, but better to a