]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb7527cd79b48a3040152332b9886588713e980f7
treefa7a370011a755659fc8b0c00ba94937af2512fa
parentb389ce14bcba409c2460ed5de3eb9c2304fe1e04
sh: fix clock-sh7757 for the latest sh_mobile_sdhi driver

The commit 963920c50c2b40c26b67509f41b0d123f1d3d008 (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