mirror of https://gitee.com/openkylin/linux.git
[media] media: s5p-mfc: rename special clock to sclk_mfc
Commit d19f405a5a
("[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.
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>
This commit is contained in:
parent
e47ccb1de5
commit
0c2272170d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue