Message ID | 1486054064-31093-1-git-send-email-thomas.petazzoni@free-electrons.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Date: Thu, 2 Feb 2017 17:47:44 +0100 > Contrary to what the Device Tree binding indicates, the binding for the > PPv2 network device currently doesn't provide any fixed link > functionality. This commit adjusts the Device Tree binding documentation > accordingly. > > Reported-by: Russell King - ARM Linux <linux@armlinux.org.uk> > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> What tree is this intended to go into? Mine?
On Fri, Feb 03, 2017 at 03:59:38PM -0500, David Miller wrote: > From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> > Date: Thu, 2 Feb 2017 17:47:44 +0100 > > > Contrary to what the Device Tree binding indicates, the binding for the > > PPv2 network device currently doesn't provide any fixed link > > functionality. This commit adjusts the Device Tree binding documentation > > accordingly. > > > > Reported-by: Russell King - ARM Linux <linux@armlinux.org.uk> > > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> > > What tree is this intended to go into? Mine? I've applied to DT tree. Rob
diff --git a/Documentation/devicetree/bindings/net/marvell-pp2.txt b/Documentation/devicetree/bindings/net/marvell-pp2.txt index aa4f423..4754364 100644 --- a/Documentation/devicetree/bindings/net/marvell-pp2.txt +++ b/Documentation/devicetree/bindings/net/marvell-pp2.txt @@ -27,9 +27,7 @@ Optional properties (port): - marvell,loopback: port is loopback mode - phy: a phandle to a phy node defining the PHY address (as the reg - property, a single integer). Note: if this property isn't present, - then fixed link is assumed, and the 'fixed-link' property is - mandatory. + property, a single integer). Example:
Contrary to what the Device Tree binding indicates, the binding for the PPv2 network device currently doesn't provide any fixed link functionality. This commit adjusts the Device Tree binding documentation accordingly. Reported-by: Russell King - ARM Linux <linux@armlinux.org.uk> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> --- Documentation/devicetree/bindings/net/marvell-pp2.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)