From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Gmeiner Date: Mon, 19 Jan 2015 17:26:47 +0100 Subject: [U-Boot] [PATCH 4/7] ot1200: enable spi clock directly in ccgr_init(..) In-Reply-To: <1421684810-2684-1-git-send-email-christian.gmeiner@gmail.com> References: <1421684810-2684-1-git-send-email-christian.gmeiner@gmail.com> Message-ID: <1421684810-2684-5-git-send-email-christian.gmeiner@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Signed-off-by: Christian Gmeiner --- board/bachmann/ot1200/ot1200.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/board/bachmann/ot1200/ot1200.c b/board/bachmann/ot1200/ot1200.c index 6b6c1a3..e434ed9 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 -- 2.1.0