sh: fix clock-sh7757 for the latest sh_mobile_sdhi driver
authorShimoda, Yoshihiro <yoshihiro.shimoda.uh@renesas.com>
Wed, 4 Apr 2012 02:56:07 +0000 (11:56 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 4 Apr 2012 15:06:35 +0000 (00:06 +0900)
commita052d2c31b7b87e9b4bdee634af666b5e830e56f
treefa7a370011a755659fc8b0c00ba94937af2512fa
parent915ab1771b6544af872a198500b15d95b74b9106
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 <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/cpu/sh4a/clock-sh7757.c