summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTerry Lv <r65388@freescale.com>2011-05-18 19:02:58 +0800
committerTerry Lv <r65388@freescale.com>2011-05-19 10:32:37 +0800
commit99f4fb80aee3a5e1333b22b58f6ee95c2452c6da (patch)
tree1a2fc5497b21fbc370ddca1ad5b2e031bb84d6aa /include
parent435584cd445ca91a1897bb49f8b62eaf895c9c84 (diff)
ENGR00141131-2: MX53_ARD: MLB can't support 1024fs data transfer
MLB can't support 1024fs data transfer. Need to enable MLBCLK_IN_INV in IOMUXC.IOMUXC_GPR0. Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/fsl_devices.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
index e1a65397f4cf..e9f249c54338 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -18,6 +18,7 @@
#define _FSL_DEVICE_H_
#include <linux/types.h>
+#include <linux/cdev.h>
/*
* Some conventions on how we handle peripherals on Freescale chips
@@ -458,10 +459,13 @@ struct mxc_gps_platform_data {
};
struct mxc_mlb_platform_data {
- u32 buf_address;
- u32 phy_address;
+ struct device *dev;
+ u32 buf_addr;
+ u32 phy_addr;
char *reg_nvcc;
char *mlb_clk;
+ void (*fps_sel)(int mlbfs);
+ struct cdev cdev;
};
struct flexcan_platform_data {