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: 91441 Delivered-To: patch@linaro.org Received: by 10.182.3.34 with SMTP id 2csp177859obz; Fri, 13 Jan 2017 07:08:39 -0800 (PST) X-Received: by 10.98.48.134 with SMTP id w128mr23284087pfw.133.1484320119140; Fri, 13 Jan 2017 07:08:39 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id c23si12986394pli.184.2017.01.13.07.08.38; Fri, 13 Jan 2017 07:08:39 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751941AbdAMPIi (ORCPT + 7 others); Fri, 13 Jan 2017 10:08:38 -0500 Received: from mail-lf0-f53.google.com ([209.85.215.53]:33196 "EHLO mail-lf0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751887AbdAMPIh (ORCPT ); Fri, 13 Jan 2017 10:08:37 -0500 Received: by mail-lf0-f53.google.com with SMTP id k86so39813028lfi.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=k31zA/GLxKJ2D+jsXIRtOf6SKtCHEU/3oidtMudTGIk73seAjqit7i/lc06nDj7oBq HHRyV/UvBKcEWK+gYg2i0nbTXV+6qhAplO5q9lt/Q2KOYIiQ/gEZpzOrXtBrI6tiyDny uVdz04BDL4QrGC1MMu+2qdg4qXNuubdM05lbJKQtixDDz/baSjMlCO8UWPzeY1Y5CyUR Bdvl9BIA8QSQ1hjRzSMy2XPzJrYtxVN9b4a8eawCXxMG1t3b8qnJZieWd+oTiA9KIBmW N0Iidxz6jofF/UKTO4fuWlSlwGnHzbKs4GKMWzjVHPh+HfRfVpqv/uP7EgHGsi8VvFcf E16A== X-Gm-Message-State: AIkVDXI5eNmHI30eXqYzu1wTBeKraDTR3Wz63Vj/fJuXDGxGP4h1hZPmfufhU4wwYxWSQ6Ui 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: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org 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 -- 2.9.3 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html 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>; +};