]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/pwm/pwm-renesas-tpu.c
pwm: make the PWM_POLARITY flag in DTB optional
[karo-tx-linux.git] / drivers / pwm / pwm-renesas-tpu.c
index 3b71b42e89d505cf5120f87d173f7e78f05e6550..5271da347dd3546373cdd350fb92fb7937dae358 100644 (file)
@@ -419,7 +419,6 @@ static int tpu_probe(struct platform_device *pdev)
        tpu->chip.dev = &pdev->dev;
        tpu->chip.ops = &tpu_pwm_ops;
        tpu->chip.of_xlate = of_pwm_xlate_with_flags;
-       tpu->chip.of_pwm_n_cells = 3;
        tpu->chip.base = -1;
        tpu->chip.npwm = TPU_CHANNEL_MAX;