Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753338AbdHXN6Y (ORCPT ); Thu, 24 Aug 2017 09:58:24 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:43017 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753313AbdHXN6W (ORCPT ); Thu, 24 Aug 2017 09:58:22 -0400 Date: Thu, 24 Aug 2017 15:58:13 +0200 From: Andrew Lunn To: Antoine Tenart Cc: davem@davemloft.net, kishon@ti.com, jason@lakedaemon.net, sebastian.hesselbarth@gmail.com, gregory.clement@free-electrons.com, thomas.petazzoni@free-electrons.com, nadavh@marvell.com, linux@armlinux.org.uk, linux-kernel@vger.kernel.org, mw@semihalf.com, stefanc@marvell.com, miquel.raynal@free-electrons.com, netdev@vger.kernel.org Subject: Re: [PATCH net-next 12/13] arm64: dts: marvell: mcbin: add comphy references to Ethernet ports Message-ID: <20170824135813.GF8022@lunn.ch> References: <20170824083823.16826-1-antoine.tenart@free-electrons.com> <20170824083823.16826-13-antoine.tenart@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170824083823.16826-13-antoine.tenart@free-electrons.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 196 Lines: 9 > @@ -189,6 +191,7 @@ > status = "okay"; > phy = <&ge_phy>; > phy-mode = "sgmii"; > + phys = <&cps_comphy0 1>; Does the binding document describe the meaning of the specifier? Andrew