From: Christian Gmeiner Date: Mon, 19 Jan 2015 16:26:47 +0000 (+0100) Subject: ot1200: enable spi clock directly in ccgr_init(..) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e88b83575a94b76a57161d98ec659460cb83ffab;p=project%2Fbcm63xx%2Fu-boot.git ot1200: enable spi clock directly in ccgr_init(..) Signed-off-by: Christian Gmeiner --- diff --git a/board/bachmann/ot1200/ot1200.c b/board/bachmann/ot1200/ot1200.c index 6b6c1a33a9..e434ed9b87 100644 --- a/board/bachmann/ot1200/ot1200.c +++ b/board/bachmann/ot1200/ot1200.c @@ -125,7 +125,7 @@ static void ccgr_init(void) struct mxc_ccm_reg *ccm = (struct mxc_ccm_reg *)CCM_BASE_ADDR; writel(0x00C03F3F, &ccm->CCGR0); - writel(0x0030FC03, &ccm->CCGR1); + writel(0x0030FC33, &ccm->CCGR1); writel(0x0FFFC000, &ccm->CCGR2); writel(0x3FF00000, &ccm->CCGR3); writel(0x00FFF300, &ccm->CCGR4); @@ -319,9 +319,6 @@ int board_init(void) leds_on(); - /* enable ecspi3 clocks */ - enable_cspi_clock(1, 2); - #ifdef CONFIG_CMD_SATA setup_sata(); #endif