Skip to content

Commit e7dbfe6

Browse files
Heikki Krogerusbroonie
authored andcommitted
spi: intel: Add support for Oak Stream SPI serial flash
Add Oak Stream PCI ID to the driver list of supported devices. This patch was originally written by Zeng Guang. Signed-off-by: Heikki Krogerus <[email protected]> Signed-off-by: Mika Westerberg <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent dcb6fa3 commit e7dbfe6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/spi/spi-intel-pci.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ static const struct pci_device_id intel_spi_pci_ids[] = {
8080
{ PCI_VDEVICE(INTEL, 0x51a4), (unsigned long)&cnl_info },
8181
{ PCI_VDEVICE(INTEL, 0x54a4), (unsigned long)&cnl_info },
8282
{ PCI_VDEVICE(INTEL, 0x5794), (unsigned long)&cnl_info },
83+
{ PCI_VDEVICE(INTEL, 0x5825), (unsigned long)&cnl_info },
8384
{ PCI_VDEVICE(INTEL, 0x7723), (unsigned long)&cnl_info },
8485
{ PCI_VDEVICE(INTEL, 0x7a24), (unsigned long)&cnl_info },
8586
{ PCI_VDEVICE(INTEL, 0x7aa4), (unsigned long)&cnl_info },

0 commit comments

Comments
 (0)