diff options
author | Tom Rini <trini@konsulko.com> | 2018-01-11 13:43:36 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-11 13:43:36 -0500 |
commit | 1a62f8597c078597a627a60afc18ff49131bffa9 (patch) | |
tree | 454bfe632fe2c0996b906819b2e38708a3cacd6f /board/BuR/brppt1/board.c | |
parent | 6bf634223ab6bd58a3e76cf84a9a204a4408a251 (diff) | |
parent | 193f6fb9e8659b63afcd09f24fec92d70497ccf5 (diff) |
Merge git://git.denx.de/u-boot-video
Diffstat (limited to 'board/BuR/brppt1/board.c')
-rw-r--r-- | board/BuR/brppt1/board.c | 3 |
1 files changed, 0 insertions, 3 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); |