From patchwork Tue Nov 11 17:37:19 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Hovold X-Patchwork-Id: 409556 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 5558F140100 for ; Wed, 12 Nov 2014 04:38:46 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751570AbaKKRio (ORCPT ); Tue, 11 Nov 2014 12:38:44 -0500 Received: from mail-lb0-f175.google.com ([209.85.217.175]:57194 "EHLO mail-lb0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751538AbaKKRin (ORCPT ); Tue, 11 Nov 2014 12:38:43 -0500 Received: by mail-lb0-f175.google.com with SMTP id n15so7930705lbi.6 for ; Tue, 11 Nov 2014 09:38:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=avs33K1lGI24L89Ct7jNu3G3hBh5dPHh7dskyvToZX8=; b=SP9Am0ZyP6JCOxqSlyRmQrtEP0fBhO8ll5TCEWMavweLyQ0CBgKy0rB/egzIrQof+R +kHURK3ja7PRxDw1KNSEmk9a2+ocaHufuBUAe7XGCtjXQZ6s2k03DRxxTk5r+hgYte6G uGaYjwTgfebjS6qEGOiL0PNIcJSYiR6XNUkBRE04kVKFIxwugAaz+giNFuNoxVVL2Aum zpuc5RVN04QrXQ0RtfZQx2OLBzO7U74gG7EzJSbcSAQCiooS6UT5u9C2MmruZ/sEopSu NfMV2gkoxfE4Csz2Dh7tSqLQF0ygs2pNRl+oR9hgOdaqOemhxGnnMNn414IQum64LhiU 3U3g== X-Received: by 10.152.27.38 with SMTP id q6mr3782610lag.92.1415727521979; Tue, 11 Nov 2014 09:38:41 -0800 (PST) Received: from xi.terra (s83-177-171-8.cust.tele2.se. [83.177.171.8]) by mx.google.com with ESMTPSA id ed8sm2622025lbb.41.2014.11.11.09.38.40 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 11 Nov 2014 09:38:40 -0800 (PST) Received: from johan by xi.terra with local (Exim 4.84) (envelope-from ) id 1XoFOr-0005Kl-Bj; Tue, 11 Nov 2014 18:38:41 +0100 From: Johan Hovold To: Florian Fainelli Cc: "David S. Miller" , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Johan Hovold , devicetree@vger.kernel.org Subject: [PATCH 01/22] dt/bindings: fix documentation of ethernet-phy compatible property Date: Tue, 11 Nov 2014 18:37:19 +0100 Message-Id: <1415727460-20417-2-git-send-email-johan@kernel.org> X-Mailer: git-send-email 2.0.4 In-Reply-To: <1415727460-20417-1-git-send-email-johan@kernel.org> References: <1415727460-20417-1-git-send-email-johan@kernel.org> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org A recent commit extended the documentation of the ethernet-phy compatible property, but placed the new paragraph under the max-speed property. Fixes: f00e756ed12d ("dt: Document a compatible entry for MDIO ethernet Phys") Cc: devicetree@vger.kernel.org Signed-off-by: Johan Hovold --- Documentation/devicetree/bindings/net/phy.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/net/phy.txt b/Documentation/devicetree/bindings/net/phy.txt index 5b8c58903077..40831fbaff72 100644 --- a/Documentation/devicetree/bindings/net/phy.txt +++ b/Documentation/devicetree/bindings/net/phy.txt @@ -19,7 +19,6 @@ Optional Properties: specifications. If neither of these are specified, the default is to assume clause 22. The compatible list may also contain other elements. -- max-speed: Maximum PHY supported speed (10, 100, 1000...) If the phy's identifier is known then the list may contain an entry of the form: "ethernet-phy-idAAAA.BBBB" where @@ -29,6 +28,8 @@ Optional Properties: 4 hex digits. This is the chip vendor OUI bits 19:24, followed by 10 bits of a vendor specific ID. +- max-speed: Maximum PHY supported speed (10, 100, 1000...) + Example: ethernet-phy@0 {