Merge tag 'tegra-for-5.14-rc3-arm64-dt' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / drivers / pwm / pwm-sun4i.c
index e01becd..c952604 100644 (file)
@@ -460,8 +460,6 @@ static int sun4i_pwm_probe(struct platform_device *pdev)
        pwm->chip.dev = &pdev->dev;
        pwm->chip.ops = &sun4i_pwm_ops;
        pwm->chip.npwm = pwm->data->npwm;
-       pwm->chip.of_xlate = of_pwm_xlate_with_flags;
-       pwm->chip.of_pwm_n_cells = 3;
 
        spin_lock_init(&pwm->ctrl_lock);