summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlbert Chen <R65187@freescale.com>2010-01-28 09:57:57 +0800
committerFrank Li <Frank.Li@freescale.com>2010-03-16 12:35:19 +0800
commitae06586a50296b86254d34fc1ec4e50d3f5f3320 (patch)
treee6a6456b6f45401ff433bdf3bce94c3b78c63afd /include
parent05a2326e4f4c0d7a3cef3b7d2b7e29d42c61cedd (diff)
ENGR00117742-1 add usb support for mx28
add usb support for mx28 include usb host and usb device Signed-off-by: Albert Chen <r65187@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/fsl_devices.h23
1 files changed, 13 insertions, 10 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
index d6a348ba9bd3..bb030a3bf120 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -1,17 +1,19 @@
/*
- * include/linux/fsl_devices.h
+ * Copyright (C) 2009-2010 Freescale Semiconductor, Inc. All Rights Reserved.
*
- * Definitions for any platform device related flags or structures for
- * Freescale processor devices
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
*
- * Maintainer: Kumar Gala <galak@kernel.crashing.org>
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * Copyright 2004, 2009 Freescale Semiconductor, Inc
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef _FSL_DEVICE_H_
@@ -78,6 +80,7 @@ struct fsl_usb2_platform_data {
int (*platform_init) (struct platform_device *);
void (*platform_uninit) (struct fsl_usb2_platform_data *);
void __iomem *regs; /* ioremap'd register base */
+ u32 phy_regs; /* usb phy register base */
u32 xcvr_type; /* PORTSC_PTS_* */
char *transceiver; /* transceiver name */
unsigned power_budget; /* for hcd->power_budget */