usb: gadget: aspeed: add ast2600 vhub support
[platform/kernel/linux-starfive.git] / drivers / usb / gadget / udc / aspeed-vhub / core.c
index f8ab8e0..f8d35dd 100644 (file)
@@ -423,6 +423,9 @@ static const struct of_device_id ast_vhub_dt_ids[] = {
        {
                .compatible = "aspeed,ast2500-usb-vhub",
        },
+       {
+               .compatible = "aspeed,ast2600-usb-vhub",
+       },
        { }
 };
 MODULE_DEVICE_TABLE(of, ast_vhub_dt_ids);