correctly init hs phy for bcm
This commit is contained in:
		| @@ -47,8 +47,8 @@ | ||||
| // RHPort max operational speed can defined by board.mk | ||||
| // Default to Highspeed for MCU with internal HighSpeed PHY (can be port specific), otherwise FullSpeed | ||||
| #ifndef BOARD_DEVICE_RHPORT_SPEED | ||||
|   #if (CFG_TUSB_MCU == OPT_MCU_LPC18XX || CFG_TUSB_MCU == OPT_MCU_LPC43XX || CFG_TUSB_MCU == OPT_MCU_MIMXRT10XX || \ | ||||
|        CFG_TUSB_MCU == OPT_MCU_NUC505  || CFG_TUSB_MCU == OPT_MCU_CXD56 || CFG_TUSB_MCU == OPT_MCU_SAMX7X) | ||||
|   #if TU_CHECK_MCU(OPT_MCU_LPC18XX, OPT_MCU_LPC43XX, OPT_MCU_MIMXRT10XX, OPT_MCU_NUC505) ||\ | ||||
|       TU_CHECK_MCU(OPT_MCU_CXD56, OPT_MCU_SAMX7X, OPT_MCU_BCM2711) | ||||
|     #define BOARD_DEVICE_RHPORT_SPEED   OPT_MODE_HIGH_SPEED | ||||
|   #else | ||||
|     #define BOARD_DEVICE_RHPORT_SPEED   OPT_MODE_FULL_SPEED | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 hathach
					hathach