From patchwork Thu Apr 11 11:24:02 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bastian Hecht X-Patchwork-Id: 2427351 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 0FB143FD40 for ; Thu, 11 Apr 2013 11:24:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752436Ab3DKLYQ (ORCPT ); Thu, 11 Apr 2013 07:24:16 -0400 Received: from mail-bk0-f46.google.com ([209.85.214.46]:47860 "EHLO mail-bk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752796Ab3DKLYQ (ORCPT ); Thu, 11 Apr 2013 07:24:16 -0400 Received: by mail-bk0-f46.google.com with SMTP id je9so765110bkc.19 for ; Thu, 11 Apr 2013 04:24:15 -0700 (PDT) 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=6RSSfQz4GjCiK0A7dSm86YvpeCpLkWe54OdOL56kfb0=; b=E/59TCDzI1JdowpC+aDXilWDpfaMnN09AL6ukX7Rv9tStkAW36BUbsy7zx2xz49qmj 4IxhfQ6c8Jp385FzKueTwtp6e6VDwdMoBlQRCJ8Uulu4BpyKDpuLuZMsyM7MjnVxELoM SnaepLSwqH8o7xPATiHyw3vkdyTJ89MHZripgIPmOvJUSQ/2Hhe5xyEp6oJqYsQexelz Sfy18pBRY7rsMKgft5ANmZ+Wnf+2TwuzhS2ByKDPWjfCI+JxehLNmjMGoOl3QsmOO5A1 Lyu8QH+JXTvi9ANdntnBmY9VRwB/1Fb2dqq2Yhu7aXf0fDNYaESYntKtK/k0DPOSC/0B JLVg== X-Received: by 10.205.115.17 with SMTP id fc17mr2341184bkc.77.1365679455038; Thu, 11 Apr 2013 04:24:15 -0700 (PDT) Received: from localhost.localdomain (g229146212.adsl.alicedsl.de. [92.229.146.212]) by mx.google.com with ESMTPS id uo3sm1665914bkb.11.2013.04.11.04.24.14 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 11 Apr 2013 04:24:14 -0700 (PDT) From: Bastian Hecht To: linux-sh@vger.kernel.org Cc: Magnus Damm , Simon Horman , Paul Mundt , Mark Rutland , Sergei Shtylyov , linux-arm-kernel@lists.infradead.org Subject: [PATCH v4 6/7] ARM: shmobile: r8a7740: Add DT name to clock list for CMT10 Date: Thu, 11 Apr 2013 13:24:02 +0200 Message-Id: <1365679443-25456-6-git-send-email-hechtb+renesas@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1365679443-25456-1-git-send-email-hechtb+renesas@gmail.com> References: <1365679443-25456-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 --- v4: same. only patch 2 and 3 changed 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 5bd8da0..8fc396a 100644 --- a/arch/arm/mach-shmobile/clock-r8a7740.c +++ b/arch/arm/mach-shmobile/clock-r8a7740.c @@ -582,6 +582,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]),