Skip to content
Snippets Groups Projects
Commit 4fc823dd authored by Anatolij Gustschin's avatar Anatolij Gustschin Committed by Wolfgang Denk
Browse files

mpc5200: digsy_mtc: fix detection of Coral-PA


A delay of approximately 250 ms after PCI bus reset in
pci_mpc5xxx_init() is needed to recognize the Coral-PA
controller on the graphic extention board.

Signed-off-by: default avatarAnatolij Gustschin <agust@denx.de>
Acked-by: default avatarDetlev Zundel <dzu@denx.de>
parent 0da1fb03
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,7 @@
#define CONFIG_PCI 1
#define CONFIG_PCI_PNP 1
#define CONFIG_PCI_SCAN_SHOW 1
#define CONFIG_PCI_BOOTDELAY 250
#define CONFIG_PCI_MEM_BUS 0x40000000
#define CONFIG_PCI_MEM_PHYS CONFIG_PCI_MEM_BUS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment