Re: [PATCH] pwm: aspeed: Select SYSCON to get parent detail.

2022-08-04 Thread Tom Rini
On Fri, Apr 29, 2022 at 11:50:48AM +0800, Billy Tsai wrote: > To work correctly, this driver depends on SYSCON to get the base address > from the parent dts node. > > Signed-off-by: Billy Tsai > Reviewed-by: Chia-Wei Wang Applied to u-boot/master, thanks! -- Tom signature.asc Description:

RE: [PATCH] pwm: aspeed: Select SYSCON to get parent detail.

2022-05-02 Thread ChiaWei Wang
> From: Billy Tsai > Sent: Friday, April 29, 2022 11:51 AM > > To work correctly, this driver depends on SYSCON to get the base address from > the parent dts node. > > Signed-off-by: Billy Tsai > --- > drivers/pwm/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git

[PATCH] pwm: aspeed: Select SYSCON to get parent detail.

2022-04-29 Thread Billy Tsai
To work correctly, this driver depends on SYSCON to get the base address from the parent dts node. Signed-off-by: Billy Tsai --- drivers/pwm/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index cb54e67fae..cf66293eeb 100644 ---