From patchwork Thu Oct 9 03:54:17 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Iyappan Subramanian X-Patchwork-Id: 397904 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 C354F1400D2 for ; Thu, 9 Oct 2014 14:54:24 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752469AbaJIDyT (ORCPT ); Wed, 8 Oct 2014 23:54:19 -0400 Received: from exprod5og110.obsmtp.com ([64.18.0.20]:50220 "HELO exprod5og110.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752963AbaJIDyO (ORCPT ); Wed, 8 Oct 2014 23:54:14 -0400 Received: from mail-ig0-f173.google.com ([209.85.213.173]) (using TLSv1) by exprod5ob110.postini.com ([64.18.4.12]) with SMTP ID DSNKVDYG5lh2uwe2ADjBtUrslkywPC/zNJw0@postini.com; Wed, 08 Oct 2014 20:54:14 PDT Received: by mail-ig0-f173.google.com with SMTP id h18so10416801igc.12 for ; Wed, 08 Oct 2014 20:54:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=AH8ja5Nc4covgYmeoyHIqdwk+FafZLBYt/7wBS01N7c=; b=AUxNkS/Xsyz7ytR1GPLoSk2ZCl/bEvpRiyfxlxEd02M08azYodZmzxnaXw8PctqN32 n2hE2mUEbDyNCbj/RROMJBVqF+e6q14wBpavUalFRxx9kmBOrzzCBZGvwqIfQMG1W3dz d84PHvqawlwW4slixpPYbuN56c2Xo50dBe/Zq4mP1lfXayxbsfaKgVzxzNyufaTiCyWK IW8IYDSQDnWSXMp8husYmh2t69XlgIpSGyGRV/yX4crYvZtVN/bsPLHdkh2ex9yrRgcs PLJ9/uE5uIXAkBk1I4bYwS/9kOUL092ZUOh32fG1fazxxvMzY76+c4ZocBcnZ2eFVM4F u5yA== X-Gm-Message-State: ALoCoQml8xyXz2yVO+CFUxWZv+Tg9UAQzmQzfAJhroam03ZRHn6gDS8nTxiqEX0Upgr3nbpxxTXEEQmPBzQEgKTIpZGmu2nFx0BRRCClBy0Y1nSnf4P3mLSotVZhHHZ2mr+JNofvVeBJiVrbSi8o9IjtIo1Vg+bYtw== X-Received: by 10.50.61.243 with SMTP id t19mr4035757igr.41.1412826853889; Wed, 08 Oct 2014 20:54:13 -0700 (PDT) X-Received: by 10.50.61.243 with SMTP id t19mr4035742igr.41.1412826853793; Wed, 08 Oct 2014 20:54:13 -0700 (PDT) Received: from svdclab-13-11.amcc.com (67-207-112-226.static.wiline.com. [67.207.112.226]) by mx.google.com with ESMTPSA id p5sm4325958iga.5.2014.10.08.20.54.11 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 08 Oct 2014 20:54:12 -0700 (PDT) From: Iyappan Subramanian To: davem@davemloft.net, netdev@vger.kernel.org, devicetree@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, patches@apm.com, kchudgar@apm.com, Iyappan Subramanian Subject: [PATCH v3 2/6] Documentation: dts: Update section header for APM X-Gene Date: Wed, 8 Oct 2014 20:54:17 -0700 Message-Id: <1412826861-32208-3-git-send-email-isubramanian@apm.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1412826861-32208-1-git-send-email-isubramanian@apm.com> References: <1412826861-32208-1-git-send-email-isubramanian@apm.com> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Signed-off-by: Iyappan Subramanian Signed-off-by: Keyur Chudgar --- Documentation/devicetree/bindings/net/apm-xgene-enet.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/net/apm-xgene-enet.txt b/Documentation/devicetree/bindings/net/apm-xgene-enet.txt index ebcad25..cfcc527 100644 --- a/Documentation/devicetree/bindings/net/apm-xgene-enet.txt +++ b/Documentation/devicetree/bindings/net/apm-xgene-enet.txt @@ -3,7 +3,7 @@ APM X-Gene SoC Ethernet nodes Ethernet nodes are defined to describe on-chip ethernet interfaces in APM X-Gene SoC. -Required properties: +Required properties for all the ethernet interfaces: - compatible: Should be "apm,xgene-enet" - reg: Address and length of the register set for the device. It contains the information of registers in the same order as described by reg-names @@ -15,6 +15,8 @@ Required properties: - clocks: Reference to the clock entry. - local-mac-address: MAC address assigned to this device - phy-connection-type: Interface type between ethernet device and PHY device + +Required properties for ethernet interfaces that have external PHY: - phy-handle: Reference to a PHY node connected to this device - mdio: Device tree subnode with the following required properties: