Modified copyright & driver name.

Signed-off-by: yannick fertre <yannick.fer...@st.com>
---
 drivers/video/stm32/stm32_ltdc.c | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/drivers/video/stm32/stm32_ltdc.c b/drivers/video/stm32/stm32_ltdc.c
index d8784f1..8d89b58 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.co...@st.com>
- *          Yannick Fertre <yannick.fer...@st.com>
+ * Copyright (C) 2017-2018 STMicroelectronics - All Rights Reserved
+ * Author(s): Philippe Cornu <philippe.co...@st.com> for STMicroelectronics.
+ *           Yannick Fertre <yannick.fer...@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),
 };
-- 
1.9.1

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to