diff options
author | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2022-05-20 18:38:10 +0200 |
---|---|---|
committer | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2022-06-17 14:12:27 +0200 |
commit | eae488b77906692627622abc61f5b7160b6eb2a4 (patch) | |
tree | 4136c22fba6193e84ab835eedc247ba778761179 /include/usb | |
parent | 5c9ea94da930f049eb25b007dd326a21dc427235 (diff) | |
download | u-boot-eae488b77906692627622abc61f5b7160b6eb2a4.tar.gz |
stm32mp1: fix reference for STMicroelectronics
Replace reference to the correct name STMicroelectronics
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Diffstat (limited to 'include/usb')
-rw-r--r-- | include/usb/designware_udc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usb/designware_udc.h b/include/usb/designware_udc.h index f874e5c35c..f716f07dd0 100644 --- a/include/usb/designware_udc.h +++ b/include/usb/designware_udc.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2009 - * Vipin Kumar, ST Micoelectronics, vipin.kumar@st.com. + * Vipin Kumar, STMicroelectronics, vipin.kumar@st.com. */ #ifndef __DW_UDC_H |