- CAPK-0100 board's USB timer is 12MHz

This commit is contained in:
Oleksandr Tymoshenko 2011-12-31 05:24:21 +00:00
parent 879dda1fd5
commit 67c1180199
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=229070

View File

@ -865,6 +865,9 @@ cvmx_helper_board_usb_clock_types_t __cvmx_helper_board_usb_get_clock_type(void)
#if defined(OCTEON_VENDOR_LANNER)
case CVMX_BOARD_TYPE_CUST_LANNER_MR320:
case CVMX_BOARD_TYPE_CUST_LANNER_MR321X:
#endif
#if defined(OCTEON_BOARD_CAPK_0100ND)
case CVMX_BOARD_TYPE_CN3010_EVB_HS5:
#endif
return USB_CLOCK_TYPE_CRYSTAL_12;
}