Hi Hans, On Fri, Jun 30, 2023 at 01:06:40PM +0200, Hans de Goede wrote: > The GalaxyCore GC0310 is used together with the atomisp no various > devices, add it to ipu_supported_sensors[]. > > 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), Where is this HID from? A DSDT somewhere?? > }; > > static const struct ipu_property_names prop_names = { -- Kind regards, Sakari Ailus