[U-Boot] [PATCH 1/2] opos6uldev: don't call enable_lcdif_clock

2019-06-10 Thread sbabic
> The mxsfb driver already calls enable_lcdif_clock.
> Signed-off-by: Sébastien Szymanski 
> Reviewed-by: Fabio Estevam 

Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

-- 
=
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=

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


Re: [U-Boot] [PATCH 1/2] opos6uldev: don't call enable_lcdif_clock

2019-05-14 Thread Fabio Estevam
On Tue, May 14, 2019 at 8:47 AM Sébastien Szymanski
 wrote:
>
> The mxsfb driver already calls enable_lcdif_clock.
>
> Signed-off-by: Sébastien Szymanski 

Reviewed-by: Fabio Estevam 
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH 1/2] opos6uldev: don't call enable_lcdif_clock

2019-05-14 Thread Sébastien Szymanski
The mxsfb driver already calls enable_lcdif_clock.

Signed-off-by: Sébastien Szymanski 
---
 board/armadeus/opos6uldev/board.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/board/armadeus/opos6uldev/board.c 
b/board/armadeus/opos6uldev/board.c
index 4faa997126..aed334f8fb 100644
--- a/board/armadeus/opos6uldev/board.c
+++ b/board/armadeus/opos6uldev/board.c
@@ -3,7 +3,6 @@
  * Copyright (C) 2018 Armadeus Systems
  */
 
-#include 
 #include 
 #include 
 #include 
@@ -49,8 +48,6 @@ int setup_lcd(void)
struct gpio_desc backlight;
int ret;
 
-   enable_lcdif_clock(LCDIF1_BASE_ADDR, 1);
-
imx_iomux_v3_setup_multiple_pads(lcd_pads, ARRAY_SIZE(lcd_pads));
 
/* Set Brightness to high */
-- 
2.19.2

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