Skip to content

Commit 5488079

Browse files
bingbucaoHans Verkuil
authored andcommitted
media: intel/ipu6: update the maximum supported csi2 port number to 6
IPU6EP on Meteor Lake SoC supports maximum 6 csi2 ports instead of 4. Fixes: 25fedc0 ("media: intel/ipu6: add Intel IPU6 PCI device driver") Signed-off-by: Bingbu Cao <bingbu.cao@intel.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
1 parent cc86482 commit 5488079

File tree

1 file changed

+1
-1
lines changed
  • drivers/media/pci/intel/ipu6

1 file changed

+1
-1
lines changed

drivers/media/pci/intel/ipu6/ipu6.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ EXPORT_SYMBOL_NS_GPL(ipu6_configure_spc, INTEL_IPU6);
285285
#define IPU6_ISYS_CSI2_NPORTS 4
286286
#define IPU6SE_ISYS_CSI2_NPORTS 4
287287
#define IPU6_TGL_ISYS_CSI2_NPORTS 8
288-
#define IPU6EP_MTL_ISYS_CSI2_NPORTS 4
288+
#define IPU6EP_MTL_ISYS_CSI2_NPORTS 6
289289

290290
static void ipu6_internal_pdata_init(struct ipu6_device *isp)
291291
{

0 commit comments

Comments
 (0)