All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-binding: phy: don't confuse with Ethernet phy properties
@ 2017-09-03 14:32 Baruch Siach
  2017-09-07  4:14 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2017-09-03 14:32 UTC (permalink / raw)
  To: Kishon Vijay Abraham I; +Cc: linux-kernel, netdev, Baruch Siach

The generic PHY 'phys' property sometime appears in the same node with
the Ethernet PHY 'phy' or 'phy-handle' properties. Add a warning in
phy-bindings.txt to reduce confusion.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 Documentation/devicetree/bindings/phy/phy-bindings.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/phy/phy-bindings.txt b/Documentation/devicetree/bindings/phy/phy-bindings.txt
index 1293c321754c..a403b81d0679 100644
--- a/Documentation/devicetree/bindings/phy/phy-bindings.txt
+++ b/Documentation/devicetree/bindings/phy/phy-bindings.txt
@@ -34,7 +34,9 @@ PHY user node
 =============
 
 Required Properties:
-phys : the phandle for the PHY device (used by the PHY subsystem)
+phys : the phandle for the PHY device (used by the PHY subsystem; not to be
+       confused with the Ethernet specific 'phy' and 'phy-handle' properties,
+       see Documentation/devicetree/bindings/net/ethernet.txt for these)
 phy-names : the names of the PHY corresponding to the PHYs present in the
 	    *phys* phandle
 
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] dt-binding: phy: don't confuse with Ethernet phy properties
  2017-09-03 14:32 [PATCH] dt-binding: phy: don't confuse with Ethernet phy properties Baruch Siach
@ 2017-09-07  4:14 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2017-09-07  4:14 UTC (permalink / raw)
  To: baruch; +Cc: kishon, linux-kernel, netdev

From: Baruch Siach <baruch@tkos.co.il>
Date: Sun,  3 Sep 2017 17:32:16 +0300

> The generic PHY 'phys' property sometime appears in the same node with
> the Ethernet PHY 'phy' or 'phy-handle' properties. Add a warning in
> phy-bindings.txt to reduce confusion.
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-09-07  4:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-03 14:32 [PATCH] dt-binding: phy: don't confuse with Ethernet phy properties Baruch Siach
2017-09-07  4:14 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.