[U-Boot] [PATCH v2 1/2] opos6uldev: don't call enable_lcdif_clock
Sébastien Szymanski
sebastien.szymanski at armadeus.com
Mon May 20 09:43:15 UTC 2019
The mxsfb driver already calls enable_lcdif_clock.
Reviewed-by: Fabio Estevam <festevam at gmail.com>
Signed-off-by: Sébastien Szymanski <sebastien.szymanski at armadeus.com>
---
Changes for v2:
- none
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 <asm/arch/clock.h>
#include <asm/arch/mx6-pins.h>
#include <asm/arch/sys_proto.h>
#include <asm/gpio.h>
@@ -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
More information about the U-Boot
mailing list