From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrew@lunn.ch (Andrew Lunn) Date: Tue, 25 Apr 2017 00:08:42 +0200 Subject: [PATCH 2/2] ARM: dts: Add the ethernet and ethernet PHY to the cygnus core DT. In-Reply-To: <20170424215022.30382-3-eric@anholt.net> References: <20170424215022.30382-1-eric@anholt.net> <20170424215022.30382-3-eric@anholt.net> Message-ID: <20170424220842.GA26241@lunn.ch> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org > + mdio: mdio at 18002000 { > + compatible = "brcm,iproc-mdio"; > + reg = <0x18002000 0x8>; > + #size-cells = <1>; > + #address-cells = <0>; > + > + gphy0: eth-gphy at 0 { > + reg = <0>; > + max-speed = <1000>; > + }; > + > + gphy1: eth-gphy at 1 { > + reg = <1>; > + max-speed = <1000>; > + }; > + }; Hi Eric Do these max-speed properties do anything useful? Is the PHY capable of > 1Gbps? Thanks Andrew From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH 2/2] ARM: dts: Add the ethernet and ethernet PHY to the cygnus core DT. Date: Tue, 25 Apr 2017 00:08:42 +0200 Message-ID: <20170424220842.GA26241@lunn.ch> References: <20170424215022.30382-1-eric@anholt.net> <20170424215022.30382-3-eric@anholt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20170424215022.30382-3-eric-WhKQ6XTQaPysTnJN9+BGXg@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Eric Anholt Cc: Florian Fainelli , Vivien Didelot , netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring , Mark Rutland , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w@public.gmane.org, Ray Jui , Scott Branden , Jon Mason List-Id: devicetree@vger.kernel.org > + mdio: mdio@18002000 { > + compatible = "brcm,iproc-mdio"; > + reg = <0x18002000 0x8>; > + #size-cells = <1>; > + #address-cells = <0>; > + > + gphy0: eth-gphy@0 { > + reg = <0>; > + max-speed = <1000>; > + }; > + > + gphy1: eth-gphy@1 { > + reg = <1>; > + max-speed = <1000>; > + }; > + }; Hi Eric Do these max-speed properties do anything useful? Is the PHY capable of > 1Gbps? Thanks Andrew -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S978704AbdDXWIy (ORCPT ); Mon, 24 Apr 2017 18:08:54 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:39841 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S977594AbdDXWIv (ORCPT ); Mon, 24 Apr 2017 18:08:51 -0400 Date: Tue, 25 Apr 2017 00:08:42 +0200 From: Andrew Lunn To: Eric Anholt Cc: Florian Fainelli , Vivien Didelot , netdev@vger.kernel.org, Rob Herring , Mark Rutland , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, Ray Jui , Scott Branden , Jon Mason Subject: Re: [PATCH 2/2] ARM: dts: Add the ethernet and ethernet PHY to the cygnus core DT. Message-ID: <20170424220842.GA26241@lunn.ch> References: <20170424215022.30382-1-eric@anholt.net> <20170424215022.30382-3-eric@anholt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170424215022.30382-3-eric@anholt.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > + mdio: mdio@18002000 { > + compatible = "brcm,iproc-mdio"; > + reg = <0x18002000 0x8>; > + #size-cells = <1>; > + #address-cells = <0>; > + > + gphy0: eth-gphy@0 { > + reg = <0>; > + max-speed = <1000>; > + }; > + > + gphy1: eth-gphy@1 { > + reg = <1>; > + max-speed = <1000>; > + }; > + }; Hi Eric Do these max-speed properties do anything useful? Is the PHY capable of > 1Gbps? Thanks Andrew