mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
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>
This commit is contained in:
parent
80cee03bf1
commit
9a94b3a4bd
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue