mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
5ff8e1f3cd
commit
4bdbacfda6
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue