From patchwork Thu Dec 5 01:32:42 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 3286151 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 784CE9F373 for ; Thu, 5 Dec 2013 01:32:47 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 7A297204E2 for ; Thu, 5 Dec 2013 01:32:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 42024204DF for ; Thu, 5 Dec 2013 01:32:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756254Ab3LEBcp (ORCPT ); Wed, 4 Dec 2013 20:32:45 -0500 Received: from mail-pb0-f45.google.com ([209.85.160.45]:43262 "EHLO mail-pb0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756228Ab3LEBco (ORCPT ); Wed, 4 Dec 2013 20:32:44 -0500 Received: by mail-pb0-f45.google.com with SMTP id rp16so24788964pbb.32 for ; Wed, 04 Dec 2013 17:32:43 -0800 (PST) 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=19VgGGgntEB/i0Erf6SRXfDas211+idcCd1yTJVaOqQ=; b=ZnHTp6xK0/RMv9ko2fdOeRz23yEHARSBjv+Jpn0Rw1gvleLAmdj5MbL6SJMShRjaup jgHQYPSW7m1FtIKUGCDdM6/Q4MkhV6Tg1hLCARC4yVZJklZTsjVEusV5XGOrlLJp3M6G 1JGym5bYEuMy9xzDHf/tOCaK7I6ZMrqzmxvrZ0loT9VyGIvYvviVqwd0CdFOWT3tUJ2F RhOM5Y6ItUmyRyJkAyZ3+k+LH6nS2gSHMGhknpjA6OewT05E16XaEypUAJWVZdrxOLs5 lyyjx50hGKrhCjbKXMf5o5nn7VyjYNiQ/3LihqRLs3Pw85KUpvhO11RIRCx5vz21PJgQ MATg== X-Received: by 10.68.242.163 with SMTP id wr3mr48861984pbc.84.1386207163758; Wed, 04 Dec 2013 17:32:43 -0800 (PST) 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 yi10sm161625590pab.8.2013.12.04.17.32.41 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 04 Dec 2013 17:32:42 -0800 (PST) Date: Wed, 04 Dec 2013 17:32:42 -0800 (PST) Message-ID: <878uw0qdzc.wl%kuninori.morimoto.gx@gmail.com> To: Simon Cc: Magnus , linux-sh@vger.kernel.org In-Reply-To: <87a9ggqe1a.wl%kuninori.morimoto.gx@gmail.com> References: <87a9ggqe1a.wl%kuninori.morimoto.gx@gmail.com> From: Kuninori Morimoto Subject: [PATCH 1/3] ARM: shmobile: sh73a0: add FSI clock support 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=-6.8 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-sh73a0.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-shmobile/clock-sh73a0.c b/arch/arm/mach-shmobile/clock-sh73a0.c index 30d8868..23edf83 100644 --- a/arch/arm/mach-shmobile/clock-sh73a0.c +++ b/arch/arm/mach-shmobile/clock-sh73a0.c @@ -652,6 +652,7 @@ static struct clk_lookup lookups[] = { CLKDEV_DEV_ID("sh-sci.6", &mstp_clks[MSTP331]), /* SCIFA6 */ CLKDEV_DEV_ID("sh_cmt.10", &mstp_clks[MSTP329]), /* CMT10 */ CLKDEV_DEV_ID("sh_fsi2", &mstp_clks[MSTP328]), /* FSI */ + CLKDEV_DEV_ID("ec230000.sound", &mstp_clks[MSTP328]), /* FSI */ CLKDEV_DEV_ID("sh_irda.0", &mstp_clks[MSTP325]), /* IrDA */ CLKDEV_DEV_ID("i2c-sh_mobile.1", &mstp_clks[MSTP323]), /* I2C1 */ CLKDEV_DEV_ID("e6822000.i2c", &mstp_clks[MSTP323]), /* I2C1 */