From patchwork Fri Oct 4 06:43:54 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 2987211 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 6AD9ABFF0B for ; Fri, 4 Oct 2013 06:43:58 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9FDFD2045A for ; Fri, 4 Oct 2013 06:43:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CB6F620459 for ; Fri, 4 Oct 2013 06:43:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750905Ab3JDGn4 (ORCPT ); Fri, 4 Oct 2013 02:43:56 -0400 Received: from mail-pb0-f48.google.com ([209.85.160.48]:39600 "EHLO mail-pb0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750870Ab3JDGn4 (ORCPT ); Fri, 4 Oct 2013 02:43:56 -0400 Received: by mail-pb0-f48.google.com with SMTP id ma3so3503947pbc.7 for ; Thu, 03 Oct 2013 23:43:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:sender:message-id:to:cc:in-reply-to:references:from:subject :mime-version:content-type; bh=l1eQeSVghZz7pjCfmmdyQ/aFn4XcKfGo9GJg/fJHWAs=; b=tQ155DXrzsfYRF0+3/U/2Qv2/s7wtHY27CSL4vrR36TgYrdSt8Ww7Vgl5/X6ivTLN9 62e0RHQAZB00XpGOhK8HsGyzBp0M8npPG/uP5kCPBaSwHykKjkUtSXv5k6+Ume8vy8Ew +YSaJ3iGGtCAF0YyJ/Jq1tPzvuNSTJcRcQLPa7OqzxUfB0CNPY0+eeE7qVBHLgh3Sdlf 8ZQ6Db+wvp2TpSMATDHO3lVaIFhTJWM8hjypDbKX5Exu8gNB1RVOnB9BEUUWdOpAWrhf QUcaHzFMiGfmZ1RkpOqZK6ia9aZSKclwtHjk0jLI/NHd1UR4WGWe8T2Yj6vgIh4bcWQn MJaA== X-Received: by 10.66.161.169 with SMTP id xt9mr13784422pab.139.1380869035648; Thu, 03 Oct 2013 23:43:55 -0700 (PDT) Received: from morimoto-Dell-XPS420.gmail.com (49.14.32.202.bf.2iij.net. [202.32.14.49]) by mx.google.com with ESMTPSA id og5sm12579853pbb.10.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 03 Oct 2013 23:43:54 -0700 (PDT) Date: Thu, 03 Oct 2013 23:43:54 -0700 (PDT) Message-ID: <87ioxdzgbc.wl%kuninori.morimoto.gx@renesas.com> To: Simon Cc: Magnus , linux-sh@vger.kernel.org, Kuninori Morimoto In-Reply-To: <87k3htzgcf.wl%kuninori.morimoto.gx@renesas.com> References: <87k3htzgcf.wl%kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto Subject: [PATCH 1/4] ARM: shmobile: r8a7778: add I2C clock for DT MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Kuninori Morimoto --- arch/arm/mach-shmobile/clock-r8a7778.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/mach-shmobile/clock-r8a7778.c b/arch/arm/mach-shmobile/clock-r8a7778.c index 3590cd5..e043715 100644 --- a/arch/arm/mach-shmobile/clock-r8a7778.c +++ b/arch/arm/mach-shmobile/clock-r8a7778.c @@ -184,9 +184,13 @@ static struct clk_lookup lookups[] = { CLKDEV_DEV_ID("ohci-platform", &mstp_clks[MSTP100]), /* USB OHCI port0/1 */ CLKDEV_DEV_ID("renesas_usbhs", &mstp_clks[MSTP100]), /* USB FUNC */ CLKDEV_DEV_ID("i2c-rcar.0", &mstp_clks[MSTP030]), /* I2C0 */ + CLKDEV_DEV_ID("ffc70000.i2c", &mstp_clks[MSTP030]), /* I2C0 */ CLKDEV_DEV_ID("i2c-rcar.1", &mstp_clks[MSTP029]), /* I2C1 */ + CLKDEV_DEV_ID("ffc71000.i2c", &mstp_clks[MSTP029]), /* I2C1 */ CLKDEV_DEV_ID("i2c-rcar.2", &mstp_clks[MSTP028]), /* I2C2 */ + CLKDEV_DEV_ID("ffc72000.i2c", &mstp_clks[MSTP028]), /* I2C2 */ CLKDEV_DEV_ID("i2c-rcar.3", &mstp_clks[MSTP027]), /* I2C3 */ + CLKDEV_DEV_ID("ffc73000.i2c", &mstp_clks[MSTP027]), /* I2C3 */ CLKDEV_DEV_ID("sh-sci.0", &mstp_clks[MSTP026]), /* SCIF0 */ CLKDEV_DEV_ID("sh-sci.1", &mstp_clks[MSTP025]), /* SCIF1 */ CLKDEV_DEV_ID("sh-sci.2", &mstp_clks[MSTP024]), /* SCIF2 */