Skip to content

Commit

Permalink
dt-bindings: deprecate "snps,en-tx-lpi-clockgating" property
Browse files Browse the repository at this point in the history
Whether the MII transmit clock can be stopped is primarily a property
of the PHY (there is a capability bit that should be checked first.)
Whether the MAC is capable of stopping the transmit clock is a separate
issue, but this is already handled by the core DesignWare MAC code.

Therefore, snps,en-tx-lpi-clockgating is technically incorrect, so this
commit deprecates the property in the binding.

Acked-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Link: https://patch.msgid.link/E1tsIUF-005vGd-C5@rmk-PC.armlinux.org.uk
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
  • Loading branch information
Russell King (Oracle) authored and Paolo Abeni committed Mar 19, 2025
1 parent 50a84bb commit a62b790
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/devicetree/bindings/net/snps,dwmac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ properties:

snps,en-tx-lpi-clockgating:
$ref: /schemas/types.yaml#/definitions/flag
deprecated: true
description:
Enable gating of the MAC TX clock during TX low-power mode

Expand Down

0 comments on commit a62b790

Please sign in to comment.