Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752336AbdHKCnV (ORCPT ); Thu, 10 Aug 2017 22:43:21 -0400 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:35424 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752221AbdHKCnT (ORCPT ); Thu, 10 Aug 2017 22:43:19 -0400 MIME-Version: 1.0 In-Reply-To: <20170810085129.20463-3-clabbe.montjoie@gmail.com> References: <20170810085129.20463-1-clabbe.montjoie@gmail.com> <20170810085129.20463-3-clabbe.montjoie@gmail.com> From: Chen-Yu Tsai Date: Fri, 11 Aug 2017 10:42:51 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 2/3] ARM: sun8i: sunxi-h3-h5: add phy-is-integrated property to internal PHY To: Corentin Labbe Cc: Rob Herring , Mark Rutland , Russell King , Maxime Ripard , Chen-Yu Tsai , Giuseppe Cavallaro , alexandre.torgue@st.com, Andrew Lunn , Florian Fainelli , netdev , devicetree , linux-kernel , linux-arm-kernel Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1213 Lines: 36 Hi, On Thu, Aug 10, 2017 at 4:51 PM, Corentin Labbe wrote: > This patch add the new phy-is-integrated property to the internal PHY > node. > > Signed-off-by: Corentin Labbe > --- > arch/arm/boot/dts/sunxi-h3-h5.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/sunxi-h3-h5.dtsi b/arch/arm/boot/dts/sunxi-h3-h5.dtsi > index 4b599b5d26f6..54fc24e4c569 100644 > --- a/arch/arm/boot/dts/sunxi-h3-h5.dtsi > +++ b/arch/arm/boot/dts/sunxi-h3-h5.dtsi > @@ -425,6 +425,7 @@ > reg = <1>; > clocks = <&ccu CLK_BUS_EPHY>; > resets = <&ccu RST_BUS_EPHY>; > + phy-is-integrated; You also need to "delete" this property at the board level for any board that has the external PHY at address <1>. Otherwise they will stop working. This is due to the internal and external PHYs having the same path and node name in the device tree, so they are effectively the same node. ChenYu > }; > }; > }; > -- > 2.13.0 >