From patchwork Tue Feb 18 00:27:35 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Fainelli X-Patchwork-Id: 321238 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id C0DB42C00C0 for ; Tue, 18 Feb 2014 11:28:13 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754154AbaBRA2A (ORCPT ); Mon, 17 Feb 2014 19:28:00 -0500 Received: from mail-gw2-out.broadcom.com ([216.31.210.63]:34590 "EHLO mail-gw2-out.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752869AbaBRA16 (ORCPT ); Mon, 17 Feb 2014 19:27:58 -0500 X-IronPort-AV: E=Sophos;i="4.95,864,1384329600"; d="scan'208";a="15188435" Received: from irvexchcas07.broadcom.com (HELO IRVEXCHCAS07.corp.ad.broadcom.com) ([10.9.208.55]) by mail-gw2-out.broadcom.com with ESMTP; 17 Feb 2014 16:42:59 -0800 Received: from IRVEXCHSMTP2.corp.ad.broadcom.com (10.9.207.52) by IRVEXCHCAS07.corp.ad.broadcom.com (10.9.208.55) with Microsoft SMTP Server (TLS) id 14.3.174.1; Mon, 17 Feb 2014 16:27:57 -0800 Received: from mail-irva-13.broadcom.com (10.10.10.20) by IRVEXCHSMTP2.corp.ad.broadcom.com (10.9.207.52) with Microsoft SMTP Server id 14.3.174.1; Mon, 17 Feb 2014 16:27:57 -0800 Received: from fainelli-desktop.broadcom.com (unknown [10.12.164.252]) by mail-irva-13.broadcom.com (Postfix) with ESMTP id 17229EEBB5; Mon, 17 Feb 2014 16:27:57 -0800 (PST) From: Florian Fainelli To: CC: , , "Florian Fainelli" Subject: [PATCH] Documentation: broadcom-bcmgenet: fix address and cells properties Date: Mon, 17 Feb 2014 16:27:35 -0800 Message-ID: <1392683255-28136-1-git-send-email-f.fainelli@gmail.com> X-Mailer: git-send-email 1.8.3.2 MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org This patch fixes a typo in the Device Tree binding for the leading '#'. Reported-by: Sergei Shtylyov Signed-off-by: Florian Fainelli --- Documentation/devicetree/bindings/net/broadcom-bcmgenet.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/devicetree/bindings/net/broadcom-bcmgenet.txt b/Documentation/devicetree/bindings/net/broadcom-bcmgenet.txt index 88c3d04..25339ee 100644 --- a/Documentation/devicetree/bindings/net/broadcom-bcmgenet.txt +++ b/Documentation/devicetree/bindings/net/broadcom-bcmgenet.txt @@ -10,8 +10,8 @@ Required properties: - phy-mode: String, operation mode of the PHY interface. Supported values are "mii", "rgmii", "rgmii-txid", "rev-mii", "moca". Analogous to ePAPR "phy-connection-type" values -- address-cells: should be 1 -- size-cells: should be 1 +- #address-cells: should be 1 +- #size-cells: should be 1 Optional properties: - clocks: When provided, must be two phandles to the functional clocks nodes @@ -42,8 +42,8 @@ MDIO bus node required properties: parent node compatible property (e.g: brcm,genet-v4 pairs with brcm,genet-mdio-v4) - reg: address and length relative to the parent node base register address -- address-cells: address cell for MDIO bus addressing, should be 1 -- size-cells: size of the cells for MDIO bus addressing, should be 0 +- #address-cells: address cell for MDIO bus addressing, should be 1 +- #size-cells: size of the cells for MDIO bus addressing, should be 0 Ethernet PHY node properties: