diff options
author | Marek Vasut <marex@denx.de> | 2015-12-04 02:55:37 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-12-17 21:54:40 +0100 |
commit | e179cedd09325f6e83107d6f437600de0fc81553 (patch) | |
tree | 3fcaebe6469941ba09e48b443dd673be06af0ef7 /include/usb | |
parent | 507e677bc4f25b15d81d599c3d8b669ab9846493 (diff) | |
download | u-boot-imx-e179cedd09325f6e83107d6f437600de0fc81553.zip u-boot-imx-e179cedd09325f6e83107d6f437600de0fc81553.tar.gz u-boot-imx-e179cedd09325f6e83107d6f437600de0fc81553.tar.bz2 |
usb: s3c-otg: Tweak the comments
The driver is actually for the Designware DWC2 controller.
Tweak the comments in the driver to reflect this fact.
Signed-off-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'include/usb')
-rw-r--r-- | include/usb/s3c_udc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usb/s3c_udc.h b/include/usb/s3c_udc.h index 20af629..497248d 100644 --- a/include/usb/s3c_udc.h +++ b/include/usb/s3c_udc.h @@ -1,6 +1,6 @@ /* * drivers/usb/gadget/s3c_udc.h - * Samsung S3C on-chip full/high speed USB device controllers + * Designware DWC2 on-chip full/high speed USB device controllers * Copyright (C) 2005 for Samsung Electronics * * SPDX-License-Identifier: GPL-2.0+ |