aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-05-28 05:07:28 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-06-24 11:23:58 -0400
commit4d5da53d327ccfa2fe3b8a6bf776df8ba3985456 (patch)
tree9b55e541f399854bff5d1cf07e30bbe02b18dbfb /drivers/media
parentmedia: marvell-ccic/mmp: enable clock before accessing registers (diff)
downloadlinux-dev-4d5da53d327ccfa2fe3b8a6bf776df8ba3985456.tar.xz
linux-dev-4d5da53d327ccfa2fe3b8a6bf776df8ba3985456.zip
media: marvell-ccic: rename the clocks
Use the names more suitable for devicetree bindings. There are no board files utilizing this, thus we seem to be at liberty at renaming this without consequences. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/platform/marvell-ccic/mmp-driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/marvell-ccic/mmp-driver.c b/drivers/media/platform/marvell-ccic/mmp-driver.c
index bd2934a4d7ce..0634aeca40f2 100644
--- a/drivers/media/platform/marvell-ccic/mmp-driver.c
+++ b/drivers/media/platform/marvell-ccic/mmp-driver.c
@@ -31,7 +31,7 @@ MODULE_ALIAS("platform:mmp-camera");
MODULE_AUTHOR("Jonathan Corbet <corbet@lwn.net>");
MODULE_LICENSE("GPL");
-static char *mcam_clks[] = {"CCICAXICLK", "CCICFUNCLK", "CCICPHYCLK"};
+static char *mcam_clks[] = {"axi", "func", "phy"};
struct mmp_camera {
void __iomem *power_regs;