From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754816AbdFWRca (ORCPT ); Fri, 23 Jun 2017 13:32:30 -0400 Received: from mail-wr0-f196.google.com ([209.85.128.196]:36767 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754473AbdFWRc1 (ORCPT ); Fri, 23 Jun 2017 13:32:27 -0400 From: Florian Fainelli To: netdev@ver.kernel.org Cc: Florian Fainelli , Rob Herring , Mark Rutland , Andrew Lunn , Vivien Didelot , "David S. Miller" , Sean Wang , Martin Blumenstingl , Russell King , netdev@vger.kernel.org (open list:NETWORKING DRIVERS), devicetree@vger.kernel.org (open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS), linux-kernel@vger.kernel.org (open list), david.wu@rock-chips.com, opendmb@gmail.com Subject: [PATCH 1/4] dt-bindings: Add "internal" as a valid 'phy-mode' property Date: Fri, 23 Jun 2017 10:31:32 -0700 Message-Id: <20170623173135.22912-2-f.fainelli@gmail.com> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170623173135.22912-1-f.fainelli@gmail.com> References: <20170623173135.22912-1-f.fainelli@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org A number of Ethernet MACs have internal Ethernet PHYs and the internal wiring makes it so that this knowledge needs to be available using the standard 'phy-mode' property. Signed-off-by: Florian Fainelli --- Documentation/devicetree/bindings/net/ethernet.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/net/ethernet.txt b/Documentation/devicetree/bindings/net/ethernet.txt index d4abe9a98109..edd7fd2bbbf9 100644 --- a/Documentation/devicetree/bindings/net/ethernet.txt +++ b/Documentation/devicetree/bindings/net/ethernet.txt @@ -11,6 +11,7 @@ The following properties are common to the Ethernet controllers: the maximum frame size (there's contradiction in ePAPR). - phy-mode: string, operation mode of the PHY interface. This is now a de-facto standard property; supported values are: + * "internal" * "mii" * "gmii" * "sgmii" -- 2.9.3