Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751072AbdIKHLe (ORCPT ); Mon, 11 Sep 2017 03:11:34 -0400 Received: from mx.socionext.com ([202.248.49.38]:13289 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751017AbdIKHLd (ORCPT ); Mon, 11 Sep 2017 03:11:33 -0400 Date: Mon, 11 Sep 2017 16:11:31 +0900 From: Kunihiko Hayashi To: Andrew Lunn Subject: Re: [PATCH net-next 1/3] dt-bindings: net: add DT bindings for Socionext UniPhier AVE Cc: , "David S. Miller" , Florian Fainelli , Rob Herring , Mark Rutland , , , , Masahiro Yamada , Masami Hiramatsu , Jassi Brar In-Reply-To: <20170908140322.GD25219@lunn.ch> References: <1504875731-3680-2-git-send-email-hayashi.kunihiko@socionext.com> <20170908140322.GD25219@lunn.ch> Message-Id: <20170911161130.671B.4A936039@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.70 [ja] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 845 Lines: 39 Hi Andrew, On Fri, 8 Sep 2017 16:03:22 +0200 wrote: > > + eth: ethernet@65000000 { > > + compatible = "socionext,uniphier-ave4"; > > + reg = <0x65000000 0x8500>; > > + interrupts = <0 66 4>; > > + pinctrl-names = "default"; > > + pinctrl-0 = <&pinctrl_ether_rgmii>; > > + phy-mode = "rgmii"; > > + socionext,desc-bits = <64>; > > + local-mac-address = [00 00 00 00 00 00]; > > + > > + #address-cells = <1>; > > + #size-cells = <0>; > > > + ethphy: ethphy@1 { > > + reg = <1>; > > + }; > > > So you normally have an mdio node, and the phy as a children of that > node. > > mdio { > ethphy: ethernet-phy@6 { > reg = <6>; > }; > }; > > Andrew I see. I'll rewrite the binding example using mdio node. --- Best Regards, Kunihiko Hayashi