From: Dinh Nguyen Date: Tue, 17 Sep 2013 16:23:05 +0000 (-0500) Subject: clk: socfpga: Fix incorrect sdmmc clock name X-Git-Tag: v3.12~8^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79a2e998895ae3e75d6d3d9fdeec2be94bfcf6c8;p=pandora-kernel.git clk: socfpga: Fix incorrect sdmmc clock name The SD/MMC clock is named "sdmmc_clk", and NOT "mmc_clk". Because of this, the SD driver was getting the incorrect clock value. This prevented the SD driver from initializing correctly. Signed-off-by: Dinh Nguyen CC: Arnd Bergmann CC: Olof Johansson Reviewed-by: Pavel Machek Cc: linux-arm-kernel@lists.infradead.org Signed-off-by: Mike Turquette --- Reading git-diff-tree failed