mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
opos6uldev: don't call enable_lcdif_clock
The mxsfb driver already calls enable_lcdif_clock. Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com> Reviewed-by: Fabio Estevam <festevam@gmail.com>
This commit is contained in:
parent
0ab85fe68f
commit
a3f358a227
1 changed files with 0 additions and 3 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue