summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiu Ying <b17645@freescale.com>2010-10-25 17:30:29 +0800
committerLily Zhang <r58066@freescale.com>2010-10-27 15:54:33 +0800
commitfbd6f731540921508be0fe3955109c5bf7a4bf96 (patch)
treea197913f35f1bf2d2e3620cdf55d7319ba3ce1a1
parent715601740d58ce611d278338075e2f7aa6cb1a35 (diff)
ENGR00132935-1 fsl dev:Add pwm enable/disable pad functions
This patch adds pwm enable/disable pad functions declaration to pwm platform data in fsl_device.h. Signed-off-by: Liu Ying <b17645@freescale.com>
-rw-r--r--include/linux/fsl_devices.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
index 268aae9a5d23..d1455407d4e5 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -481,6 +481,8 @@ struct mxc_esai_platform_data {
struct mxc_pwm_platform_data {
int pwmo_invert;
+ void (*enable_pwm_pad) (void);
+ void (*disable_pwm_pad) (void);
};
/* The name that links the i.MX NAND Flash Controller driver to its devices. */