media: pxa_camera: Drop the v4l2-clk clock register
authorEzequiel Garcia <ezequiel@collabora.com>
Tue, 12 Jan 2021 19:49:15 +0000 (20:49 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Sat, 6 Feb 2021 08:37:37 +0000 (09:37 +0100)
commit832e6609f790bb7e6185200a31460741d161788f
tree67dfc998efb6ffd667394bc4283166de07527642
parenta52e17361987782ecea7cc6ed0dc1f37a11949a8
media: pxa_camera: Drop the v4l2-clk clock register

Now that mach-based PXA platforms are registering proper
fixed-rate clocks through the CCF, the v4l2-clk clock
is no longer required.

Drop this clock, so the driver no longer depends on the
legacy v4l2-clk API.

Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Acked-by: Petr Cvek <petrcvekcz@gmail.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/pxa_camera.c