From patchwork Tue Apr 29 23:15:26 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ash Charles X-Patchwork-Id: 344020 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 668511400B7 for ; Wed, 30 Apr 2014 09:17:12 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 34F874B90B; Wed, 30 Apr 2014 01:17:05 +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 CeyiK2WDvS7w; Wed, 30 Apr 2014 01:17:04 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 82F824B90F; Wed, 30 Apr 2014 01:16:42 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3D4434B91F for ; Wed, 30 Apr 2014 01:16:38 +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 Fodgl2kXBPkc for ; Wed, 30 Apr 2014 01:16:32 +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-pd0-f172.google.com (mail-pd0-f172.google.com [209.85.192.172]) by theia.denx.de (Postfix) with ESMTPS id 5B3CB4B92D for ; Wed, 30 Apr 2014 01:16:15 +0200 (CEST) Received: by mail-pd0-f172.google.com with SMTP id g10so813067pdj.31 for ; Tue, 29 Apr 2014 16:16:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=S0AQ13cXW7bSCSE58AU1agdOSaPKqism93GzciiLBj8=; b=uHSBVF2VnoWf5yiRdL+u/OYFR5bJDuf+uTMNY3uP5t11ez7do//hnLBjgjwMpJMjSw ny/6vpCjtl6bPkz1uQtF3W4lcrIIdeVZFekBfYL+N3aasBzEWdLLS5lt1Ba0mSI3GTgi LYWAns8PftPze8qpxtomTfqnosCLh7J4JElxIDJLR0QjpFReH3qp1XADsSUYxw/xzkZS yf6+JgoCxt2byy6D8J+kKLYyXkknfPZ/44Oo+37GQrHRqs1HMWetU1xIKW2SVKeWLaLQ nGMMoIChyy8+gpHAg3joFrUoeHacMk6/lLl5cBXeh66smXODGGwwUbI+ARFdMwMb1ZbX Yofg== X-Received: by 10.66.180.200 with SMTP id dq8mr1557987pac.104.1398813373530; Tue, 29 Apr 2014 16:16:13 -0700 (PDT) Received: from gumstux.bchsia.telus.net (s206-116-3-18.bc.hsia.telus.net. [206.116.3.18]) by mx.google.com with ESMTPSA id xr9sm120609073pab.5.2014.04.29.16.16.12 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 29 Apr 2014 16:16:12 -0700 (PDT) From: Ash Charles To: u-boot@lists.denx.de Date: Tue, 29 Apr 2014 16:15:26 -0700 Message-Id: <1398813328-17365-7-git-send-email-ashcharles@gmail.com> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1398813328-17365-1-git-send-email-ashcharles@gmail.com> References: <1398813328-17365-1-git-send-email-ashcharles@gmail.com> Cc: trini@ti.com, Ash Charles , steve@sakoman.com Subject: [U-Boot] [PATCH 6/8] [omap3][overo] Add Board Revision for Wireless chip 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: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Gumstix Overo COMs with board revision 0x4 use a different Wifi and Bluetooth module: Wi2Wi's W2CBW0015. No other code changes are required in u-boot---just handling of this particular board revision. Signed-off-by: Ash Charles --- board/overo/overo.c | 1 + board/overo/overo.h | 1 + 2 files changed, 2 insertions(+) diff --git a/board/overo/overo.c b/board/overo/overo.c index 1192d02..9a5f4c4 100644 --- a/board/overo/overo.c +++ b/board/overo/overo.c @@ -141,6 +141,7 @@ void get_board_mem_timings(struct board_sdrc_timings *timings) timings->rfr_ctrl = SDP_3430_SDRC_RFR_CTRL_165MHz; break; case REVISION_1: /* Micron 256MB/512MB, 1/2 banks of 256MB */ + case REVISION_4: timings->mcfg = MICRON_V_MCFG_200(256 << 20); timings->ctrla = MICRON_V_ACTIMA_200; timings->ctrlb = MICRON_V_ACTIMB_200; diff --git a/board/overo/overo.h b/board/overo/overo.h index 64604de..25c9f16 100644 --- a/board/overo/overo.h +++ b/board/overo/overo.h @@ -22,6 +22,7 @@ const omap3_sysinfo sysinfo = { #define REVISION_1 0x1 #define REVISION_2 0x2 #define REVISION_3 0x3 +#define REVISION_4 0x4 /* * IEN - Input Enable