mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-18 19:16:20 +07:00
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>
This commit is contained in:
parent
f12fb2849b
commit
4d5da53d32
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user