]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhci-of-arasan: Fix clock registration error for Keem Bay SOC
authorMuhammad Husaini Zulkifli <muhammad.husaini.zulkifli@intel.com>
Wed, 18 Nov 2020 12:01:20 +0000 (20:01 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 24 Nov 2020 10:28:12 +0000 (11:28 +0100)
commit2ff0677f65939dfab032310bb7caba35d289a641
tree21e519460f30a19b39a5c99dc7d90088efef59ee
parentb192db8e254494a901348eeb0b69c1ac711efa19
mmc: sdhci-of-arasan: Fix clock registration error for Keem Bay SOC

The commit 7f1b223e711f ("mmc: sdhci-of-arasan: Modify clock operations
handling") introduced support for platform specific clock operations.
Around the same point in time the commit f994b8907895 ("mmc:
sdhci-of-arasan: Add support for Intel Keem Bay") was also  merged.
Unfortunate it was not really tested on top of the previously mentioned
commit, which causes clock registration failures for Keem Bay SOC devices.

Let's fix this, by properly declaring the clock operation for Keem Bay SOC
devices.

Fixes: f994b8907895 ("mmc: sdhci-of-arasan: Add support for Intel Keem Bay")
Signed-off-by: Muhammad Husaini Zulkifli <muhammad.husaini.zulkifli@intel.com>
Reviewed-by: Adrian Hunter <adrian.hunter@intel.com>
Link: https://lore.kernel.org/r/20201118120120.24908-2-muhammad.husaini.zulkifli@intel.com
Cc: stable@vger.kernel.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-of-arasan.c