From patchwork Fri Jan 13 15:08:26 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 9515825 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 A0F0A601DA for ; Fri, 13 Jan 2017 15:08:38 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 956B428573 for ; Fri, 13 Jan 2017 15:08:38 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8A52A286A9; Fri, 13 Jan 2017 15:08:38 +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 186E328573 for ; Fri, 13 Jan 2017 15:08:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751946AbdAMPIh (ORCPT ); Fri, 13 Jan 2017 10:08:37 -0500 Received: from mail-lf0-f54.google.com ([209.85.215.54]:33196 "EHLO mail-lf0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751929AbdAMPIh (ORCPT ); Fri, 13 Jan 2017 10:08:37 -0500 Received: by mail-lf0-f54.google.com with SMTP id k86so39813030lfi.0 for ; Fri, 13 Jan 2017 07:08:31 -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=DlrlWYy8qCly1kwjkJTkwgeSwPNOwtIIxTjWVPLZazCfA0H3r0anqD4s4cpKTuPcBD lI7gHPribmMd+8d1IAg8UwxVpxz4h7XEToCFaoPFakLSIzC0/pXdJbBIlqN2hccV7g+5 w7aDmOmpEMBblgByIU5mWi1DB4XkMbU630YV8= 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=LEar7dCGFJbM/xB02uQ8bY3YWgcp54YhfHKdScEcmWYIH8OtJq6CGCAjyCCUAkpGCf nMlzf+xFi0UtUHN6lNipswdVML0KyuevaNBsm4vQS/4x6VJTWdZg4rnI07qIckL0NB2K GiXTMPbzqxrJ5zPK5OulnIjEpNWu3ZAcbDh9FuM0Ogpt5XgTYcMTLis6voHadKM1K8Xs Q4xXVvTiYLQFkPaM+rimxvMvudltD6tDIZskHCq+C3wCfcWWHyAJxzS81fmN0WOI0ncu TgbNuLOfb7agQSdZ8QctUsOyAKJojoJBQvg3scovwsBM7Uvxk2VJqlMKF5/pHhLoijNk QJ+Q== X-Gm-Message-State: AIkVDXIcqg1MhBXFB1gJOsvA/21NstVrW5X7xfAO+xSM7S1RcH+1gCx52vstj+weiD6ceVWQ X-Received: by 10.25.127.2 with SMTP id a2mr7975245lfd.68.1484320110429; Fri, 13 Jan 2017 07:08:30 -0800 (PST) Received: from gnarp.ideon.se ([85.235.10.227]) by smtp.gmail.com with ESMTPSA id f25sm4074909lji.26.2017.01.13.07.08.29 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 13 Jan 2017 07:08:29 -0800 (PST) From: Linus Walleij To: Michael Turquette , Stephen Boyd Cc: linux-clk@vger.kernel.org, devicetree@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:26 +0100 Message-Id: <20170113150826.30202-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>; +};