diff options
| author | Sébastien Szymanski <[email protected]> | 2019-05-14 13:46:20 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2019-06-11 10:42:48 +0200 |
| commit | a3f358a2273812d423fbbc5ed37685a6b8f8ba15 (patch) | |
| tree | da279cdfc156a142c1226d81aee92100fc0625ba | |
| parent | 0ab85fe68f34ce06d8baed0f56dd7cd7c6d426f2 (diff) | |
opos6uldev: don't call enable_lcdif_clock
The mxsfb driver already calls enable_lcdif_clock.
Signed-off-by: Sébastien Szymanski <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
| -rw-r--r-- | board/armadeus/opos6uldev/board.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/armadeus/opos6uldev/board.c b/board/armadeus/opos6uldev/board.c index 4faa9971260..aed334f8fb5 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 */ |
