From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8908D48034E; Thu, 2 Jul 2026 13:27:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.198.163.19 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782998851; cv=none; b=HpzD1D5DMDIiWiYxJSxRWGQR7NqHR0C9B6bTJ1d/vIxefZOjAcuMl+ufwWtS8mO1SQ1jB6E97TOI+y6VO3h3yBjpXROxs621f26Th6BmVKdTAReZ5pBpPjcy37gHyFlzVqFFV7QP506scs9Q+SeE9/D00PRcRDyEmCAVkvGu5gw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782998851; c=relaxed/simple; bh=GB/bvAuUnL8pcQEa+/v3DmUoOKXxg2XuWruD5vaMxSk=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=e+maIVb/L1qlpC13wqn5bX0gwRQcmZV8UDOuUddfwl/bvjG4Z5UY+Glu80h3S6EExPUtsqyGyYdmpJx53DfOfxeR+DwLj4jKeRvJn4Gy/Zlpn9MRCkT6E9Y9p2hB/0Z9viU+P82RB57LrdYpyCF41BBrLO0yEMNqcJjQanCXWhc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com; spf=pass smtp.mailfrom=intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=jZPsvU0x; arc=none smtp.client-ip=192.198.163.19 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="jZPsvU0x" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1782998850; x=1814534850; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=GB/bvAuUnL8pcQEa+/v3DmUoOKXxg2XuWruD5vaMxSk=; b=jZPsvU0xzg/WnshFZoRpdrOCp7Nqnb0VP0k1s1Q5akA8IS/fXu4xoelk YYl7zVfAtrKHDjr7FzqJlE2FYhVvbeY8SS2gMq0QgoWkn623err3A7QaN H3hqWn6zHrGL7NVrXDKKCr2Ph4O2/4HMW8/21UMC9b+eKy/i2VlfFtGBe oG64iZRGIA+OFd7nrkncAk1+UYUkQKVy3pFm6CdWlqaV5IAzhY8rgQ2Oy aUUIPFX3GNEWR3Sebxm4waAK0gQ2imKXjUVyjLHUfwKvFlQDh6/4ixEzl 9KQGFiTVJyhFiR+07gUYGF2A6WC858/ogoOkX2gw7/3qPjPrjldWDAngl Q==; X-CSE-ConnectionGUID: EBjno9q4S7qJHdQeLeiouQ== X-CSE-MsgGUID: QiZtftL2QKOcUN3OiS6Y3w== X-IronPort-AV: E=McAfee;i="6800,10657,11835"; a="82742415" X-IronPort-AV: E=Sophos;i="6.25,143,1779174000"; d="scan'208";a="82742415" Received: from fmviesa007.fm.intel.com ([10.60.135.147]) by fmvoesa113.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jul 2026 06:27:30 -0700 X-CSE-ConnectionGUID: TFi5jZk8RHe+a7QwOq4hQA== X-CSE-MsgGUID: ATPeFarPQR2RSbht0igPCQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.25,143,1779174000"; d="scan'208";a="249512247" Received: from intel-nuc8i7beh.iind.intel.com ([10.223.163.6]) by fmviesa007.fm.intel.com with ESMTP; 02 Jul 2026 06:27:27 -0700 From: Arun T To: Miguel Vadillo Cc: Mauro Carvalho Chehab , Sakari Ailus , linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, Mehdi Djait Subject: [PATCH 3/4] media: i2c: cvs: Add IPU8 PCI device ID Date: Thu, 2 Jul 2026 18:52:12 +0530 Message-ID: <20260702132213.1226645-1-arun.t@intel.com> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-media@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Add the NVL IPU8 PCI device ID to the CVS driver match table so the CVS driver can bind to IPU8 camera hardware. Signed-off-by: Arun T --- drivers/media/i2c/cvs/core.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/media/i2c/cvs/core.c b/drivers/media/i2c/cvs/core.c index 4282f33c7295..8270d93f1abe 100644 --- a/drivers/media/i2c/cvs/core.c +++ b/drivers/media/i2c/cvs/core.c @@ -32,6 +32,7 @@ #define PCI_DEVICE_ID_INTEL_IPU7 0x645d /* MTL / LNL */ #define PCI_DEVICE_ID_INTEL_IPU7P5 0xb05d /* ARL / PTL */ +#define PCI_DEVICE_ID_INTEL_IPU8 0xd719 /* NVL */ /* * IPU7 PCI device IDs not covered by ipu6_pci_tbl in ipu6-pci-table.h. @@ -40,6 +41,7 @@ static const struct pci_device_id icvs_ipu7_tbl[] = { { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_IPU7) }, { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_IPU7P5) }, + { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_IPU8) }, { } }; -- 2.43.0