media: mt9m111: Use the generic clock framework
authorEzequiel Garcia <ezequiel@collabora.com>
Tue, 12 Jan 2021 19:49:17 +0000 (20:49 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Sat, 6 Feb 2021 08:38:36 +0000 (09:38 +0100)
commitea6300cdf181c9e9f169aad423381fc77022caf3
tree262f6b4558eef087158016b1706b7bbddb33184b
parent8de14b3acb9c7f4bcb8565a036dd579e5b7aaa7a
media: mt9m111: Use the generic clock framework

This sensor driver has a proper device-tree binding, and also
all its platform-data based in-tree users have been converted to use
the generic clock framework.

Convert the driver to use the CCF, and drop the legacy
v4l2-clk API.

Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Reviewed-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/i2c/mt9m111.c