summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorHannes Schmelzer <oe5hpm@oevsv.at>2018-01-09 19:01:36 +0100
committerAnatolij Gustschin <agust@denx.de>2018-01-11 15:20:30 +0100
commit193f6fb9e8659b63afcd09f24fec92d70497ccf5 (patch)
tree74950fdfad08ac77bbb56a40644a019d886bbe80 /board
parent0fcec5775207353fd7ffcdeaad7f490d9a56be2c (diff)
board/BuR: drop LCDC clock manipulation from board code
The clock selection is done now from the am335x-fb code, so there is no more need doing this in the board code. Signed-off-by: Hannes Schmelzer <oe5hpm@oevsv.at> Reviewed-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'board')
-rw-r--r--board/BuR/brppt1/board.c3
-rw-r--r--board/BuR/brxre1/board.c2
2 files changed, 0 insertions, 5 deletions
diff --git a/board/BuR/brppt1/board.c b/board/BuR/brppt1/board.c
index 6083479f2b..9f7b2d98a6 100644
--- a/board/BuR/brppt1/board.c
+++ b/board/BuR/brppt1/board.c
@@ -120,9 +120,6 @@ void am33xx_spl_board_init(void)
};
do_enable_clocks(clk_domains, clk_modules_tsspecific, 1);
- /* setup LCD-Pixel Clock */
- writel(0x2, &cmdpll->clklcdcpixelclk); /* clock comes from perPLL M2 */
-
/* setup I2C */
enable_i2c_pin_mux();
i2c_set_bus_num(0);
diff --git a/board/BuR/brxre1/board.c b/board/BuR/brxre1/board.c
index ca08f3cd90..7e83437021 100644
--- a/board/BuR/brxre1/board.c
+++ b/board/BuR/brxre1/board.c
@@ -114,8 +114,6 @@ void am33xx_spl_board_init(void)
0
};
do_enable_clocks(clk_domains, clk_modules_xre1specific, 1);
- /* setup LCD-Pixel Clock */
- writel(0x2, CM_DPLL + 0x34);
/* power-OFF LCD-Display */
gpio_direction_output(LCD_PWR, 0);