On Wed, Nov 18, 2020 at 12:30:41PM +0200, Baruch Siach wrote: > The gpio-mvebu driver supports the PWM functionality of the GPIO block for > earlier Armada variants like XP, 370 and 38x. This series extends support to > newer Armada variants that use CP11x and AP80x, like Armada 8K and 7K. > > This series adds adds the 'pwm-offset' property to DT binding. 'pwm-offset' One adds is enough. > points to the base of A/B counter registers that determine the PWM period and > duty cycle. > > The existing PWM DT binding reflects an arbitrary decision to allocate the A > counter to the first GPIO block, and B counter to the other one. It was not arbitrary. I decided on KISS. The few devices i've seen using this have been for a single GPIO/PWN controlled fan. KISS was sufficient for that, so why make it more complex? Andrew