From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Machek Date: Tue, 9 Sep 2014 14:08:13 +0200 Subject: [U-Boot] [PATCH] fix compilation of socfpga_dw_mmc In-Reply-To: <20140909120328.GA20662@amd> References: <20140514164258.GA10393@amd.pavel.ucw.cz> <201405150701.25786.manningc2@actrix.gen.nz> <1400229765.2030.4.camel@clsee-VirtualBox.altera.com> <20140527124032.GD15088@amd.pavel.ucw.cz> <20140527125030.GA29898@amd.pavel.ucw.cz> <20140909112533.GA15404@amd> <20140909120328.GA20662@amd> Message-ID: <20140909120813.GC20662@amd> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Fix compilation of socfpga_dw_mmc. Signed-off-by: Pavel Machek diff --git a/drivers/mmc/socfpga_dw_mmc.c b/drivers/mmc/socfpga_dw_mmc.c index 1f96382..d8da7f5 100644 --- a/drivers/mmc/socfpga_dw_mmc.c +++ b/drivers/mmc/socfpga_dw_mmc.c @@ -16,6 +16,8 @@ static const struct socfpga_clock_manager *clock_manager_base = static const struct socfpga_system_manager *system_manager_base = (void *)SOCFPGA_SYSMGR_ADDRESS; +#define CLKMGR_PERPLLGRP_EN_SDMMCCLK_MASK (1 << 8) + static void socfpga_dwmci_clksel(struct dwmci_host *host) { unsigned int drvsel; -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html