From 193f6fb9e8659b63afcd09f24fec92d70497ccf5 Mon Sep 17 00:00:00 2001 From: Hannes Schmelzer Date: Tue, 9 Jan 2018 19:01:36 +0100 Subject: 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 Reviewed-by: Anatolij Gustschin --- board/BuR/brppt1/board.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'board/BuR/brppt1') diff --git a/board/BuR/brppt1/board.c b/board/BuR/brppt1/board.c index 6083479f2b0..9f7b2d98a61 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); -- cgit v1.2.3