summaryrefslogtreecommitdiff
path: root/include/linux/fsl_devices.h
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2011-04-08 21:33:12 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:41:41 -0800
commit52c5332dabb730ce05156baee482db42fb285698 (patch)
tree3b4ff8bd98a66a15bbadadd7351c15c8678fec40 /include/linux/fsl_devices.h
parent83adb17804d48ead8fc91a8ab7dda81db13b9444 (diff)
usb: gadget: add phy_config to fsl_devices.h
Original-Change-Id: I7be84ad877d1865c639ee5856f546276c8fdac73 Signed-off-by: Colin Cross <ccross@android.com> (cherry picked from commit e8945b26135c260f91c12a85cc911a165ab07504) Rebase-Id: R3051e65e6a756bdad25ade5f865b383d9a2164e3
Diffstat (limited to 'include/linux/fsl_devices.h')
-rw-r--r--include/linux/fsl_devices.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/fsl_devices.h b/include/linux/fsl_devices.h
index fffdf00f87b9..036272c5621c 100644
--- a/include/linux/fsl_devices.h
+++ b/include/linux/fsl_devices.h
@@ -95,6 +95,8 @@ struct fsl_usb2_platform_data {
u32 pm_configured_flag;
u32 pm_portsc;
u32 pm_usbgenctrl;
+
+ void *phy_config;
};
/* Flags in fsl_usb2_mph_platform_data */