From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Guo Subject: [PATCH v2 4/5] net: fec: phy-reset-gpios is optional Date: Wed, 27 Jun 2012 21:45:23 +0800 Message-ID: <1340804724-29410-5-git-send-email-shawn.guo@linaro.org> References: <1340804724-29410-1-git-send-email-shawn.guo@linaro.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <1340804724-29410-1-git-send-email-shawn.guo@linaro.org> Sender: netdev-owner@vger.kernel.org To: "David S. Miller" Cc: =?UTF-8?q?Lothar=20Wa=C3=9Fmann?= , Florian Fainelli , netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree-discuss@lists.ozlabs.org, Shawn Guo List-Id: devicetree@vger.kernel.org The phy-reset-gpios is an optional property for fec device tree boot. Change the binding document to match the driver code. Signed-off-by: Shawn Guo --- Documentation/devicetree/bindings/net/fsl-fec.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/devicetree/bindings/net/fsl-fec.txt b/Documentation/devicetree/bindings/net/fsl-fec.txt index 7ab9e1a..0428920 100644 --- a/Documentation/devicetree/bindings/net/fsl-fec.txt +++ b/Documentation/devicetree/bindings/net/fsl-fec.txt @@ -7,10 +7,10 @@ Required properties: - phy-mode : String, operation mode of the PHY interface. Supported values are: "mii", "gmii", "sgmii", "tbi", "rmii", "rgmii", "rgmii-id", "rgmii-rxid", "rgmii-txid", "rtbi", "smii". -- phy-reset-gpios : Should specify the gpio for phy reset Optional properties: - local-mac-address : 6 bytes, mac address +- phy-reset-gpios : Should specify the gpio for phy reset Example: -- 1.7.5.4