Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

i3c: mipi-i3c-hci-pci: Add support for Intel Wildcat Lake-U I3C

Add I3C controller PCI IDs on Intel Wildcat Lake-U.

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Link: https://lore.kernel.org/r/20250808131732.1213227-1-jarkko.nikula@linux.intel.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

authored by

Jarkko Nikula and committed by
Alexandre Belloni
d515503f 8f5ae30d

+3
+3
drivers/i3c/master/mipi-i3c-hci/mipi-i3c-hci-pci.c
··· 124 124 } 125 125 126 126 static const struct pci_device_id mipi_i3c_hci_pci_devices[] = { 127 + /* Wildcat Lake-U */ 128 + { PCI_VDEVICE(INTEL, 0x4d7c), (kernel_ulong_t)&intel_info}, 129 + { PCI_VDEVICE(INTEL, 0x4d6f), (kernel_ulong_t)&intel_info}, 127 130 /* Panther Lake-H */ 128 131 { PCI_VDEVICE(INTEL, 0xe37c), (kernel_ulong_t)&intel_info}, 129 132 { PCI_VDEVICE(INTEL, 0xe36f), (kernel_ulong_t)&intel_info},