ignore vbus (#1175)
This commit is contained in:
parent
c1319342d5
commit
9f27f95d14
|
@ -41,6 +41,9 @@
|
|||
#define EFI_USB_SERIAL_DM GPIOA_11
|
||||
#define EFI_USB_SERIAL_DP GPIOA_12
|
||||
|
||||
// Ignore USB VBUS pin (we're never a host, only a device)
|
||||
#define BOARD_OTG_NOVBUSSENS TRUE
|
||||
|
||||
/*
|
||||
* Ethernet PHY type.
|
||||
*/
|
||||
|
|
|
@ -41,6 +41,9 @@
|
|||
#define EFI_USB_SERIAL_DM GPIOA_11
|
||||
#define EFI_USB_SERIAL_DP GPIOA_12
|
||||
|
||||
// Ignore USB VBUS pin (we're never a host, only a device)
|
||||
#define BOARD_OTG_NOVBUSSENS TRUE
|
||||
|
||||
/*
|
||||
* Ethernet PHY type.
|
||||
*/
|
||||
|
|
|
@ -38,6 +38,8 @@
|
|||
#define EFI_USB_SERIAL_DM GPIOA_11
|
||||
#define EFI_USB_SERIAL_DP GPIOA_12
|
||||
|
||||
// Ignore USB VBUS pin (we're never a host, only a device)
|
||||
#define BOARD_OTG_NOVBUSSENS TRUE
|
||||
|
||||
/*
|
||||
* input-floating is the default pin mode. input-output boards should provision appropriate pull-ups/pull-downs.
|
||||
|
|
Loading…
Reference in New Issue