summaryrefslogtreecommitdiff
path: root/drivers/video
diff options
context:
space:
mode:
authoryannick fertre <yannick.fertre@st.com>2018-03-02 17:59:22 +0300
committerAnatolij Gustschin <agust@denx.de>2018-03-19 12:51:38 +0300
commitc4c33e9d8b467f66b8f64482c1c213dd92aaa0aa (patch)
tree708d1ae79587eb9ee20ea07bc6b7116cce357599 /drivers/video
parentc0fb2fc0453a9a3cf1486887d7b5685af6767040 (diff)
downloadu-boot-c4c33e9d8b467f66b8f64482c1c213dd92aaa0aa.tar.xz
video: stm32: stm32_ltdc: update file header & footer
Modified copyright & driver name. Signed-off-by: yannick fertre <yannick.fertre@st.com>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/stm32/stm32_ltdc.c17
1 files changed, 8 insertions, 9 deletions
diff --git a/drivers/video/stm32/stm32_ltdc.c b/drivers/video/stm32/stm32_ltdc.c
index d8784f1590..8d89b580d6 100644
--- a/drivers/video/stm32/stm32_ltdc.c
+++ b/drivers/video/stm32/stm32_ltdc.c
@@ -1,8 +1,7 @@
/*
- * Copyright (C) STMicroelectronics SA 2017
- *
- * Authors: Philippe Cornu <philippe.cornu@st.com>
- * Yannick Fertre <yannick.fertre@st.com>
+ * Copyright (C) 2017-2018 STMicroelectronics - All Rights Reserved
+ * Author(s): Philippe Cornu <philippe.cornu@st.com> for STMicroelectronics.
+ * Yannick Fertre <yannick.fertre@st.com> for STMicroelectronics.
*
* SPDX-License-Identifier: GPL-2.0+
*/
@@ -408,10 +407,10 @@ static const struct udevice_id stm32_ltdc_ids[] = {
};
U_BOOT_DRIVER(stm32_ltdc) = {
- .name = "stm32_ltdc",
- .id = UCLASS_VIDEO,
- .of_match = stm32_ltdc_ids,
- .probe = stm32_ltdc_probe,
- .bind = stm32_ltdc_bind,
+ .name = "stm32_display",
+ .id = UCLASS_VIDEO,
+ .of_match = stm32_ltdc_ids,
+ .probe = stm32_ltdc_probe,
+ .bind = stm32_ltdc_bind,
.priv_auto_alloc_size = sizeof(struct stm32_ltdc_priv),
};