summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLiu Ying <b17645@freescale.com>2010-10-25 17:30:29 +0800
committerAlan Tull <alan.tull@freescale.com>2010-10-26 15:20:16 -0500
commitb942fdaace1ee13c88a6465be2bd14ce0e6b133f (patch)
tree694dcd67e83f26612ed7e216fdffa7a987a4cb6b /include
parent15b5ab51d2cf458bfd071c578897160fda5d7c71 (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>
Diffstat (limited to 'include')
-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. */