On Wed, Nov 18, 2020 at 12:30:43PM +0200, Baruch Siach wrote: > Commit 2233bf7a92e ("gpio: mvebu: switch to regmap for register access") > changed most readl/writel registers access calls to the regmap API in > preparation for Armada 7K/8K support. PWM duration registers were left using > readl/writel, as the driver does not support PWM for Armada 7K/8K. > > Switch PWM duration registers to regmap as first step in adding Armada 7K/8K > PWM functionality support. > > Signed-off-by: Baruch Siach <baruch@xxxxxxxxxx> Reviewed-by: Andrew Lunn <andrew@xxxxxxx> Andrew