From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934070AbdKBBJX (ORCPT ); Wed, 1 Nov 2017 21:09:23 -0400 Received: from mail-pf0-f194.google.com ([209.85.192.194]:47173 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933668AbdKBBJV (ORCPT ); Wed, 1 Nov 2017 21:09:21 -0400 X-Google-Smtp-Source: ABhQp+R/Rrkh/3L9KfEarHQ6LmsaUH6lucnQTbEo1cCtilFgvydNcJyUid88+1zwJVzeSMc9hCUO1w== Subject: Re: [PATCH 1/7] dt-bindings: Add Cavium Octeon Common Ethernet Interface. To: David Daney , linux-mips@linux-mips.org, ralf@linux-mips.org, James Hogan , netdev@vger.kernel.org, "David S. Miller" , Rob Herring , Mark Rutland Cc: linux-kernel@vger.kernel.org, "Steven J. Hill" , devicetree@vger.kernel.org, Carlos Munoz References: <20171102003606.19913-1-david.daney@cavium.com> <20171102003606.19913-2-david.daney@cavium.com> From: Florian Fainelli Message-ID: Date: Wed, 1 Nov 2017 18:09:17 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20171102003606.19913-2-david.daney@cavium.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/01/2017 05:36 PM, David Daney wrote: > From: Carlos Munoz > > Add bindings for Common Ethernet Interface (BGX) block. > > Signed-off-by: Carlos Munoz > Signed-off-by: Steven J. Hill > Signed-off-by: David Daney > --- [snip] > +Properties: > + > +- compatible: "cavium,octeon-7360-xcv": Compatibility with cn73xx SOCs. > + > +- reg: The index of the interface within the BGX block. > + > +- local-mac-address: Mac address for the interface. > + > +- phy-handle: phandle to the phy node connected to the interface. > + > +- cavium,rx-clk-delay-bypass: Set to <1> to bypass the rx clock delay setting. > + Needed by the Micrel PHY. Is not that implied by an appropriate "phy-mode" property already? -- Florian