From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.17]) (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 2E0C02D879F for ; Fri, 13 Mar 2026 10:03:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.198.163.17 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773396231; cv=none; b=QqnZ2AfJXOZ9f2KKsKf83MZjigM3zpwJCXiCffdPyExQoZz+uins3TxqLCXQEIus264sQRvSsZoLAsUKPEhC3dtH7w3Njx8/lB8ZZgb4+YoAfxXThv8FtGqdDZyJFLzWlCupJf1AlvgaEvkFqN/2Utg7kYcaMf+nuCBawTy2hm4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773396231; c=relaxed/simple; bh=ImxwK0KlQ2KwY+Ffb4lIKxpEjFgWkyJEr6tR5UUR5CM=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Content-Type; b=fQpQNikzWMZn72aU3ixCf/uvvxQ3xEfAIOzQC/Mcs5NuqedcPjHxenALUtWRfvfgIPARJGLDZ1JxmDJzJ8uxeFigrDdA0B17r43q5GE+WnFg/vKnUL+8wZIdr7NmAi5rjvmPH784VuEE//Qw8i48AQ9+sUz/XL+A1iEiF6A/J1M= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com; spf=pass smtp.mailfrom=linux.intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=M5ocbj1z; arc=none smtp.client-ip=192.198.163.17 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="M5ocbj1z" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1773396230; x=1804932230; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=ImxwK0KlQ2KwY+Ffb4lIKxpEjFgWkyJEr6tR5UUR5CM=; b=M5ocbj1zd2IWDduHVsHriG8rGXZy4eGSf2A5L5UzH9Baj+I0K8HXEO7V uZeiegjGCbNhqG02pPQRw0wbPFV4CmDLwynji3KvoNneoIVFLO9GXZgXy m5vX+ixgVW5Qbqv+QQE7xvB4bVmRYue5AVDgSsNsio6oupfROMNOpodAG AxV07eQESqkQgpJCKa85Gx2d07ZuwwitxCWLBng0/iy1cRmUBDWv0qCTZ VSR0USMeae7VuWdy8bK19YKIu7CZZSGyzMLKFQAYrALx8hTCLRUWAkKQT fDCuOORb+bj0RwF92EFZdunWbTOpCVF0WhYDXJ6rp7zQq5TRaqmJCm8rZ Q==; X-CSE-ConnectionGUID: +ArOg8s3TgKxEa8x34xKgA== X-CSE-MsgGUID: j3m6ELV9RDetVYLuntcvgg== X-IronPort-AV: E=McAfee;i="6800,10657,11727"; a="74418248" X-IronPort-AV: E=Sophos;i="6.23,118,1770624000"; d="scan'208";a="74418248" Received: from fmviesa002.fm.intel.com ([10.60.135.142]) by fmvoesa111.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Mar 2026 03:03:50 -0700 X-CSE-ConnectionGUID: oRJSB2wjQiOdT45d2jFIYA== X-CSE-MsgGUID: V2/or5KyTIm45jbQnxG+aw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.23,118,1770624000"; d="scan'208";a="244142977" Received: from ijarvine-mobl1.ger.corp.intel.com (HELO localhost) ([10.245.245.238]) by fmviesa002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Mar 2026 03:03:47 -0700 From: =?UTF-8?q?Ilpo=20J=C3=A4rvinen?= To: Andy Shevchenko , Lee Jones , linux-kernel@vger.kernel.org Cc: Saranya Gopal , =?UTF-8?q?Ilpo=20J=C3=A4rvinen?= Subject: [PATCH v2 1/1] mfd: intel-lpss: Add Intel Nova Lake-H PCI IDs Date: Fri, 13 Mar 2026 12:03:37 +0200 Message-Id: <20260313100337.3471-1-ilpo.jarvinen@linux.intel.com> X-Mailer: git-send-email 2.39.5 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Saranya Gopal Add Intel Nova Lake-H LPSS PCI IDs. Signed-off-by: Saranya Gopal Co-developed-by: Ilpo Järvinen Signed-off-by: Ilpo Järvinen --- v2: - Tweaked authorship details drivers/mfd/intel-lpss-pci.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/drivers/mfd/intel-lpss-pci.c b/drivers/mfd/intel-lpss-pci.c index 713a5bfb1a3c..a9452ac92fb2 100644 --- a/drivers/mfd/intel-lpss-pci.c +++ b/drivers/mfd/intel-lpss-pci.c @@ -633,6 +633,19 @@ static const struct pci_device_id intel_lpss_pci_ids[] = { { PCI_VDEVICE(INTEL, 0xa879), (kernel_ulong_t)&ehl_i2c_info }, { PCI_VDEVICE(INTEL, 0xa87a), (kernel_ulong_t)&ehl_i2c_info }, { PCI_VDEVICE(INTEL, 0xa87b), (kernel_ulong_t)&ehl_i2c_info }, + /* NVL-H */ + { PCI_VDEVICE(INTEL, 0xd325), (kernel_ulong_t)&bxt_uart_info }, + { PCI_VDEVICE(INTEL, 0xd326), (kernel_ulong_t)&bxt_uart_info }, + { PCI_VDEVICE(INTEL, 0xd327), (kernel_ulong_t)&tgl_spi_info }, + { PCI_VDEVICE(INTEL, 0xd330), (kernel_ulong_t)&tgl_spi_info }, + { PCI_VDEVICE(INTEL, 0xd347), (kernel_ulong_t)&tgl_spi_info }, + { PCI_VDEVICE(INTEL, 0xd350), (kernel_ulong_t)&ehl_i2c_info }, + { PCI_VDEVICE(INTEL, 0xd351), (kernel_ulong_t)&ehl_i2c_info }, + { PCI_VDEVICE(INTEL, 0xd352), (kernel_ulong_t)&bxt_uart_info }, + { PCI_VDEVICE(INTEL, 0xd378), (kernel_ulong_t)&ehl_i2c_info }, + { PCI_VDEVICE(INTEL, 0xd379), (kernel_ulong_t)&ehl_i2c_info }, + { PCI_VDEVICE(INTEL, 0xd37a), (kernel_ulong_t)&ehl_i2c_info }, + { PCI_VDEVICE(INTEL, 0xd37b), (kernel_ulong_t)&ehl_i2c_info }, /* PTL-H */ { PCI_VDEVICE(INTEL, 0xe325), (kernel_ulong_t)&bxt_uart_info }, { PCI_VDEVICE(INTEL, 0xe326), (kernel_ulong_t)&bxt_uart_info }, base-commit: 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f -- 2.39.5