[PATCH] usb: dwc2: remove non-existent brcm,bcm2708-usb compatible
Ahmad Fatoum
a.fatoum at pengutronix.de
Mon Apr 13 06:49:13 PDT 2026
There are no traces of this compatible in either barebox or Linux,
so drop it.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
drivers/usb/dwc2/dwc2.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/usb/dwc2/dwc2.c b/drivers/usb/dwc2/dwc2.c
index a35fd0e71763..984478d244c5 100644
--- a/drivers/usb/dwc2/dwc2.c
+++ b/drivers/usb/dwc2/dwc2.c
@@ -195,7 +195,6 @@ static void dwc2_remove(struct device *dev)
static const struct of_device_id dwc2_platform_dt_ids[] = {
{ .compatible = "brcm,bcm2835-usb", },
- { .compatible = "brcm,bcm2708-usb", },
{ .compatible = "snps,dwc2", },
{ .compatible = "st,stm32mp15-fsotg",
.data = dwc2_set_stm32mp15_fsotg_params },
--
2.47.3
More information about the barebox
mailing list