From patchwork Thu Aug 22 04:05:50 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuhiro Iwamatsu X-Patchwork-Id: 268943 X-Patchwork-Delegate: albert.aribaud@free.fr 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 1AEAE2C00BB for ; Thu, 22 Aug 2013 14:06:39 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DD1224A09C; Thu, 22 Aug 2013 06:06: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 5SX7AUqP7W4B; Thu, 22 Aug 2013 06:06:34 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 60D9B4A0AF; Thu, 22 Aug 2013 06:06:30 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 23A6D4A096 for ; Thu, 22 Aug 2013 06:06:21 +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 8fqGO8+Hib4I for ; Thu, 22 Aug 2013 06:06:16 +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-pa0-f51.google.com (mail-pa0-f51.google.com [209.85.220.51]) by theia.denx.de (Postfix) with ESMTPS id 23C534A097 for ; Thu, 22 Aug 2013 06:06:10 +0200 (CEST) Received: by mail-pa0-f51.google.com with SMTP id lf1so929457pab.10 for ; Wed, 21 Aug 2013 21:06:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :in-reply-to:references; bh=QvVwG6C6DuR5CmGMjoJnZuzXb1pn1zXpqweMilibOKA=; b=KmIZhSZ3Xu0bgN68voTBCHkSlKjZQNs0YbxiWxJhgXxCPlCdtzE3Sr9ytn97dF8R+c dQXdM0h1tJ7tCKbW8hnzZthGKnc2XPSGA4Wnut1ji2/V42N/zG91QjBt5O3INc6Rvtq2 sgyLtTrenkpVlGLuxUd5OJR1aStqa4LDtG1c/aAqvpqZKdKqilQhJ+RwJpsKunjOuepC x54M3842D+4nXHp1rykXKEPnZ/M7I4UOoKCHPIWLNcYtbN9VoEyIP4hMnFfj4DADyrX4 +6hynWXhVwvfQlmX7oUxREsMzAFYx2tRpNvzR+OrPsJohLMMJWOcrJ463R3m+3eeoCLx F+QA== X-Gm-Message-State: ALoCoQneBZkfzD6lRHPJ9iFPwphQ8nFYQzvULtqIDX5sfvEDWdcq3GMQNs2ETjbbSosOWnYujjDv X-Received: by 10.68.239.168 with SMTP id vt8mr3164619pbc.125.1377144369073; Wed, 21 Aug 2013 21:06:09 -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 qf7sm13740564pac.14.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 21 Aug 2013 21:06:07 -0700 (PDT) From: Nobuhiro Iwamatsu To: albert.u.boot@aribaud.net Date: Thu, 22 Aug 2013 13:05:50 +0900 Message-Id: <1377144350-28324-2-git-send-email-nobuhiro.iwamatsu.yj@renesas.com> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1377144350-28324-1-git-send-email-nobuhiro.iwamatsu.yj@renesas.com> References: <1377144350-28324-1-git-send-email-nobuhiro.iwamatsu.yj@renesas.com> Cc: u-boot@lists.denx.de, Nobuhiro Iwamatsu Subject: [U-Boot] [PATCH 2/2] arm: rmobile: armadillo-800eva: Change clock definition of SCIF and TMU 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 This changes clock definition of SCIF from CONFIG_SYS_CLK_FREQ to CONFIG_SH_SCIF_CLK_FREQ, and clock definition of TMU from CONFIG_SYS_CLK_FREQ to CONFIG_SH_TMU_CLK_FREQ, Signed-off-by: Nobuhiro Iwamatsu --- include/configs/armadillo-800eva.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/armadillo-800eva.h b/include/configs/armadillo-800eva.h index 9f357ea..7a264b0 100644 --- a/include/configs/armadillo-800eva.h +++ b/include/configs/armadillo-800eva.h @@ -138,6 +138,8 @@ /* Board Clock */ #define CONFIG_SYS_CLK_FREQ 50000000 +#define CONFIG_SH_TMU_CLK_FREQ CONFIG_SYS_CLK_FREQ +#define CONFIG_SH_SCIF_CLK_FREQ CONFIG_SYS_CLK_FREQ #define CONFIG_SYS_TMU_CLK_DIV 4 #define CONFIG_SYS_HZ 1000