From patchwork Fri Mar 8 11:29:40 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bastian Hecht X-Patchwork-Id: 2236891 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 003F24006E for ; Fri, 8 Mar 2013 11:29:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753397Ab3CHL3z (ORCPT ); Fri, 8 Mar 2013 06:29:55 -0500 Received: from mail-ea0-f176.google.com ([209.85.215.176]:47812 "EHLO mail-ea0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753261Ab3CHL3z (ORCPT ); Fri, 8 Mar 2013 06:29:55 -0500 Received: by mail-ea0-f176.google.com with SMTP id h10so135646eaj.7 for ; Fri, 08 Mar 2013 03:29:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=m/4aMzKo64OR88l7dZgiREsQMOA2f+Bx4oGjiYlKdyk=; b=Qch5OHdFvIVZLQw9yqnTVU8VwzeTqcxvt/xOxLdzfzcxsRloS92JQRw+ucxgRFDi4V nrqLGEpwz4stEkbdjldj12hGr4DEmJE5x07oIKem6j3G2d5FWTdkIF7sYsl2S77+4W+r aI9FFcT3hNcXqpXpHca+ykHH4IyA9XqpKD3bT16+FJ1lUz5oPxADFaT1h6F3ErISBpye yOLFRwBcQ5l/OtvPWJ+WAi1Ke/yXqCYxUDVnUf9TRf9L61gF2TGisDn/ms8otbOwECKn czpRXyj+sfm14gsvPBVfCFz3TQ2NibCLHDDGuGhG6DEVHGLMMrl3Nw+ICgpCgnCpuR1t 11fw== X-Received: by 10.14.175.129 with SMTP id z1mr4654835eel.7.1362742193858; Fri, 08 Mar 2013 03:29:53 -0800 (PST) Received: from localhost.localdomain (p4FD23A77.dip.t-dialin.net. [79.210.58.119]) by mx.google.com with ESMTPS id q42sm7197626eem.14.2013.03.08.03.29.52 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 08 Mar 2013 03:29:53 -0800 (PST) From: Bastian Hecht To: linux-sh@vger.kernel.org Cc: Magnus Damm , Paul Mundt , linux-arm-kernel@lists.infradead.org, Mark Rutland , Sergei Shtylyov Subject: [PATCH v2 6/7] ARM: shmobile: r8a7740: Add DT name to clock list for CMT10 Date: Fri, 8 Mar 2013 12:29:40 +0100 Message-Id: <1362742181-19111-7-git-send-email-hechtb+renesas@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1362742181-19111-1-git-send-email-hechtb+renesas@gmail.com> References: <1362742181-19111-1-git-send-email-hechtb+renesas@gmail.com> Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org This adds temporarily the alternative device name to the clock list that is used when booting via Device Tree setup. Signed-off-by: Bastian Hecht --- v2: new I can rebase this on topic/intc-of if wanted. arch/arm/mach-shmobile/clock-r8a7740.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-shmobile/clock-r8a7740.c b/arch/arm/mach-shmobile/clock-r8a7740.c index 1feb9a2..b0b5d3c 100644 --- a/arch/arm/mach-shmobile/clock-r8a7740.c +++ b/arch/arm/mach-shmobile/clock-r8a7740.c @@ -616,6 +616,7 @@ static struct clk_lookup lookups[] = { CLKDEV_DEV_ID("e6cc0000.sci", &mstp_clks[MSTP230]), CLKDEV_DEV_ID("sh_cmt.10", &mstp_clks[MSTP329]), + CLKDEV_DEV_ID("e6138010.timer", &mstp_clks[MSTP329]), CLKDEV_DEV_ID("sh_fsi2", &mstp_clks[MSTP328]), CLKDEV_DEV_ID("i2c-sh_mobile.1", &mstp_clks[MSTP323]), CLKDEV_DEV_ID("renesas_usbhs", &mstp_clks[MSTP320]),