diff options
author | Quentin Schulz <quentin.schulz@bootlin.com> | 2018-09-03 10:48:52 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-09-04 19:47:53 +0200 |
commit | 4bdbacfda627bc93fe468be97e11257ce1ad1770 (patch) | |
tree | 7bf4675db9f284543a8f02bc53bf654b17d34748 /Documentation/devicetree/bindings/net/mscc-phy-vsc8531.txt | |
parent | net: phy: mscc: read 'vsc8531, led-%d-mode' as an u32 (diff) | |
download | linux-4bdbacfda627bc93fe468be97e11257ce1ad1770.tar.xz linux-4bdbacfda627bc93fe468be97e11257ce1ad1770.zip |
dt-bindings: net: phy: mscc: vsc8531: remove compatible from required properties
Compatible isn't a required property for PHYs so let's remove it from
the binding DT of the VSC8531 PHYs.
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Quentin Schulz <quentin.schulz@bootlin.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree/bindings/net/mscc-phy-vsc8531.txt')
-rw-r--r-- | Documentation/devicetree/bindings/net/mscc-phy-vsc8531.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/devicetree/bindings/net/mscc-phy-vsc8531.txt b/Documentation/devicetree/bindings/net/mscc-phy-vsc8531.txt index 0eedabe22cc3..664d9d0543fc 100644 --- a/Documentation/devicetree/bindings/net/mscc-phy-vsc8531.txt +++ b/Documentation/devicetree/bindings/net/mscc-phy-vsc8531.txt @@ -1,10 +1,5 @@ * Microsemi - vsc8531 Giga bit ethernet phy -Required properties: -- compatible : Should contain phy id as "ethernet-phy-idAAAA.BBBB" - The PHY device uses the binding described in - Documentation/devicetree/bindings/net/phy.txt - Optional properties: - vsc8531,vddmac : The vddmac in mV. Allowed values is listed in the first row of Table 1 (below). |