From: Shimoda, Yoshihiro Date: Wed, 4 Apr 2012 02:56:07 +0000 (+0900) Subject: sh: fix clock-sh7757 for the latest sh_mobile_sdhi driver X-Git-Tag: v3.4-rc2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a052d2c31b7b87e9b4bdee634af666b5e830e56f;p=pandora-kernel.git sh: fix clock-sh7757 for the latest sh_mobile_sdhi driver The commit 996bc8aebd2cd5b6d4c5d85085f171fa2447f364 (mmc: sh_mobile_sdhi: do not manage PM clocks manually) modified the sh_mobile_sdhi driver to remove the clk_enable/clk_disable. So, we need to change the "CLKDEV_CON_ID" to "CLKDEV_DEV_ID". If we don't change this, we will see the following error from the driver: sh_mobile_sdhi sh_mobile_sdhi.0: timeout waiting for hardware interrupt (CMD52) Signed-off-by: Yoshihiro Shimoda Signed-off-by: Paul Mundt --- Reading git-diff-tree failed