diff options
author | Tobias Waldekranz <tobias@waldekranz.com> | 2022-01-26 19:05:39 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-01-27 16:41:29 +0300 |
commit | 15ca0518c1b36b86c832de54417b9b61b5f6a4c9 (patch) | |
tree | 82b9dfaabac9f07218a9db2fdf1d98fd1506a6a4 /Documentation | |
parent | 2e9589ff809e9232f689acd51da73390e135146a (diff) | |
download | linux-15ca0518c1b36b86c832de54417b9b61b5f6a4c9.tar.xz |
dt-bindings: net: xgmac_mdio: Remove unsupported "bus-frequency"
This property has never been supported by the driver. The kernel has
settled on "clock-frequency" as the standard name for this binding, so
once that is supported we will document that instead.
Fixes: 7f93c9d90f4d ("power/fsl: add MDIO dt binding for FMan")
Signed-off-by: Tobias Waldekranz <tobias@waldekranz.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/net/fsl-fman.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Documentation/devicetree/bindings/net/fsl-fman.txt b/Documentation/devicetree/bindings/net/fsl-fman.txt index 020337f3c05f..cd5288fb4318 100644 --- a/Documentation/devicetree/bindings/net/fsl-fman.txt +++ b/Documentation/devicetree/bindings/net/fsl-fman.txt @@ -388,15 +388,6 @@ PROPERTIES Value type: <prop-encoded-array> Definition: A standard property. -- bus-frequency - Usage: optional - Value type: <u32> - Definition: Specifies the external MDIO bus clock speed to - be used, if different from the standard 2.5 MHz. - This may be due to the standard speed being unsupported (e.g. - due to a hardware problem), or to advertise that all relevant - components in the system support a faster speed. - - interrupts Usage: required for external MDIO Value type: <prop-encoded-array> |