From patchwork Sat Dec 7 13:22:32 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerhard Sittig X-Patchwork-Id: 298668 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id DB9D12C00C7 for ; Sun, 8 Dec 2013 00:22:59 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755246Ab3LGNW6 (ORCPT ); Sat, 7 Dec 2013 08:22:58 -0500 Received: from mail-out.m-online.net ([212.18.0.9]:59429 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754528Ab3LGNW6 (ORCPT ); Sat, 7 Dec 2013 08:22:58 -0500 Received: from frontend1.mail.m-online.net (unknown [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3dcBDb5BtHz4KK42; Sat, 7 Dec 2013 14:22:55 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3dcBDb36gTzbbkw; Sat, 7 Dec 2013 14:22:55 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.180]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id MEj7AdmQfUS9; Sat, 7 Dec 2013 14:22:54 +0100 (CET) X-Auth-Info: RrlJ7yfoTv1219cKhJYa1WCO2zBXKsfp6nuzg0/+buc= Received: from localhost (kons-4d027bd2.pool.mediaWays.net [77.2.123.210]) by mail.mnet-online.de (Postfix) with ESMTPA; Sat, 7 Dec 2013 14:22:53 +0100 (CET) From: Gerhard Sittig To: devicetree@vger.kernel.org Cc: Gerhard Sittig , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell Subject: [PATCH v2 1/1] dts: bindings: doc fix, zero cell clock specifiers are valid Date: Sat, 7 Dec 2013 14:22:32 +0100 Message-Id: <1386422552-7287-1-git-send-email-gsi@denx.de> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1385999579-3184-1-git-send-email-gsi@denx.de> References: <1385999579-3184-1-git-send-email-gsi@denx.de> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org fix a typo in the common clock binding's "clock specifiers" discussion, and clarify the fact that the sequence of integer cells that go with the clock provider's phandle and form "the clock specifier" may be empty Cc: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Ian Campbell Cc: devicetree@vger.kernel.org Signed-off-by: Gerhard Sittig --- changes in v2: - patch: "zero or more cells" form a clock specifier - commit msg: more specific title and description --- Documentation/devicetree/bindings/clock/clock-bindings.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/clock/clock-bindings.txt b/Documentation/devicetree/bindings/clock/clock-bindings.txt index eb65d417f8c4..01b6a0caaa81 100644 --- a/Documentation/devicetree/bindings/clock/clock-bindings.txt +++ b/Documentation/devicetree/bindings/clock/clock-bindings.txt @@ -5,7 +5,7 @@ Sources of clock signal can be represented by any node in the device tree. Those nodes are designated as clock providers. Clock consumer nodes use a phandle and clock specifier pair to connect clock provider outputs to clock inputs. Similar to the gpio specifiers, a clock -specifier is an array of one more more cells identifying the clock +specifier is an array of zero or more cells identifying the clock output on a device. The length of a clock specifier is defined by the value of a #clock-cells property in the clock provider node.