]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: dw_mmc: add the "reset" as name of reset controller
authorJaehoon Chung <jh80.chung@samsung.com>
Mon, 31 Oct 2016 02:49:42 +0000 (11:49 +0900)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 7 Nov 2016 07:53:46 +0000 (08:53 +0100)
commite0aaeac6c3467c89f270c85eafddde48d9a13df8
treef172eaedfec4773e6131791028dce261f7dd2f9d
parentfd1a586060463ca33b24e73b897c4a8fad458c42
mmc: dw_mmc: add the "reset" as name of reset controller

Add the "reset" as name of reset controller.
This is for preventing the wrong operation. Even if some SoC has reset
controller, doesn't define "resets" in device-tree.
Then it might be waiting for reset controller and it should be stuck.

Fixes: b2984a76f33f ("mmc: dw_mmc: add reset support to dwmmc host controller")
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Acked-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/dw_mmc.c