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 .

