From patchwork Mon Feb 25 19:06:54 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bastian Hecht X-Patchwork-Id: 2181811 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 7C9273FCA4 for ; Mon, 25 Feb 2013 18:13:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758305Ab3BYSNY (ORCPT ); Mon, 25 Feb 2013 13:13:24 -0500 Received: from mail-qa0-f41.google.com ([209.85.216.41]:35363 "EHLO mail-qa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752493Ab3BYSNY (ORCPT ); Mon, 25 Feb 2013 13:13:24 -0500 Received: by mail-qa0-f41.google.com with SMTP id bs12so1757620qab.0 for ; Mon, 25 Feb 2013 10:13:23 -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=3KEblk3RiO9AqaVke8AWXC75kN+mSCiwRhCnVfobKco=; b=YoPdKitma2/5Zavb++g/CrpP1547yUrMA+He50DbrkURKXwxlbx/JBfsI0dWvOUzlL +4Q0NHw/Stp38KB9v3jxHNZepnf0A7vN8Zt0K7aLn+6Qgi2EzC2OiVWUfkcJeZvti37h 6co3BdDIlBp5tGe5aYeOb4Z+I5QQTpTj/Fgom11FDl6vvv01jJBHjCTNPRyeg6ZxC38J T7XZAMvZWnpiI+TK0V1vry5shhjYdC/mvqu1ao5SKHXiS/8EoNTMvzm7raU/BjgqAhbu Ss3SYmA+mYzOpIU9s9LPkJnn9+PlYiRxds7AXtbMO4p9J2Shbq08u/nQezPZnqQhD4wh seJQ== X-Received: by 10.229.106.134 with SMTP id x6mr3028081qco.132.1361815618898; Mon, 25 Feb 2013 10:06:58 -0800 (PST) Received: from bender.nyc.rr.com (cpe-74-68-138-11.nyc.res.rr.com. [74.68.138.11]) by mx.google.com with ESMTPS id s6sm17720921qaz.13.2013.02.25.10.06.57 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 25 Feb 2013 10:06:58 -0800 (PST) From: Bastian Hecht To: linux-sh@vger.kernel.org Cc: Magnus Damm , Paul Mundt , linux-serial@vger.kernel.org Subject: [PATCH v2 2/3] ARM: mach-shmobile: r8a7740: Add DT names to clock list Date: Mon, 25 Feb 2013 13:06:54 -0600 Message-Id: <1361819215-4115-2-git-send-email-hechtb+renesas@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1361819215-4115-1-git-send-email-hechtb+renesas@gmail.com> References: <1361819215-4115-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 names to the clock list that are used when booting via Device Tree setup. Signed-off-by: Bastian Hecht --- v2: no changes arch/arm/mach-shmobile/clock-r8a7740.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/arch/arm/mach-shmobile/clock-r8a7740.c b/arch/arm/mach-shmobile/clock-r8a7740.c index 71fc400..0f77823 100644 --- a/arch/arm/mach-shmobile/clock-r8a7740.c +++ b/arch/arm/mach-shmobile/clock-r8a7740.c @@ -593,18 +593,27 @@ static struct clk_lookup lookups[] = { CLKDEV_DEV_ID("sh_mobile_ceu.1", &mstp_clks[MSTP128]), CLKDEV_DEV_ID("sh-sci.4", &mstp_clks[MSTP200]), + CLKDEV_DEV_ID("e6c80000.sci", &mstp_clks[MSTP200]), CLKDEV_DEV_ID("sh-sci.3", &mstp_clks[MSTP201]), + CLKDEV_DEV_ID("e6c70000.sci", &mstp_clks[MSTP201]), CLKDEV_DEV_ID("sh-sci.2", &mstp_clks[MSTP202]), + CLKDEV_DEV_ID("e6c60000.sci", &mstp_clks[MSTP202]), CLKDEV_DEV_ID("sh-sci.1", &mstp_clks[MSTP203]), + CLKDEV_DEV_ID("e6c50000.sci", &mstp_clks[MSTP203]), CLKDEV_DEV_ID("sh-sci.0", &mstp_clks[MSTP204]), + CLKDEV_DEV_ID("e6c40000.sci", &mstp_clks[MSTP204]), CLKDEV_DEV_ID("sh-sci.8", &mstp_clks[MSTP206]), + CLKDEV_DEV_ID("e6c30000.sci", &mstp_clks[MSTP206]), CLKDEV_DEV_ID("sh-sci.5", &mstp_clks[MSTP207]), + CLKDEV_DEV_ID("e6cb0000.sci", &mstp_clks[MSTP207]), CLKDEV_DEV_ID("sh-dma-engine.3", &mstp_clks[MSTP214]), CLKDEV_DEV_ID("sh-dma-engine.2", &mstp_clks[MSTP216]), CLKDEV_DEV_ID("sh-dma-engine.1", &mstp_clks[MSTP217]), CLKDEV_DEV_ID("sh-dma-engine.0", &mstp_clks[MSTP218]), CLKDEV_DEV_ID("sh-sci.7", &mstp_clks[MSTP222]), + CLKDEV_DEV_ID("e6cd0000.sci", &mstp_clks[MSTP222]), CLKDEV_DEV_ID("sh-sci.6", &mstp_clks[MSTP230]), + CLKDEV_DEV_ID("e6cc0000.sci", &mstp_clks[MSTP230]), CLKDEV_DEV_ID("sh_cmt.10", &mstp_clks[MSTP329]), CLKDEV_DEV_ID("sh_fsi2", &mstp_clks[MSTP328]),