From: Anatolij Gustschin Date: Thu, 13 Oct 2011 05:19:17 +0000 (+0000) Subject: mpc5200: digsy_mtc: fix detection of Coral-PA X-Git-Tag: v2011.12-rc1~519 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4fc823ddb43ab26a393da49f356fcad208e7064f;p=platform%2Fkernel%2Fu-boot.git 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: Anatolij Gustschin Acked-by: Detlev Zundel --- diff --git a/include/configs/digsy_mtc.h b/include/configs/digsy_mtc.h index 522ec57..d0d1eda 100644 --- a/include/configs/digsy_mtc.h +++ b/include/configs/digsy_mtc.h @@ -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