Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: net: remove un-implemented property

The `adi,disable-energy-detect` property was implemented in an initial
version of the `adin` driver series, but after a review it was discarded in
favor of implementing the ETHTOOL_PHY_EDPD phy-tunable option.

With the ETHTOOL_PHY_EDPD control, it's possible to disable/enable
Energy-Detect-Power-Down for the `adin` PHY, so this device-tree is not
needed.

Fixes: 767078132ff9 ("dt-bindings: net: add bindings for ADIN PHY driver")
Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>

authored by

Alexandru Ardelean and committed by
Jakub Kicinski
432264e9 77d5bc7e

-7
-7
Documentation/devicetree/bindings/net/adi,adin.yaml
··· 36 36 enum: [ 4, 8, 12, 16, 20, 24 ] 37 37 default: 8 38 38 39 - adi,disable-energy-detect: 40 - description: | 41 - Disables Energy Detect Powerdown Mode (default disabled, i.e energy detect 42 - is enabled if this property is unspecified) 43 - type: boolean 44 - 45 39 examples: 46 40 - | 47 41 ethernet { ··· 62 68 reg = <1>; 63 69 64 70 adi,fifo-depth-bits = <16>; 65 - adi,disable-energy-detect; 66 71 }; 67 72 };