summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTerry Lv <r65388@freescale.com>2011-12-26 14:26:07 +0800
committerJason Liu <r64343@freescale.com>2012-01-09 21:12:52 +0800
commit0b4b085f2e3ab7078356bf715ca714e48468aa9e (patch)
tree550238d2f9a3536784831a0927df940ecd892f79 /include
parent347f2d5fbe822dc0508233dec5fdf22897204961 (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 2a374064c917..aab2fc827ea0 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
@@ -167,6 +168,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 {