Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / drivers / pwm / pwm-mxs.c
index 0266e84..a221808 100644 (file)
@@ -138,8 +138,6 @@ static int mxs_pwm_probe(struct platform_device *pdev)
 
        mxs->chip.dev = &pdev->dev;
        mxs->chip.ops = &mxs_pwm_ops;
-       mxs->chip.of_xlate = of_pwm_xlate_with_flags;
-       mxs->chip.of_pwm_n_cells = 3;
 
        ret = of_property_read_u32(np, "fsl,pwm-number", &mxs->chip.npwm);
        if (ret < 0) {