summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTerry Lv <r65388@freescale.com>2011-12-26 14:26:07 +0800
committerTerry Lv <r65388@freescale.com>2011-12-27 14:04:10 +0800
commitd783c0c33e07db6a949e7547a7a2a8e36f587a82 (patch)
tree3899b02f1cdba68398ff16d9f8a831da10f2aafc /include
parent1a40ba7a2af35559da6b21fc485424afd90b0817 (diff)
ENGR00139278-2: Add MLB driver platform data structure for mx6q
Add MLB driver platform data structure. Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/fsl_devices.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
index 0bb6c7eedb3e..2bc0ecff686d 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
@@ -163,6 +164,17 @@ struct fsl_usb2_wakeup_platform_data {
#define FLS_USB2_WORKAROUND_ENGCM09152 (1 << 0)
+struct mxc_mlb_platform_data {
+ struct device *dev;
+ u32 buf_addr;
+ u32 phy_addr;
+ char *reg_nvcc;
+ char *mlb_clk;
+ char *mlb_pll_clk;
+ void (*fps_sel)(int mlbfs);
+ struct cdev cdev;
+};
+
struct spi_device;
struct fsl_spi_platform_data {