Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ebieder...
[linux-2.6-microblaze.git] / drivers / pwm / pwm-berlin.c
index fe40528..acb6fbc 100644 (file)
@@ -206,7 +206,6 @@ static int berlin_pwm_probe(struct platform_device *pdev)
 
        pwm->chip.dev = &pdev->dev;
        pwm->chip.ops = &berlin_pwm_ops;
-       pwm->chip.base = -1;
        pwm->chip.npwm = 4;
        pwm->chip.of_xlate = of_pwm_xlate_with_flags;
        pwm->chip.of_pwm_n_cells = 3;