Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752309AbdHIWrm (ORCPT ); Wed, 9 Aug 2017 18:47:42 -0400 Received: from mail-pg0-f65.google.com ([74.125.83.65]:33237 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750866AbdHIWrk (ORCPT ); Wed, 9 Aug 2017 18:47:40 -0400 Date: Wed, 09 Aug 2017 15:47:34 -0700 User-Agent: K-9 Mail for Android In-Reply-To: <1502280630-2254-1-git-send-email-david.wu@rock-chips.com> References: <1502280475-736-1-git-send-email-david.wu@rock-chips.com> <1502280630-2254-1-git-send-email-david.wu@rock-chips.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Subject: Re: [PATCH v4 05/12] Documentation: net: phy: Add phy-is-internal binding To: David Wu , davem@davemloft.net, heiko@sntech.de, andrew@lunn.ch, robh+dt@kernel.org, mark.rutland@arm.com, catalin.marinas@arm.com, will.deacon@arm.com, olof@lixom.net, linux@armlinux.org.uk, arnd@arndb.de CC: peppe.cavallaro@st.com, alexandre.torgue@st.com, huangtao@rock-chips.com, hwg@rock-chips.com, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org From: Florian Fainelli Message-ID: <778B0470-8ABD-46AD-A63D-F0CF4911C800@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by nfs id v79MllC9029917 Content-Length: 1011 Lines: 31 On August 9, 2017 5:10:30 AM PDT, David Wu wrote: >Add the documentation for internal phy. A boolean property >indicates that a internal phy will be used. > >Signed-off-by: David Wu >--- > Documentation/devicetree/bindings/net/phy.txt | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/Documentation/devicetree/bindings/net/phy.txt >b/Documentation/devicetree/bindings/net/phy.txt >index b558576..942c892 100644 >--- a/Documentation/devicetree/bindings/net/phy.txt >+++ b/Documentation/devicetree/bindings/net/phy.txt >@@ -52,6 +52,9 @@ Optional Properties: > Mark the corresponding energy efficient ethernet mode as broken and > request the ethernet to stop advertising it. > >+- phy-is-internal: If set, indicates that phy will connect to the MAC >as a >+ internal phy. Something along the lines of: If set, indicates that the PHY is integrated into the same physical package as the Ethernet MAC. Please always capitalize PHY. -- Florian