On Fri, Jun 30, 2023 at 2:07 PM Hans de Goede <hdegoede@xxxxxxxxxx> wrote: > > The GalaxyCore GC0310 is used together with the atomisp no various on ? > devices, add it to ipu_supported_sensors[]. Reviewed-by: Andy Shevchenko <andy.shevchenko@xxxxxxxxx> > Signed-off-by: Hans de Goede <hdegoede@xxxxxxxxxx> > --- > drivers/media/pci/intel/ipu-bridge.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/media/pci/intel/ipu-bridge.c b/drivers/media/pci/intel/ipu-bridge.c > index eb7c56e8ef9f..07a34f20af8e 100644 > --- a/drivers/media/pci/intel/ipu-bridge.c > +++ b/drivers/media/pci/intel/ipu-bridge.c > @@ -36,6 +36,8 @@ static const struct ipu_sensor_config ipu_supported_sensors[] = { > IPU_SENSOR_CONFIG("INT3537", 1, 437000000), > /* Omnivision ov13b10 */ > IPU_SENSOR_CONFIG("OVTIDB10", 1, 560000000), > + /* GalaxyCore GC0310 */ > + IPU_SENSOR_CONFIG("INT0310", 0), > }; > > static const struct ipu_property_names prop_names = { > -- > 2.41.0 > -- With Best Regards, Andy Shevchenko