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

From: Andrew Lunn
Date: Thu Aug 24 2017 - 09:58:27 EST


> @@ -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