diff mbox series

pci_ids: fix i225 unprogrammed value

Message ID 20240624194907.81341-1-marjolaine.amate@odyssee-systemes.fr
State Accepted
Commit 905dc347dade9cc956f064cc885f38f83e68376a
Delegated to: Tom Rini
Headers show
Series pci_ids: fix i225 unprogrammed value | expand

Commit Message

Marjolaine Amate June 24, 2024, 7:49 p.m. UTC
This patch fixes the I225 hardware default value
at 0x15FD meaning empty flash image
or the NVM configuration loading failed

Signed-off-by: Marjolaine Amate <marjolaine.amate@odyssee-systemes.fr>
---
 include/pci_ids.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini July 5, 2024, 10:40 p.m. UTC | #1
On Mon, Jun 24, 2024 at 07:49:07PM +0000, Marjolaine Amate wrote:

> This patch fixes the I225 hardware default value
> at 0x15FD meaning empty flash image
> or the NVM configuration loading failed
> 
> Signed-off-by: Marjolaine Amate <marjolaine.amate@odyssee-systemes.fr>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/include/pci_ids.h b/include/pci_ids.h
index f1886c3a75..b2136d3e9d 100644
--- a/include/pci_ids.h
+++ b/include/pci_ids.h
@@ -2710,7 +2710,7 @@ 
 #define PCI_DEVICE_ID_INTEL_I211_COPPER			0x1539
 #define PCI_DEVICE_ID_INTEL_I210_COPPER_FLASHLESS	0x157b
 #define PCI_DEVICE_ID_INTEL_I210_SERDES_FLASHLESS	0x157c
-#define PCI_DEVICE_ID_INTEL_I225_UNPROGRAMMED		0x15dF
+#define PCI_DEVICE_ID_INTEL_I225_UNPROGRAMMED		0x15fd
 #define PCI_DEVICE_ID_INTEL_I225_IT			0x0d9f
 #define PCI_DEVICE_ID_INTEL_80960_RP	0x1960
 #define PCI_DEVICE_ID_INTEL_82840_HB	0x1a21