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-18 21:49:40 -0500
commit2392fb6ac2b5684fbf48416423f6cdcc0db3f964 (patch)
treebb9a928d4b4750c551a20c4e4c28f6de280f5240 /include
parent89ea1ef9c88a1e702edcb2a698605056af31c52a (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 {