public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] opos6uldev: don't call enable_lcdif_clock
@ 2019-05-14 11:46 Sébastien Szymanski
  2019-05-14 11:46 ` [U-Boot] [PATCH 2/2] opos6uldev: remove board_ehci_hcd_init function Sébastien Szymanski
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Sébastien Szymanski @ 2019-05-14 11:46 UTC (permalink / raw)
  To: u-boot

The mxsfb driver already calls enable_lcdif_clock.

Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
---
 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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-06-10  9:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-14 11:46 [U-Boot] [PATCH 1/2] opos6uldev: don't call enable_lcdif_clock Sébastien Szymanski
2019-05-14 11:46 ` [U-Boot] [PATCH 2/2] opos6uldev: remove board_ehci_hcd_init function Sébastien Szymanski
2019-05-14 12:17   ` Fabio Estevam
2019-05-14 14:50     ` Sébastien Szymanski
2019-05-14 12:16 ` [U-Boot] [PATCH 1/2] opos6uldev: don't call enable_lcdif_clock Fabio Estevam
2019-06-10  9:39 ` sbabic at denx.de

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox