aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2017-09-03 10:32:16 -0400
committerDavid S. Miller <davem@davemloft.net>2017-09-07 00:13:54 -0400
commit9a94b3a4bdfdb404f1846099e880c52e144f06c0 (patch)
treefb90a27bf9f92c32ad6a35a1d88ad26d2df012a4
parent80cee03bf1d626db0278271b505d7f5febb37bba (diff)
dt-binding: phy: don't confuse with Ethernet phy properties
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> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--Documentation/devicetree/bindings/phy/phy-bindings.txt4
1 files changed, 3 insertions, 1 deletions
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
34============= 34=============
35 35
36Required Properties: 36Required Properties:
37phys : the phandle for the PHY device (used by the PHY subsystem) 37phys : the phandle for the PHY device (used by the PHY subsystem; not to be
38 confused with the Ethernet specific 'phy' and 'phy-handle' properties,
39 see Documentation/devicetree/bindings/net/ethernet.txt for these)
38phy-names : the names of the PHY corresponding to the PHYs present in the 40phy-names : the names of the PHY corresponding to the PHYs present in the
39 *phys* phandle 41 *phys* phandle
40 42