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