On Tue, Aug 21, 2018 at 07:16:27PM +0200, Paul Cercueil wrote: > The PWM in the JZ4725B works the same as in the JZ4740, except that it > only has 6 channels available instead of 8. > > Signed-off-by: Paul Cercueil > --- > > Notes: > v5: New patch > > v6: - Move of_device_id structure back at the bottom (less noise in > patch) > - Use device_get_match_data() instead of of_* variant > > v7: No change > > drivers/pwm/pwm-jz4740.c | 22 ++++++++++++++++++++-- > 1 file changed, 20 insertions(+), 2 deletions(-) Acked-by: Thierry Reding