[PATCH] usb: dwc3: am62: Fix name of driver struct
Thorsten Scherer
t.scherer at eckelmann.de
Tue Sep 30 04:21:17 PDT 2025
Fixes: a3cff6704f83 ("usb: dwc3: add am62 support")
Signed-off-by: Thorsten Scherer <t.scherer at eckelmann.de>
---
drivers/usb/dwc3/dwc3-am62.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/usb/dwc3/dwc3-am62.c b/drivers/usb/dwc3/dwc3-am62.c
index 27324276f9c5..1266522bd58f 100644
--- a/drivers/usb/dwc3/dwc3-am62.c
+++ b/drivers/usb/dwc3/dwc3-am62.c
@@ -266,12 +266,12 @@ static const struct of_device_id dwc3_ti_of_match[] = {
};
MODULE_DEVICE_TABLE(of, dwc3_ti_of_match);
-static struct driver dwc3_of_simple_driver = {
+static struct driver dwc3_ti_driver = {
.probe = dwc3_ti_probe,
.name = "dwc3-of-simple",
.of_compatible = DRV_OF_COMPAT(dwc3_ti_of_match),
};
-device_platform_driver(dwc3_of_simple_driver);
+device_platform_driver(dwc3_ti_driver);
MODULE_ALIAS("platform:dwc3-am62");
MODULE_AUTHOR("Aswath Govindraju <a-govindraju at ti.com>");
--
2.51.0
More information about the barebox
mailing list