From patchwork Wed Jul 11 20:38:16 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vikram Narayanan X-Patchwork-Id: 170510 X-Patchwork-Delegate: trini@ti.com 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 C70602C0200 for ; Thu, 12 Jul 2012 06:38:34 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 83EF72807F; Wed, 11 Jul 2012 22:38:33 +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 Hht5wl2+R+cF; Wed, 11 Jul 2012 22:38:33 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9AB5728080; Wed, 11 Jul 2012 22:38:31 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id AD95628080 for ; Wed, 11 Jul 2012 22:38:29 +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 mDLfZI6C38aW for ; Wed, 11 Jul 2012 22:38:29 +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-bk0-f44.google.com (mail-bk0-f44.google.com [209.85.214.44]) by theia.denx.de (Postfix) with ESMTPS id 3BD822807F for ; Wed, 11 Jul 2012 22:38:27 +0200 (CEST) Received: by bkty7 with SMTP id y7so1286902bkt.3 for ; Wed, 11 Jul 2012 13:38:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=3T/B2NYFsyBs48ZveWHMCkQjFtC09Psqxcz5ywrY31I=; b=AUAUopCMAUqiU3EQNppjP/KgDIONaVmgFH87rhdni2IcIpafEQqRgIiMVK9VpgsSnw y/7J3qVS+Jq8qiBcq5b8SBG/zln7aeWxxPQCASWw+IiLcuMn8gbC88GvjyWCJ1fxw5AY VrOd59WGOB+DnF5BBNcnwNU+T2Lv4sMdrU9/ZVz3QrpWXdGU9asvwe9q57yGey/4ddoO Fvk2w+9k6nZNDFdH6j13d108x/fD2Qb6YlL6SsCfLJlAEwkDbMb2zpRwrorc/EhP+Old DMUNgaZGzQS6FWLmYsHtutLC7ixHrFf9UnHH+8BXWaRzqG2xWExNWIr59veGjFHYig7G VGmg== Received: by 10.204.136.215 with SMTP id s23mr24365273bkt.32.1342039107569; Wed, 11 Jul 2012 13:38:27 -0700 (PDT) Received: from [172.30.1.44] (p578bbfc5.dip0.t-ipconnect.de. [87.139.191.197]) by mx.google.com with ESMTPS id e20sm1860986bkv.10.2012.07.11.13.38.22 (version=SSLv3 cipher=OTHER); Wed, 11 Jul 2012 13:38:27 -0700 (PDT) Message-ID: <4FFDE438.9020608@gmail.com> Date: Wed, 11 Jul 2012 22:38:16 +0200 From: Vikram Narayanan User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: u-boot@lists.denx.de References: <4FFDE3A9.7080804@gmail.com> In-Reply-To: <4FFDE3A9.7080804@gmail.com> Subject: [U-Boot] [PATCH v2 2/2] rbpi: Add BCM2835 GPIO driver for raspberry pi X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Add the driver to the default config Signed-off-by: Vikram Narayanan --- include/configs/rpi_b.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/include/configs/rpi_b.h b/include/configs/rpi_b.h index f547027..d4bbccc 100644 --- a/include/configs/rpi_b.h +++ b/include/configs/rpi_b.h @@ -43,7 +43,8 @@ #define CONFIG_SYS_NO_FLASH /* Devices */ -/* None yet */ +/* GPIO */ +#define CONFIG_BCM2835_GPIO /* Console UART */ #define CONFIG_PL011_SERIAL