Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1725686 > unrolled thread
| Started by | Baruch Siach <baruch@tkos.co.il> |
|---|---|
| First post | 2017-09-03 16:40 +0200 |
| Last post | 2017-09-07 06:20 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] dt-binding: phy: don't confuse with Ethernet phy properties Baruch Siach <baruch@tkos.co.il> - 2017-09-03 16:40 +0200
Re: [PATCH] dt-binding: phy: don't confuse with Ethernet phy properties David Miller <davem@davemloft.net> - 2017-09-07 06:20 +0200
| From | Baruch Siach <baruch@tkos.co.il> |
|---|---|
| Date | 2017-09-03 16:40 +0200 |
| Subject | [PATCH] dt-binding: phy: don't confuse with Ethernet phy properties |
| Message-ID | <ulEe6-166-1@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | David Miller <davem@davemloft.net> |
|---|---|
| Date | 2017-09-07 06:20 +0200 |
| Subject | Re: [PATCH] dt-binding: phy: don't confuse with Ethernet phy properties |
| Message-ID | <umWsh-35p-7@gated-at.bofh.it> |
| In reply to | #1725686 |
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.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web