Re: [PATCH 6/8] usb: dwc3: dwc3-generic-plat: Add ST STM32MP2 DWC3 xHCI USB controller glue

From: Marek Vasut

Date: Wed Aug 26 2026 - 01:26:00 EST


On 8/26/26 2:44 AM, Thinh Nguyen wrote:

Hello Thinh,

static const struct of_device_id dwc3_generic_of_match[] = {
{ .compatible = "spacemit,k1-dwc3", &spacemit_k1_dwc3},
{ .compatible = "spacemit,k3-dwc3", },
{ .compatible = "fsl,ls1028a-dwc3", &fsl_ls1028_dwc3},
{ .compatible = "eswin,eic7700-dwc3", &eic7700_dwc3},
{ .compatible = "starfive,jhb100-dwc3", },
+ { .compatible = "st,stm32mp25-dwc3", &stm32mp25_dwc3 },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(of, dwc3_generic_of_match);
--
2.53.0


Did you compile test each patch? This one fails to include bitfield.h
for FIELD_PREP().
I did, on arm64, hmmm. Let me explicitly include bitfield.h in V4 .

Thank you!