Skip to content
Snippets Groups Projects
Commit 428c5639 authored by Stefan Roese's avatar Stefan Roese
Browse files

PPC405EP: set vendor id.

parent 342f551b
No related merge requests found
......@@ -266,6 +266,10 @@ void pci_405gp_init(struct pci_controller *hose)
}
#endif
#if defined(CONFIG_405EP) /* on ppc405ep vendor id is not set */
pci_write_config_word(PCIDEVID_405GP, PCI_VENDOR_ID, 0x1014); /* IBM */
#endif
/*
* Set HCE bit (Host Configuration Enabled)
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment