]> Git Repo - linux.git/blobdiff - drivers/pwm/pwm-imx-tpm.c
Merge branches 'acpi-numa', 'acpi-glue', 'acpi-config' and 'acpi-pmic'
[linux.git] / drivers / pwm / pwm-imx-tpm.c
index 97c9133b687629a35a20ebaa7c8678f3ba47ed00..dbb50493abdd4e75931b1f52e131daca0c3b251d 100644 (file)
@@ -363,8 +363,6 @@ static int pwm_imx_tpm_probe(struct platform_device *pdev)
 
        tpm->chip.dev = &pdev->dev;
        tpm->chip.ops = &imx_tpm_pwm_ops;
-       tpm->chip.of_xlate = of_pwm_xlate_with_flags;
-       tpm->chip.of_pwm_n_cells = 3;
 
        /* get number of channels */
        val = readl(tpm->base + PWM_IMX_TPM_PARAM);
This page took 0.032372 seconds and 4 git commands to generate.