From patchwork Thu Sep 26 17:30:02 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guennadi Liakhovetski X-Patchwork-Id: 2949861 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 E407C9F244 for ; Thu, 26 Sep 2013 17:30:53 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D1B90202EA for ; Thu, 26 Sep 2013 17:30:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 85EE720219 for ; Thu, 26 Sep 2013 17:30:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752457Ab3IZRav (ORCPT ); Thu, 26 Sep 2013 13:30:51 -0400 Received: from moutng.kundenserver.de ([212.227.126.186]:62974 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751037Ab3IZRau (ORCPT ); Thu, 26 Sep 2013 13:30:50 -0400 Received: from axis700.grange (dslb-094-221-123-102.pools.arcor-ip.net [94.221.123.102]) by mrelayeu.kundenserver.de (node=mrbap1) with ESMTP (Nemesis) id 0LqWAb-1W3H252VPN-00egEF; Thu, 26 Sep 2013 19:30:04 +0200 Received: from 6a.grange (6a.grange [192.168.1.11]) by axis700.grange (Postfix) with ESMTPS id 1C72740BB4; Thu, 26 Sep 2013 19:30:04 +0200 (CEST) Received: from lyakh by 6a.grange with local (Exim 4.72) (envelope-from ) id 1VPFO7-0003oh-S3; Thu, 26 Sep 2013 19:30:03 +0200 From: Guennadi Liakhovetski To: linux-sh@vger.kernel.org Cc: Magnus Damm , Vinod Koul , Sergei Shtylyov , Laurent Pinchart , Simon Horman , Guennadi Liakhovetski Subject: [PATCH v6 1/2] ARM: shmobile: r8a73a4: add a clock alias for the DMAC in DT mode Date: Thu, 26 Sep 2013 19:30:02 +0200 Message-Id: <1380216603-14645-2-git-send-email-g.liakhovetski@gmx.de> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1380216603-14645-1-git-send-email-g.liakhovetski@gmx.de> References: <1380216603-14645-1-git-send-email-g.liakhovetski@gmx.de> X-Provags-ID: V02:K0:Ys31EQxkcVIHQZMrscBfJ/s7hDiY1DkcNBoKSI5Y6lV kXgujZaXtxjZ9PuMpxPZ9FKWKnuZMouo0uaZIcAPlV3nhyv/Qp twoHY4vCb/hgtgh+p0XIYqks3kTR/u002HAT92mwiiq2puJMe0 jDnT8ui+ELEzaArlqk/mHUuK9BGNbngYMuXBHHcoHFsILsf2Gb p9hIW1oI7H25g827q6xYmX7dIIYHWYSYRHETBEqvDdZ8xTiL7L M4erm7wxBDJ983TrdI82FTdjkD1vA4Ug9PTbLEuz9xdOJ8ZLbm aI9S1FUMAgb4SheZHI/IMAAOcEk2YX6I2RWbg3ua+osHUkF8MZ jphOCEM+V6kLL7m42BVdpDR13hydja3X5vjhM7exlzArBLgogZ zbzjj+q+1epsA== Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-9.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, 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 Devices, initialised from the Device Tree and from platform code usually have different names. This patch adds a clock alias for DMAC on r8a73a4 in DT mode. Signed-off-by: Guennadi Liakhovetski --- arch/arm/mach-shmobile/clock-r8a73a4.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-shmobile/clock-r8a73a4.c b/arch/arm/mach-shmobile/clock-r8a73a4.c index 357b9bc..74841ed 100644 --- a/arch/arm/mach-shmobile/clock-r8a73a4.c +++ b/arch/arm/mach-shmobile/clock-r8a73a4.c @@ -580,6 +580,7 @@ static struct clk_lookup lookups[] = { CLKDEV_DEV_ID("sh-sci.4", &mstp_clks[MSTP216]), CLKDEV_DEV_ID("sh-sci.5", &mstp_clks[MSTP217]), CLKDEV_DEV_ID("sh-dma-engine.0", &mstp_clks[MSTP218]), + CLKDEV_DEV_ID("e6700020.dma-controller", &mstp_clks[MSTP218]), CLKDEV_DEV_ID("rcar_thermal", &mstp_clks[MSTP522]), CLKDEV_DEV_ID("e6520000.i2c", &mstp_clks[MSTP300]), CLKDEV_DEV_ID("sh_mmcif.1", &mstp_clks[MSTP305]),