From patchwork Thu Aug 22 04:05:49 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuhiro Iwamatsu X-Patchwork-Id: 268942 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 B1DE52C0084 for ; Thu, 22 Aug 2013 14:06:30 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4A1524A09E; Thu, 22 Aug 2013 06:06:27 +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 W4e+5Blp5y9t; Thu, 22 Aug 2013 06:06:26 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3EC204A097; Thu, 22 Aug 2013 06:06:26 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3F5BA4A098 for ; Thu, 22 Aug 2013 06:06:19 +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 q5wsFdGjahzh for ; Thu, 22 Aug 2013 06:06:13 +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-f182.google.com (mail-pd0-f182.google.com [209.85.192.182]) by theia.denx.de (Postfix) with ESMTPS id 0FB304A096 for ; Thu, 22 Aug 2013 06:06:06 +0200 (CEST) Received: by mail-pd0-f182.google.com with SMTP id r10so1345140pdi.13 for ; Wed, 21 Aug 2013 21:06:04 -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; bh=mCy2MWbFIWh3lEvg3K1cz5GTNHVvNOBj4zs8zMxLu9U=; b=LrOluoIK5QYwtiYbfs7wYyjBZJHFE/db3uw/ffA7HCTSXYB33azhCAbh7hDX4rxoGH 2Lf5F8EgxcqAOYy7KKNThw2veX+3W/U8mJTNXLYNo1yDWUD4EkeZg8JvR6zN78yCX48h 5P+ig24Au0aQHB/mfZnGwfXODf2F96iCsVI6/qeKsxlO/dWfvCcLe1b45IFlq1emLkvh F7O7laQonsRS4CG66l+EWyzpbCmFn19TvoGUTl5xDtF7VV4Dmb14vy99YiI0iTZjBJGQ 3y3v+3Tc4AXIDRQhBpk0LERAQw4Zp7hBjvvB3mwCYeQoAgiAH0e+lIl3+Ndx0968Zegc OI8A== X-Gm-Message-State: ALoCoQnlF32kEqSIc8gPu/528aXcecIQ6I1ombJrKLj0nIW6/QfqCH+WF9g220fHUV2vrYvgvLpe X-Received: by 10.68.160.5 with SMTP id xg5mr3130548pbb.173.1377144363865; Wed, 21 Aug 2013 21:06:03 -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:02 -0700 (PDT) From: Nobuhiro Iwamatsu To: albert.u.boot@aribaud.net Date: Thu, 22 Aug 2013 13:05:49 +0900 Message-Id: <1377144350-28324-1-git-send-email-nobuhiro.iwamatsu.yj@renesas.com> X-Mailer: git-send-email 1.8.3.2 Cc: u-boot@lists.denx.de, Nobuhiro Iwamatsu Subject: [U-Boot] [PATCH 1/2] arm: rmobile: kzm9g: Change clock definition of SCIF from CONFIG_SYS_CLK_FREQ to CONFIG_SH_SCIF_CLK_FREQ 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 --- include/configs/kzm9g.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h index 222725c..6323050 100644 --- a/include/configs/kzm9g.h +++ b/include/configs/kzm9g.h @@ -125,6 +125,7 @@ #define CONFIG_GLOBAL_TIMER #define CONFIG_SYS_CLK_FREQ (48000000) #define CONFIG_SYS_CPU_CLK (1196000000) +#define CONFIG_SH_SCIF_CLK_FREQ CONFIG_SYS_CLK_FREQ #define TMU_CLK_DIVIDER (4) /* 4 (default), 16, 64, 256 or 1024 */ #define CFG_HZ (1000) #define CONFIG_SYS_HZ CFG_HZ