From patchwork Fri Jan 13 15:08:03 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 9515823 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 01D15601DA for ; Fri, 13 Jan 2017 15:08:17 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E9ED528699 for ; Fri, 13 Jan 2017 15:08:16 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id DE4E8286B2; Fri, 13 Jan 2017 15:08:16 +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.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,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 57197286A9 for ; Fri, 13 Jan 2017 15:08:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751933AbdAMPIP (ORCPT ); Fri, 13 Jan 2017 10:08:15 -0500 Received: from mail-lf0-f41.google.com ([209.85.215.41]:34660 "EHLO mail-lf0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751678AbdAMPIO (ORCPT ); Fri, 13 Jan 2017 10:08:14 -0500 Received: by mail-lf0-f41.google.com with SMTP id v186so39814948lfa.1 for ; Fri, 13 Jan 2017 07:08:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=D6ewvR5IChUqlWpbrAdfqAvsanhi2GtlxRCvvj9SV5o=; b=UhCZL2sidJz6Sh64eOrZhRN0z5MbpcJm2HU5mzegYhd1xEd6MgUj2BMXAGNJZMiGTE +Fq4nC0UFTeF8z6Fh4Uv+uA5oSdUY0mYwFlWKCi3IlkGv1SSu+qhtUM3DmjhrE8RlMhu qw1ij2wu5/62kwR+fmr55bsXKW9NjJqL3b6r8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=D6ewvR5IChUqlWpbrAdfqAvsanhi2GtlxRCvvj9SV5o=; b=iubTIsdUkHRQJ0pN2gtZ2eKzS939jHQZX8KSQB09Oio0x6BBMJDgYed7ZRbSaQY3/y 1ZWPwbBC9/b7gg1wvGW+xGb7exbCaUyxeGcVK4hg/TmxRf1tn+deqXBN8ArElAzXdfux 3ev0MDlkCC+r3Gqt9Kbf6PWfadeqGpHMNJybyvdLkQAxxXAmwTjtSZTGdIms/iYNJL+l Ptr0yr7QE6v3g/svJ5DKjczxGpEOSS/r4EIP3ufyJzz9gKkCSEwbm4igceKxzAsQlolm wBr/R+PueAsntwlDgzHp6J3x8kYWskZDB2ZxQaiqtEOsZs7zLgjSpNPZMm8niWpZmf8O MyXg== X-Gm-Message-State: AIkVDXKwxSaBM7LAgjn0PrZfyUTSNeNPO+VlEygojgFbA+73MN2ciL46+jJpEJfrdDA8Du7D X-Received: by 10.25.79.26 with SMTP id d26mr4616022lfb.38.1484320087902; Fri, 13 Jan 2017 07:08:07 -0800 (PST) Received: from gnarp.ideon.se ([85.235.10.227]) by smtp.gmail.com with ESMTPSA id a78sm3997555ljb.47.2017.01.13.07.08.06 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Jan 2017 07:08:07 -0800 (PST) From: Linus Walleij To: Michael Turquette , Stephen Boyd Cc: linux-clk@vger.kernel.org, Linus Walleij , Ulf Hansson Subject: [PATCH 2/3] clk: ux500: Add device tree bindings for ABx500 clocks Date: Fri, 13 Jan 2017 16:08:03 +0100 Message-Id: <20170113150803.30154-1-linus.walleij@linaro.org> X-Mailer: git-send-email 2.9.3 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 This adds device tree bindings for the ABx500 clocks on the ST-Ericsson platforms. Cc: Ulf Hansson Signed-off-by: Linus Walleij --- .../devicetree/bindings/clock/stericsson,abx500.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Documentation/devicetree/bindings/clock/stericsson,abx500.txt diff --git a/Documentation/devicetree/bindings/clock/stericsson,abx500.txt b/Documentation/devicetree/bindings/clock/stericsson,abx500.txt new file mode 100644 index 000000000000..8764d80e3412 --- /dev/null +++ b/Documentation/devicetree/bindings/clock/stericsson,abx500.txt @@ -0,0 +1,13 @@ +Clock bindings for ST-Ericsson ABx500 clocks + +Required properties : +- compatible : shall contain the following: + "stericsson,ab8500-clk" +- #clock-cells should be <1> + +Example: + +ab8500_clock: ab8500-clock { + compatible = "stericsson,ab8500-clk"; + #clock-cells = <1>; +};