From patchwork Fri May 27 14:08:22 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anatolij Gustschin X-Patchwork-Id: 97686 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id D1F4EB6F90 for ; Sat, 28 May 2011 00:09:15 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 577FB280C1; Fri, 27 May 2011 16:09:01 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5EQh1vidSOP9; Fri, 27 May 2011 16:09:01 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9F951280D6; Fri, 27 May 2011 16:08:43 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C9681280A9 for ; Fri, 27 May 2011 16:08:35 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MYtrGr3zL0on for ; Fri, 27 May 2011 16:08:34 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) by theia.denx.de (Postfix) with ESMTP id 5ADA8280B1 for ; Fri, 27 May 2011 16:08:34 +0200 (CEST) Received: from frontend1.mail.m-online.net (unknown [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 8114B1C0139C; Fri, 27 May 2011 16:08:33 +0200 (CEST) X-Auth-Info: f3Xfv1J7kj5YuMrqYZCYyTNNNNrM9GavXX8FH1tiXlU= Received: from localhost (p4FDE7632.dip.t-dialin.net [79.222.118.50]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA id 58FAC1C00075; Fri, 27 May 2011 16:08:33 +0200 (CEST) From: Anatolij Gustschin To: u-boot@lists.denx.de Date: Fri, 27 May 2011 16:08:22 +0200 Message-Id: <1306505304-9593-4-git-send-email-agust@denx.de> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1306505304-9593-1-git-send-email-agust@denx.de> References: <1306505304-9593-1-git-send-email-agust@denx.de> Subject: [U-Boot] [PATCH 3/5] mpc5200: digsy_mtc: enable pci_scan_delay option X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de A delay of approximately 250 ms after PCI bus reset in pci_mpc5xxx_init() is needed to recognize the Coral-PA controller on graphic extention board. With this option enabled we can set the environment variable "pci_scan_delay" to the needed value. Signed-off-by: Anatolij Gustschin --- include/configs/digsy_mtc.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/digsy_mtc.h b/include/configs/digsy_mtc.h index c738b3a..2b7ba4d 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_SCAN_DELAY #define CONFIG_PCI_MEM_BUS 0x40000000 #define CONFIG_PCI_MEM_PHYS CONFIG_PCI_MEM_BUS