]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
media: marvell-ccic: rename the clocks
authorLubomir Rintel <lkundrak@v3.sk>
Tue, 28 May 2019 09:07:28 +0000 (05:07 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 24 Jun 2019 15:23:58 +0000 (11:23 -0400)
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>
drivers/media/platform/marvell-ccic/mmp-driver.c

index bd2934a4d7ce4623b2b4b93958c0a59d95b47505..0634aeca40f213f22e187ea88a41db45881ae347 100644 (file)
@@ -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;