diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2014-08-27 12:36:28 (GMT) |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-18 03:01:16 (GMT) |
commit | 39963c852d0cd883f2f2805d93e456011de4c3db (patch) | |
tree | ef93f54d5fee8557d9de904c609d7b660395b164 | |
parent | 3fa4e5da2531b0b57ccc87abc69a87302ba2f98b (diff) | |
download | linux-3.10-39963c852d0cd883f2f2805d93e456011de4c3db.zip linux-3.10-39963c852d0cd883f2f2805d93e456011de4c3db.tar.gz linux-3.10-39963c852d0cd883f2f2805d93e456011de4c3db.tar.bz2 |
[media] media: s5p-mfc: rename special clock to sclk_mfc
Commit d19f405a5a8d2ed942b40f8cf7929a5a50d0cc59 ("[media] s5p-mfc: Fix
selective sclk_mfc init") added support for special clock handling
(named "sclk-mfc"). However this clock is not defined yet on any
platform, so before adding it to all Exynos platform, better rename it
to "sclk_mfc" to match the scheme used for all other special clocks on
Exynos platform.
Change-Id: I41f646096e8a82c3cca032e1cc7a70f6d2960059
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Acked-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kamil Debski <k.debski@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
-rw-r--r-- | drivers/media/platform/s5p-mfc/s5p_mfc_pm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_pm.c b/drivers/media/platform/s5p-mfc/s5p_mfc_pm.c index 68bde3d..b2c5d2a 100644 --- a/drivers/media/platform/s5p-mfc/s5p_mfc_pm.c +++ b/drivers/media/platform/s5p-mfc/s5p_mfc_pm.c @@ -21,7 +21,7 @@ #include "s5p_mfc_pm.h" #define MFC_GATE_CLK_NAME "mfc" -#define MFC_SCLK_NAME "sclk-mfc" +#define MFC_SCLK_NAME "sclk_mfc" #define MFC_SCLK_RATE (200 * 1000000) #define CLK_DEBUG |