From patchwork Sun Jun 24 17:22:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vikram Narayanan X-Patchwork-Id: 166892 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 CB499B6EF1 for ; Mon, 25 Jun 2012 03:22:36 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8FEE028093; Sun, 24 Jun 2012 19:22:34 +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 gowVNDHmU0Pr; Sun, 24 Jun 2012 19:22:34 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8399F2808A; Sun, 24 Jun 2012 19:22:31 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CB53A2808A for ; Sun, 24 Jun 2012 19:22: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 Nrxez4U9epDF for ; Sun, 24 Jun 2012 19:22:28 +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-pz0-f44.google.com (mail-pz0-f44.google.com [209.85.210.44]) by theia.denx.de (Postfix) with ESMTPS id 12C3028080 for ; Sun, 24 Jun 2012 19:22:27 +0200 (CEST) Received: by dacx6 with SMTP id x6so4139916dac.3 for ; Sun, 24 Jun 2012 10:22:24 -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=C+dKaqc0Sfq9nxV1otr40zgCpIqOkeegALf5ggTMNl4=; b=Vc9xffqphOvFSn9pgKt6FO6agwjCHu/4M8upUXskQk3msx8BGxLRRPbpaXx2FCtKM7 VS+pK7gRZaw4ysOVfSkR+L2uPD22kLGhD01qm6zyUtY6/OoThEGbjz15ZkkuVPhY0iSZ XEI8eH1Nl8NkdUGzQWGaaJOMLMbBVRTLxnCWSscCiehx2KNt8zd5JfwlYjVrMrI1oWeI T+ImgMJDlTIyUMUqRejJOLeT/x01SPJJ7wIu8R77b5gPTXimK+VafKEsgwG6ok8QExEY ELvfel2A7dEqhCscZjFCkK1TXr2fG9QpU0yY4q58nqoBQmUmbMQ5nM/k/9OuuZT8v+Ln L3LA== Received: by 10.68.197.70 with SMTP id is6mr31700263pbc.64.1340558544263; Sun, 24 Jun 2012 10:22:24 -0700 (PDT) Received: from [192.168.2.3] ([122.179.102.231]) by mx.google.com with ESMTPS id nh6sm5820551pbc.44.2012.06.24.10.22.21 (version=SSLv3 cipher=OTHER); Sun, 24 Jun 2012 10:22:23 -0700 (PDT) Message-ID: <4FE74CCA.2070600@gmail.com> Date: Sun, 24 Jun 2012 22:52:18 +0530 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: <4FE74C1C.7080409@gmail.com> In-Reply-To: <4FE74C1C.7080409@gmail.com> Subject: [U-Boot] [PATCH 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 rpi_b's default config Signed-off-by: Vikram Narayanan Cc: Stephen Warren Cc: Albert Aribaud Acked-by: Stephen Warren --- include/configs/rpi_b.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/include/configs/rpi_b.h b/include/configs/rpi_b.h index f547027..fb45a18 100644 --- a/include/configs/rpi_b.h +++ b/include/configs/rpi_b.h @@ -43,7 +43,9 @@ #define CONFIG_SYS_NO_FLASH /* Devices */ -/* None yet */ +/* GPIO */ +#define CONFIG_BCM2835_GPIO + /* Console UART */ #define CONFIG_PL011_SERIAL