From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.12]) (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 D98BA3502AA for ; Tue, 13 Jan 2026 17:22:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.198.163.12 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768324924; cv=none; b=Yx1ebfyA4esX9Y2MSeoAuPeZ2rAp2hYpwaQ6E7ZIV6l06bGTfChAVDhjKjROrDJPP8WmeOkbTN5gWWlM6yLuRUgOy35XWyS1guRoD5vS9/PzTTdvowoIfztHB39a/88EnDT7pm8xX8HVzQgUbig36rqTnsD0WoieiYBxcTTr9Hc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768324924; c=relaxed/simple; bh=3zFU8G2V7ReTZtiNvRILkll7MlNJYbX2ouy/0NrH5dU=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Content-Type; b=XrXncOOOyAgYc+EM2sj5NRd251IQbniGsPgpHLgbunyub/dtYBIME35IChUTLjimti80gxnRhWl3yYagsg3I7weKnRJPB0axkLtp2pVuiJyelpN6eFxk+3t7iLObfK963pmzsOK6v2dT8DK00ug4VL+lTiS6cN1hmsVm3b3PXzM= 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=KLP1f8Wf; arc=none smtp.client-ip=192.198.163.12 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="KLP1f8Wf" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1768324921; x=1799860921; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=3zFU8G2V7ReTZtiNvRILkll7MlNJYbX2ouy/0NrH5dU=; b=KLP1f8WfM18fMjuTQFb6yrKFsVPNYR+SUGIRrp/1HipsNQ1uqQ2mdHHR bxyfgMcUEMijvlkeVeGfliSbHP5yp8aNM4Bnf/lp6NT9xoD4jxgyqDtH0 jkl7KlFHN/i+niO1sDxOEyufBLu5VWFRsq4YGrmGgm8OYtd1bgGFN9jXU 8iGcAVwT+MejC87iApp5cuq89mCgqkXNJA9UK/MIqFAk5k5KNzFkGnZN4 +NLDdZkGWgD+b0yKkOIIF34XxdiRSE+8KgR92HokoTat5dozbZNQfucTw TpNup59Wz8AmvyS1PNcaruKVvbqahruz43LpnBlRvmLxyt0I0PPHyPwZF g==; X-CSE-ConnectionGUID: B6qarcecTpqLHoVP/ztPGA== X-CSE-MsgGUID: M1Bg2M6eTeKAMu10Nf+Ncw== X-IronPort-AV: E=McAfee;i="6800,10657,11670"; a="73473135" X-IronPort-AV: E=Sophos;i="6.21,222,1763452800"; d="scan'208";a="73473135" Received: from orviesa010.jf.intel.com ([10.64.159.150]) by fmvoesa106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jan 2026 09:22:00 -0800 X-CSE-ConnectionGUID: bPojmxo8S4qEzCQaJKwPxw== X-CSE-MsgGUID: vRrbnbNkQdepWOMVgguvwQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.21,222,1763452800"; d="scan'208";a="203651016" Received: from ijarvine-mobl1.ger.corp.intel.com (HELO localhost) ([10.245.244.10]) by orviesa010-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jan 2026 09:21:58 -0800 From: =?UTF-8?q?Ilpo=20J=C3=A4rvinen?= To: Andy Shevchenko , Lee Jones , linux-kernel@vger.kernel.org Cc: =?UTF-8?q?Ilpo=20J=C3=A4rvinen?= Subject: [PATCH 1/1] mfd: intel-lpss: Add Intel Nova Lake-S PCI IDs Date: Tue, 13 Jan 2026 19:21:50 +0200 Message-Id: <20260113172151.48062-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 Add Intel Nova Lake-S LPSS PCI IDs. Signed-off-by: Ilpo Järvinen --- 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 8d92c895d3ae..713a5bfb1a3c 100644 --- a/drivers/mfd/intel-lpss-pci.c +++ b/drivers/mfd/intel-lpss-pci.c @@ -437,6 +437,19 @@ static const struct pci_device_id intel_lpss_pci_ids[] = { { PCI_VDEVICE(INTEL, 0x5ac4), (kernel_ulong_t)&bxt_spi_info }, { PCI_VDEVICE(INTEL, 0x5ac6), (kernel_ulong_t)&bxt_spi_info }, { PCI_VDEVICE(INTEL, 0x5aee), (kernel_ulong_t)&bxt_uart_info }, + /* NVL-S */ + { PCI_VDEVICE(INTEL, 0x6e28), (kernel_ulong_t)&bxt_uart_info }, + { PCI_VDEVICE(INTEL, 0x6e29), (kernel_ulong_t)&bxt_uart_info }, + { PCI_VDEVICE(INTEL, 0x6e2a), (kernel_ulong_t)&tgl_spi_info }, + { PCI_VDEVICE(INTEL, 0x6e2b), (kernel_ulong_t)&tgl_spi_info }, + { PCI_VDEVICE(INTEL, 0x6e4c), (kernel_ulong_t)&ehl_i2c_info }, + { PCI_VDEVICE(INTEL, 0x6e4d), (kernel_ulong_t)&ehl_i2c_info }, + { PCI_VDEVICE(INTEL, 0x6e4e), (kernel_ulong_t)&ehl_i2c_info }, + { PCI_VDEVICE(INTEL, 0x6e4f), (kernel_ulong_t)&ehl_i2c_info }, + { PCI_VDEVICE(INTEL, 0x6e5c), (kernel_ulong_t)&bxt_uart_info }, + { PCI_VDEVICE(INTEL, 0x6e5e), (kernel_ulong_t)&tgl_spi_info }, + { PCI_VDEVICE(INTEL, 0x6e7a), (kernel_ulong_t)&ehl_i2c_info }, + { PCI_VDEVICE(INTEL, 0x6e7b), (kernel_ulong_t)&ehl_i2c_info }, /* ARL-H */ { PCI_VDEVICE(INTEL, 0x7725), (kernel_ulong_t)&bxt_uart_info }, { PCI_VDEVICE(INTEL, 0x7726), (kernel_ulong_t)&bxt_uart_info }, base-commit: 8f0b4cce4481fb22653697cced8d0d04027cb1e8 -- 2.39.5