From: Terry Lv Date: Mon, 26 Dec 2011 06:26:07 +0000 (+0800) Subject: ENGR00139278-2: Add MLB driver platform data structure for mx6q X-Git-Tag: v3.0.35-fsl_4.1.0~1864 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=926449a5063e6229804ea5f4da35a037dbe794b5;p=karo-tx-linux.git ENGR00139278-2: Add MLB driver platform data structure for mx6q Add MLB driver platform data structure. Signed-off-by: Terry Lv --- 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 +#include /* * 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 {