Skip to content

Commit

Permalink
dt-bindings: net: phy: gpy2xx: more precise description
Browse files Browse the repository at this point in the history
Mention that the interrupt line is just asserted for a random period of
time, not the entire time.

Suggested-by: Rob Herring <robh@kernel.org>
Signed-off-by: Michael Walle <mwalle@kernel.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Michael Walle authored and David S. Miller committed Jun 18, 2023
1 parent 3515440 commit 264879f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Documentation/devicetree/bindings/net/maxlinear,gpy2xx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ properties:
maxlinear,use-broken-interrupts:
description: |
Interrupts are broken on some GPY2xx PHYs in that they keep the
interrupt line asserted even after the interrupt status register is
cleared. Thus it is blocking the interrupt line which is usually bad
for shared lines. By default interrupts are disabled for this PHY and
polling mode is used. If one can live with the consequences, this
property can be used to enable interrupt handling.
interrupt line asserted for a random amount of time even after the
interrupt status register is cleared. Thus it is blocking the
interrupt line which is usually bad for shared lines. By default,
interrupts are disabled for this PHY and polling mode is used. If one
can live with the consequences, this property can be used to enable
interrupt handling.
Affected PHYs (as far as known) are GPY215B and GPY215C.
type: boolean
Expand Down

0 comments on commit 264879f

Please sign in to comment.