summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/max96712
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>2022-01-03 17:24:10 +0100
committerMauro Carvalho Chehab <mchehab@kernel.org>2022-01-28 15:52:41 +0100
commit94d964e58ad6ba907c4169be99267ef517796614 (patch)
tree8e4bba51e9e38dc412b9ab28d276dcabcc17191b /drivers/staging/media/max96712
parenta299299963aeba13bac88020e5f8fd293fbe10b2 (diff)
downloadlinux-stable-94d964e58ad6ba907c4169be99267ef517796614.tar.gz
linux-stable-94d964e58ad6ba907c4169be99267ef517796614.tar.bz2
linux-stable-94d964e58ad6ba907c4169be99267ef517796614.zip
media: v4l2-fwnode: Move bus config structure to v4l2_mediabus.h
To prepare for usage of the v4l2_fwnode_bus_* data structures to describe bus configuration in the subdev .get_mbus_config() operation, rename the structures with a v4l2_mbus_config_ prefix instead of v4l2_fwnode_bus_, and move them to v4l2_mediabus.h. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/staging/media/max96712')
-rw-r--r--drivers/staging/media/max96712/max96712.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/media/max96712/max96712.c b/drivers/staging/media/max96712/max96712.c
index 9bc72d9a858b..6b5abd958bff 100644
--- a/drivers/staging/media/max96712/max96712.c
+++ b/drivers/staging/media/max96712/max96712.c
@@ -30,7 +30,7 @@ struct max96712_priv {
struct regmap *regmap;
struct gpio_desc *gpiod_pwdn;
- struct v4l2_fwnode_bus_mipi_csi2 mipi;
+ struct v4l2_mbus_config_mipi_csi2 mipi;
struct v4l2_subdev sd;
struct v4l2_ctrl_handler ctrl_handler;