diff options
author | Tom Rini <trini@ti.com> | 2014-05-22 13:42:26 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-05-22 13:42:26 -0400 |
commit | 8e3812859670fda61b98458864fa9f014fcd3dcc (patch) | |
tree | 059ebfe928823ba398beca7d4bd39da7a28481cc /arch | |
parent | c9afa7cea84c9b7346fcd2710577bcc386631aba (diff) | |
parent | c8151b4a5de136ea2c2a0e6e9aec481810ee0460 (diff) | |
download | u-boot-imx-8e3812859670fda61b98458864fa9f014fcd3dcc.zip u-boot-imx-8e3812859670fda61b98458864fa9f014fcd3dcc.tar.gz u-boot-imx-8e3812859670fda61b98458864fa9f014fcd3dcc.tar.bz2 |
Merge branch 'pr-15052014' of git://git.denx.de/u-boot-usb
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/include/asm/arch-tegra/usb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-tegra/usb.h b/arch/arm/include/asm/arch-tegra/usb.h index ceb7bcd..c817088 100644 --- a/arch/arm/include/asm/arch-tegra/usb.h +++ b/arch/arm/include/asm/arch-tegra/usb.h @@ -349,6 +349,8 @@ struct usb_ctlr { /* USB3_IF_USB_PHY_VBUS_SENSORS_0 */ #define VBUS_VLD_STS (1 << 26) +#define VBUS_B_SESS_VLD_SW_VALUE (1 << 12) +#define VBUS_B_SESS_VLD_SW_EN (1 << 11) /* Setup USB on the board */ int usb_process_devicetree(const void *blob); |