From patchwork Sun Mar 17 15:43:50 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bastian Hecht X-Patchwork-Id: 2284101 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork2.kernel.org (Postfix) with ESMTP id 4C075E00E5 for ; Sun, 17 Mar 2013 15:43:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756349Ab3CQPn5 (ORCPT ); Sun, 17 Mar 2013 11:43:57 -0400 Received: from mail-ea0-f181.google.com ([209.85.215.181]:50762 "EHLO mail-ea0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756317Ab3CQPn4 (ORCPT ); Sun, 17 Mar 2013 11:43:56 -0400 Received: by mail-ea0-f181.google.com with SMTP id z10so2128024ead.26 for ; Sun, 17 Mar 2013 08:43:55 -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=XnGM7QdpOBad69jMbudmvvlwFxOn8DvPK9/pxTz2iEs=; b=Vc8oMlqNiuWqDKcFLowq9N5mIbPRUejkPxYGOFnqewJRVlcjhwOivaNizVIafGqtVM iSb/hszeS1NVrWm38hZFuwQtnLKFUxe/bOj90eTKmMBxWfGSLKCKXnJKF18+jafyt21u QsDkzpWO0BBySJAtsxj2unJOwODE9WbFMe1UxvUPT+SIFQVmQZ912uLQkLFwMlfdxcwE OYtOQYc9tgDYKnFzU3yvVTZ37vgDVO/C+zBPKARHl4XCUZvtTF/NgSzjB0r5q9JPEqwz vDFvbwF8Xq1TYSGj2heutiW9TRObLa78zYArAoi9uFZaf8kdM51gtU+7Y7E9DsUk7idT 8kCg== X-Received: by 10.14.210.132 with SMTP id u4mr39479595eeo.19.1363535035356; Sun, 17 Mar 2013 08:43:55 -0700 (PDT) Received: from localhost.localdomain (p4FD22CAA.dip.t-dialin.net. [79.210.44.170]) by mx.google.com with ESMTPS id r4sm21999781eeo.12.2013.03.17.08.43.53 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 17 Mar 2013 08:43:54 -0700 (PDT) From: Bastian Hecht To: linux-sh@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Magnus Damm , Paul Mundt , Mark Rutland , Sergei Shtylyov Subject: [PATCH v3 6/7] ARM: shmobile: r8a7740: Add DT name to clock list for CMT10 Date: Sun, 17 Mar 2013 16:43:50 +0100 Message-Id: <1363535031-21402-6-git-send-email-hechtb+renesas@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1363535031-21402-1-git-send-email-hechtb+renesas@gmail.com> References: <1363535031-21402-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 --- v3: same (only patch 0003 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 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]),