summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szyprowski <m.szyprowski@samsung.com>2014-08-27 09:36:28 -0300
committerJacek Anaszewski <j.anaszewski@samsung.com>2014-11-05 16:05:40 +0100
commit247ad6aafec5d0c0e35a6e6629059f5b93107ec3 (patch)
tree5338b59494661db7afd55d047bdd43cb982a4e36
parent4a1e3fed0dd05b8194f2cc8c78d9774a0e2746f2 (diff)
downloadlinux-3.10-247ad6aafec5d0c0e35a6e6629059f5b93107ec3.tar.gz
linux-3.10-247ad6aafec5d0c0e35a6e6629059f5b93107ec3.tar.bz2
linux-3.10-247ad6aafec5d0c0e35a6e6629059f5b93107ec3.zip
[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.c2
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 68bde3ddb99..b2c5d2af210 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