From patchwork Wed Apr 9 01:32:06 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuhiro Iwamatsu X-Patchwork-Id: 337756 X-Patchwork-Delegate: iwamatsu@nigauri.org 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 AFD461400AF for ; Wed, 9 Apr 2014 11:32:44 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B0D984B601; Wed, 9 Apr 2014 03:32:41 +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 UursdL9A1+HZ; Wed, 9 Apr 2014 03:32:41 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BEBB84B5D6; Wed, 9 Apr 2014 03:32:39 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id AC56E4B5D6 for ; Wed, 9 Apr 2014 03:32: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 xwLTQ-CWF0l1 for ; Wed, 9 Apr 2014 03:32: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-pb0-f43.google.com (mail-pb0-f43.google.com [209.85.160.43]) by theia.denx.de (Postfix) with ESMTPS id 4F4944B5A5 for ; Wed, 9 Apr 2014 03:32:28 +0200 (CEST) Received: by mail-pb0-f43.google.com with SMTP id um1so1816107pbc.2 for ; Tue, 08 Apr 2014 18:32:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id; bh=I8DsffhWMLySdPq9Af8oliqVdk/AQMeh4TqEHRGPYJ8=; b=SM9fMxtYm7D0+32cwTErZVBh0w88Kr3y7b8Y8GLLTU4+E9uk3xs6urWj2FCYOpC46W ccSbLcycKP6VmOSwN+SR9qVnw/AGDaYnmvht/a1Nr4FS43+CszBEHuQ8p2trQ3+jOtMe gn6wSbpKTAVmAAHIoSjBWS4J+qW1L1Afz7sRiDztktdUwNIWMizTrrCnRCi+Oi53kl3p gjIePZIyn7/IcEEs+4AMtH0jIhibutwUUS0dN2BYYyWaSi9NKmPux2OrDoeCwpWNn2lz FNzWC+BUVoARe/fJ/HrstP/gSmc6kQsi5Kmpus7WfnNPMiYOftjEoARwUfqF1h/o1z4r MfFQ== X-Gm-Message-State: ALoCoQmX2r14N26wMgrdFHa8/AfgKqGnP/LDZeGElJoBg9p6MZumWFRKxnWDgnBe+HcY8ICBMGbt X-Received: by 10.69.26.103 with SMTP id ix7mr8321045pbd.41.1397007145730; Tue, 08 Apr 2014 18:32:25 -0700 (PDT) Received: from xps-iwamatsu.renesas.com (49.14.32.202.bf.2iij.net. [202.32.14.49]) by mx.google.com with ESMTPSA id pr4sm7487131pbb.53.2014.04.08.18.32.23 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 08 Apr 2014 18:32:24 -0700 (PDT) From: Nobuhiro Iwamatsu To: iwamatsu@nigauri.org Date: Wed, 9 Apr 2014 10:32:06 +0900 Message-Id: <1397007134-25591-1-git-send-email-nobuhiro.iwamatsu.yj@renesas.com> X-Mailer: git-send-email 1.8.5 Cc: u-boot@lists.denx.de, Nobuhiro Iwamatsu Subject: [U-Boot] [PATCH 1/9] arm: rmobile: Add define of SCIF register for R8A7790 and R8A7791 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 Signed-off-by: Nobuhiro Iwamatsu --- arch/arm/include/asm/arch-rmobile/rcar-base.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/include/asm/arch-rmobile/rcar-base.h b/arch/arm/include/asm/arch-rmobile/rcar-base.h index 4331d31..41240f3 100644 --- a/arch/arm/include/asm/arch-rmobile/rcar-base.h +++ b/arch/arm/include/asm/arch-rmobile/rcar-base.h @@ -21,6 +21,14 @@ #define GPIO5_BASE 0xE6055000 #define SH_QSPI_BASE 0xE6B10000 +/* SCIF */ +#define SCIF0_BASE 0xE6E60000 +#define SCIF1_BASE 0xE6E68000 +#define SCIF2_BASE 0xE6E58000 +#define SCIF3_BASE 0xE6EA8000 +#define SCIF4_BASE 0xE6EE0000 +#define SCIF5_BASE 0xE6EE8000 + #define S3C_BASE 0xE6784000 #define S3C_INT_BASE 0xE6784A00 #define S3C_MEDIA_BASE 0xE6784B00