From patchwork Fri Jul 19 08:17:17 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonas Jensen X-Patchwork-Id: 2830393 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id C838CC0319 for ; Fri, 19 Jul 2013 08:18:25 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id DA6FF2049E for ; Fri, 19 Jul 2013 08:18:24 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id F3D022049B for ; Fri, 19 Jul 2013 08:18:19 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V05tB-0001aQ-RA; Fri, 19 Jul 2013 08:18:10 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1V05t9-0000hv-Fr; Fri, 19 Jul 2013 08:18:07 +0000 Received: from mail-la0-x22e.google.com ([2a00:1450:4010:c03::22e]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V05t6-0000ha-R8 for linux-arm-kernel@lists.infradead.org; Fri, 19 Jul 2013 08:18:05 +0000 Received: by mail-la0-f46.google.com with SMTP id hi8so426139lab.5 for ; Fri, 19 Jul 2013 01:17:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=W+TdWV7mGf3ejVHi8cj/KsSsrgR0exFf6cmfuo96b3w=; b=DAEGFemlryQ3RdVY8zsMVt/M7wzUcAlK9UnqSgpCSh0z90AiZsgtrO+Eug+cFRZJS6 vB83AHt9M/Iurw/9jtwTD0iatpyjxmXh0n+JcAuzK/fsr+sbDMKMMihBxUzUdJw9Pelo FwYiBrlZ4bzu4+42f4bUVE3j6lLm9dkJR5AO3uQB2zim3bjVK8uNIjsrZOtxp8EpYDm7 gt8sI7zvLxU0Zsb+Zh80yhWJ+/uq/KEUnyIgGVcgqLEzEZi5+sZvVE2bAuz4/EUHhPYk ZjHcKC8OGojvi6ysSUgoR8I3Xpu58GE9yhR1nuTEJTyZ/HnLhkowxJ9xAX9d65ryLRiJ Fg0g== X-Received: by 10.112.89.42 with SMTP id bl10mr6968876lbb.77.1374221862195; Fri, 19 Jul 2013 01:17:42 -0700 (PDT) Received: from Ildjarn.ildjarn.botech.se (static-213-115-41-10.sme.bredbandsbolaget.se. [213.115.41.10]) by mx.google.com with ESMTPSA id t15sm5624445lbh.16.2013.07.19.01.17.40 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 19 Jul 2013 01:17:41 -0700 (PDT) From: Jonas Jensen To: linux-arm-kernel@lists.infradead.org Subject: [PATCH v5] clk: add MOXA ART SoCs clock driver Date: Fri, 19 Jul 2013 10:17:17 +0200 Message-Id: <1374221837-23773-1-git-send-email-jonas.jensen@gmail.com> X-Mailer: git-send-email 1.8.2.1 In-Reply-To: <1374221278-18204-1-git-send-email-jonas.jensen@gmail.com> References: <1374221278-18204-1-git-send-email-jonas.jensen@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130719_041805_131515_9A78B6AB X-CRM114-Status: GOOD ( 16.08 ) X-Spam-Score: -2.0 (--) Cc: mark.rutland@arm.com, arm@kernel.org, mturquette@linaro.org, linux-kernel@vger.kernel.org, Jonas Jensen X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.5 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable 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 This patch adds MOXA ART SoCs clock driver support. Signed-off-by: Jonas Jensen --- Notes: Changes since v4: 1. remove unnecessary header includes Applies to next-20130716 .../bindings/clock/moxa,moxart-core-clock.txt | 23 ++++++++ drivers/clk/Makefile | 1 + drivers/clk/clk-moxart.c | 69 ++++++++++++++++++++++ 3 files changed, 93 insertions(+) create mode 100644 Documentation/devicetree/bindings/clock/moxa,moxart-core-clock.txt create mode 100644 drivers/clk/clk-moxart.c diff --git a/Documentation/devicetree/bindings/clock/moxa,moxart-core-clock.txt b/Documentation/devicetree/bindings/clock/moxa,moxart-core-clock.txt new file mode 100644 index 0000000..528c8b0 --- /dev/null +++ b/Documentation/devicetree/bindings/clock/moxa,moxart-core-clock.txt @@ -0,0 +1,23 @@ +Device Tree Clock bindings for arch-moxart + +This binding uses the common clock binding[1]. + +[1] Documentation/devicetree/bindings/clock/clock-bindings.txt + +MOXA ART SoCs allow to determine core clock frequencies by reading +a register. + +Required properties: +- compatible : Should be "moxa,moxart-core-clock" +- #clock-cells : Should be 0 +- reg : Should contain registers location and length +- clock-output-names : Should be "coreclk" + +For example: + + coreclk: core-clock@98100000 { + compatible = "moxa,moxart-core-clock"; + #clock-cells = <0>; + reg = <0x98100000 0x34>; + clock-output-names = "coreclk"; + }; diff --git a/drivers/clk/Makefile b/drivers/clk/Makefile index 4038c2b..933622f 100644 --- a/drivers/clk/Makefile +++ b/drivers/clk/Makefile @@ -11,6 +11,7 @@ obj-$(CONFIG_COMMON_CLK) += clk-composite.o # SoCs specific obj-$(CONFIG_ARCH_BCM2835) += clk-bcm2835.o +obj-$(CONFIG_ARCH_MOXART) += clk-moxart.o obj-$(CONFIG_ARCH_NOMADIK) += clk-nomadik.o obj-$(CONFIG_ARCH_HIGHBANK) += clk-highbank.o obj-$(CONFIG_ARCH_NSPIRE) += clk-nspire.o diff --git a/drivers/clk/clk-moxart.c b/drivers/clk/clk-moxart.c new file mode 100644 index 0000000..5559371 --- /dev/null +++ b/drivers/clk/clk-moxart.c @@ -0,0 +1,69 @@ +/* + * MOXA ART SoCs clock driver. + * + * Copyright (C) 2013 Jonas Jensen + * + * Jonas Jensen + * + * This file is licensed under the terms of the GNU General Public + * License version 2. This program is licensed "as is" without any + * warranty of any kind, whether express or implied. + */ + +#include +#include +#include +#include + +void __init moxart_of_clk_init(struct device_node *node) +{ + static void __iomem *base; + struct clk *clk; + unsigned long rate; + unsigned int mul, val, div; + const char *name; + + base = of_iomap(node, 0); + if (IS_ERR(base)) + panic("%s: of_iomap failed\n", node->full_name); + + mul = (readl(base + 0x30) >> 3) & 0x1ff; + val = (readl(base + 0x0c) >> 4) & 0x7; + + switch (val) { + case 1: + div = 3; + break; + case 2: + div = 4; + break; + case 3: + div = 6; + break; + case 4: + div = 8; + break; + default: + div = 2; + break; + } + + /* + * the rate calculation below is only tested and proven + * to be true for UC-7112-LX + * + * UC-7112-LX: mul=80 val=0 + * + * to support other moxart SoC hardware, this may need + * a change, though it's possible it works there too + */ + rate = (mul * 1200000 / div); + + of_property_read_string(node, "clock-output-names", &name); + clk = clk_register_fixed_rate(NULL, name, NULL, CLK_IS_ROOT, rate); + clk_register_clkdev(clk, NULL, name); + of_clk_add_provider(node, of_clk_src_simple_get, clk); + + iounmap(base); +} +CLK_OF_DECLARE(moxart_core_clock, "moxa,moxart-core-clock", moxart_of_clk_init);