From patchwork Wed Oct 5 20:54:23 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 9363415 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 5187E607D6 for ; Wed, 5 Oct 2016 20:54:30 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4387C28CDE for ; Wed, 5 Oct 2016 20:54:30 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 385B728CE7; Wed, 5 Oct 2016 20:54:30 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.3 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI, RCVD_IN_SORBS_SPAM, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C401928CDE for ; Wed, 5 Oct 2016 20:54:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753979AbcJEUy2 (ORCPT ); Wed, 5 Oct 2016 16:54:28 -0400 Received: from mail-lf0-f47.google.com ([209.85.215.47]:33357 "EHLO mail-lf0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750935AbcJEUy1 (ORCPT ); Wed, 5 Oct 2016 16:54:27 -0400 Received: by mail-lf0-f47.google.com with SMTP id x79so29363461lff.0 for ; Wed, 05 Oct 2016 13:54:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cogentembedded-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=MWrWhqM7XDD+JmJv0U4gQX7nAtfmZOHUYz5DJ0ml1WI=; b=V1ZxhpjI4lTAC7NbPXCx/i2y86e4sE2mGhJS2oHRQC4m31T9kZNjvCBAWG3Me1+z0k Pm3n2ktJ/MubmK2L2SV0D4NMkIynpkQ+WNyBrnoOiRDD3RtTPv9HepifQWB9xfvl0F+d Hde6VyBjyHFrYdwNj/XfM0cR5UNazBUDpX447KLRE5KSv/ELaKPR4DtAFoVLtyyKu7LA D6aNydwuwP9doOQBlf+BkHRAeNCOASdRwfRSShESk/SCnSWntbh9tCc8BBbbhpur7/S7 zAZTGNpcaPIEQ27qjXTesiKAYByzSTZ4almULrea6kxEYHp+EEcCspNfmszN8kY/G4Kt c7YQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding; bh=MWrWhqM7XDD+JmJv0U4gQX7nAtfmZOHUYz5DJ0ml1WI=; b=mq8GAQvkjeY9kizRozKunPwwl1QdoGg5330qtxQbi3ddEO7kxGYAsQkqkPRlDwl0Se T7mbieRyEtb6nrMG6DOKDV8YU5hW5fVcGhjFxrDO2pBEmOGQ7sctziIcWuRlUEugkk69 GHDCe7Sr1oqOOSaQItE5hSx0rlKa1H/HEw5x7kZVa3T8REtupyidBd8XNOsd3WMYVQCE rNpA+oAbHhaIyb905tckdB3acE2DNwC3GflkT7riAI5Bcl+IdZEphvOZQrti6mcIT3Se 745Iys6yjj5izWPysi+FB4+xXWGZF/ciUhcoHq41oIQXRC3eMk0O2qn+vxtlsl0PLa6x rXSQ== X-Gm-Message-State: AA6/9RmBUEPQjnZj8vcA13X8Ms5nyD6SFovUr7/mEK8cxvr4ZBQmVW94LRFkv1xiJw7ukw== X-Received: by 10.25.21.12 with SMTP id l12mr12688lfi.152.1475700865573; Wed, 05 Oct 2016 13:54:25 -0700 (PDT) Received: from wasted.cogentembedded.com ([31.173.81.131]) by smtp.gmail.com with ESMTPSA id i5sm1920747lfe.40.2016.10.05.13.54.24 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 05 Oct 2016 13:54:24 -0700 (PDT) From: Sergei Shtylyov To: mturquette@baylibre.com, sboyd@codeaurora.org, robh+dt@kernel.org, mark.rutland@arm.com, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org Cc: linux-clk@vger.kernel.org Subject: [PATCH 2/3] ARM: shmobile: r8a7743: add CPG clock index macros Date: Wed, 05 Oct 2016 23:54:23 +0300 Message-ID: <4289081.UEHqeRI6YW@wasted.cogentembedded.com> Organization: Cogent Embedded Inc. User-Agent: KMail/4.14.10 (Linux/4.7.5-100.fc23.x86_64; KDE/4.14.20; x86_64; ; ) In-Reply-To: <19700058.YBgRO3SXUI@wasted.cogentembedded.com> References: <19700058.YBgRO3SXUI@wasted.cogentembedded.com> MIME-Version: 1.0 Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add macros usable by the device tree sources to reference the R8A7743 CPG clocks by index. Signed-off-by: Sergei Shtylyov --- include/dt-bindings/clock/r8a7743-cpg-mssr.h | 43 +++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) -- To unsubscribe from this list: send the line "unsubscribe linux-clk" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Index: renesas/include/dt-bindings/clock/r8a7743-cpg-mssr.h =================================================================== --- /dev/null +++ renesas/include/dt-bindings/clock/r8a7743-cpg-mssr.h @@ -0,0 +1,43 @@ +/* + * Copyright (C) 2016 Cogent Embedded Inc. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + */ +#ifndef __DT_BINDINGS_CLOCK_R8A7743_CPG_MSSR_H__ +#define __DT_BINDINGS_CLOCK_R8A7743_CPG_MSSR_H__ + +#include + +/* r8a7743 CPG Core Clocks */ +#define R8A7743_CLK_Z 0 +#define R8A7743_CLK_ZG 1 +#define R8A7743_CLK_ZTR 2 +#define R8A7743_CLK_ZTRD2 3 +#define R8A7743_CLK_ZT 4 +#define R8A7743_CLK_ZX 5 +#define R8A7743_CLK_ZS 6 +#define R8A7743_CLK_HP 7 +#define R8A7743_CLK_B 8 +#define R8A7743_CLK_LB 9 +#define R8A7743_CLK_P 10 +#define R8A7743_CLK_CL 11 +#define R8A7743_CLK_M2 12 +#define R8A7743_CLK_ZB3 13 +#define R8A7743_CLK_ZB3D2 14 +#define R8A7743_CLK_DDR 15 +#define R8A7743_CLK_SDH 16 +#define R8A7743_CLK_SD0 17 +#define R8A7743_CLK_SD2 18 +#define R8A7743_CLK_SD3 19 +#define R8A7743_CLK_MMC0 20 +#define R8A7743_CLK_MP 21 +#define R8A7743_CLK_QSPI 22 +#define R8A7743_CLK_CP 23 +#define R8A7743_CLK_RCAN 24 +#define R8A7743_CLK_R 25 +#define R8A7743_CLK_OSC 26 + +#endif /* __DT_BINDINGS_CLOCK_R8A7743_CPG_MSSR_H__ */