ignore vbus (#1175)

This commit is contained in:
Matthew Kennedy 2020-03-07 12:53:38 -08:00 committed by GitHub
parent c1319342d5
commit 9f27f95d14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 0 deletions

View File

@ -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.
*/

View File

@ -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.
*/

View File

@ -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.