diff mbox series

usb: dwc3-of-simple: Remove Amlogic and Rockchip compatible

Message ID 20240121203818.2075381-1-jonas@kwiboo.se
State New
Delegated to: Marek Vasut
Headers show
Series usb: dwc3-of-simple: Remove Amlogic and Rockchip compatible | expand

Commit Message

Jonas Karlman Jan. 21, 2024, 8:38 p.m. UTC
Remove the rockchip,rk3399-dwc3 compatible from the dwc3-of-simple
driver now that all boards have changed to use the dwc3-generic driver.

Also remove the amlogic,meson-gxl-dwc3 compatible, it is no longer in
use by any device tree in mainline linux or U-Boot.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
---
 drivers/usb/host/dwc3-of-simple.c | 2 --
 1 file changed, 2 deletions(-)

Comments

Marek Vasut Jan. 22, 2024, 12:16 a.m. UTC | #1
On 1/21/24 21:38, Jonas Karlman wrote:
> Remove the rockchip,rk3399-dwc3 compatible from the dwc3-of-simple
> driver now that all boards have changed to use the dwc3-generic driver.
> 
> Also remove the amlogic,meson-gxl-dwc3 compatible, it is no longer in
> use by any device tree in mainline linux or U-Boot.
> 
> Signed-off-by: Jonas Karlman <jonas@kwiboo.se>

Reviewed-by: Marek Vasut <marex@denx.de>
diff mbox series

Patch

diff --git a/drivers/usb/host/dwc3-of-simple.c b/drivers/usb/host/dwc3-of-simple.c
index f9df59d2e5d7..de1797d02ec0 100644
--- a/drivers/usb/host/dwc3-of-simple.c
+++ b/drivers/usb/host/dwc3-of-simple.c
@@ -90,8 +90,6 @@  static int dwc3_of_simple_remove(struct udevice *dev)
 }
 
 static const struct udevice_id dwc3_of_simple_ids[] = {
-	{ .compatible = "amlogic,meson-gxl-dwc3" },
-	{ .compatible = "rockchip,rk3399-dwc3" },
 	{ .compatible = "ti,dwc3" },
 	{ }
 };