From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752042AbdFZTov (ORCPT ); Mon, 26 Jun 2017 15:44:51 -0400 Received: from mail-wr0-f193.google.com ([209.85.128.193]:33934 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751466AbdFZToo (ORCPT ); Mon, 26 Jun 2017 15:44:44 -0400 Subject: Re: [PATCH 1/4] dt-bindings: Add "internal" as a valid 'phy-mode' property To: Rob Herring Cc: netdev@ver.kernel.org, Mark Rutland , Andrew Lunn , Vivien Didelot , "David S. Miller" , Sean Wang , Martin Blumenstingl , Russell King , "open list:NETWORKING DRIVERS" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , open list , david.wu@rock-chips.com, opendmb@gmail.com References: <20170623173135.22912-1-f.fainelli@gmail.com> <20170623173135.22912-2-f.fainelli@gmail.com> <20170626194341.pi4zyxgkvhwuu4pb@rob-hp-laptop> From: Florian Fainelli Message-ID: Date: Mon, 26 Jun 2017 12:44:36 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <20170626194341.pi4zyxgkvhwuu4pb@rob-hp-laptop> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/26/2017 12:43 PM, Rob Herring wrote: > On Fri, Jun 23, 2017 at 10:31:32AM -0700, Florian Fainelli wrote: >> 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(+) > > Acked-by: Rob Herring > > I haven't checked, but this should probably go in the DT spec and we > should update the kernel docs to just point to it. Will do, thanks! -- Florian