Re: [PATCH net-next 12/13] arm64: dts: marvell: mcbin: add comphy references to Ethernet ports

2017-08-24 Thread Antoine Tenart
Hi Andrew, On Thu, Aug 24, 2017 at 03:58:13PM +0200, Andrew Lunn wrote: > > @@ -189,6 +191,7 @@ > > status = "okay"; > > phy = <_phy>; > > phy-mode = "sgmii"; > > + phys = <_comphy0 1>; > > Does the binding document describe the meaning of the specifier? Ahhh no you're right! It's

Re: [PATCH net-next 12/13] arm64: dts: marvell: mcbin: add comphy references to Ethernet ports

2017-08-24 Thread Andrew Lunn
> @@ -189,6 +191,7 @@ > status = "okay"; > phy = <_phy>; > phy-mode = "sgmii"; > + phys = <_comphy0 1>; Does the binding document describe the meaning of the specifier? Andrew

[PATCH net-next 12/13] arm64: dts: marvell: mcbin: add comphy references to Ethernet ports

2017-08-24 Thread Antoine Tenart
This patch adds comphy phandles to the Ethernet ports in the mcbin device tree. The comphy is used to configure the serdes PHYs used by these ports. Signed-off-by: Antoine Tenart --- arch/arm64/boot/dts/marvell/armada-8040-mcbin.dts | 3 +++ 1 file changed, 3