[PATCH v2 16/28] drivers: usb: Add generic XHCI

Marek Vasut marex at denx.de
Mon Sep 9 15:59:19 CEST 2024


On 9/6/24 6:13 PM, Tom Rini wrote:

>> +/*
>> + * Dummy implementation that can be overwritten by a board
>> + * specific function
>> + */
>> +__weak int board_xhci_enable(fdt_addr_t base)
>> +{
>> +	return 0;
>> +}

Are there any users of this ? If not , please do not add new 
board-specific functions. The HW should configure itself from DT.

Looks good otherwise, thanks .


More information about the U-Boot mailing list