Skip to content

Commit a3542b0

Browse files
smaeuldavem330
authored andcommitted
dt-bindings: net: sun8i-emac: Add phy-supply property
This property has always been supported by the Linux driver; see commit 9f93ac8 ("net-next: stmmac: Add dwmac-sun8i"). In fact, the original driver submission includes the phy-supply code but no mention of it in the binding, so the omission appears to be accidental. In addition, the property is documented in the binding for the previous hardware generation, allwinner,sun7i-a20-gmac. Document phy-supply in the binding to fix devicetree validation for the 25+ boards that already use this property. Fixes: 0441bde ("dt-bindings: net-next: Add DT bindings documentation for Allwinner dwmac-sun8i") Acked-by: Rob Herring <[email protected]> Reviewed-by: Andre Przywara <[email protected]> Signed-off-by: Samuel Holland <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent d9d71a8 commit a3542b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ properties:
4040
clock-names:
4141
const: stmmaceth
4242

43+
phy-supply:
44+
description: PHY regulator
45+
4346
syscon:
4447
$ref: /schemas/types.yaml#/definitions/phandle
4548
description:

0 commit comments

Comments
 (0)