Skip to content

Commit

Permalink
dt-bindings: net: cdns,macb: Drop phy-names property for ZynqMP SGMII…
Browse files Browse the repository at this point in the history
… PHY

In zynqmp SGMII initialization, there is a single PHY so remove phy-names
property as there is no real need of having it.

Signed-off-by: Radhey Shyam Pandey <radhey.shyam.pandey@xilinx.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Radhey Shyam Pandey authored and David S. Miller committed Apr 22, 2022
1 parent 42d5943 commit 3ac8316
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Documentation/devicetree/bindings/net/cdns,macb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,6 @@ properties:
phys:
maxItems: 1

phy-names:
const: sgmii-phy
description:
Required with ZynqMP SoC when in SGMII mode.
Should reference PS-GTR generic PHY device for this controller
instance. See ZynqMP example.

resets:
maxItems: 1
description:
Expand Down Expand Up @@ -204,7 +197,6 @@ examples:
reset-names = "gem1_rst";
status = "okay";
phy-mode = "sgmii";
phy-names = "sgmii-phy";
phys = <&psgtr 1 PHY_TYPE_SGMII 1 1>;
fixed-link {
speed = <1000>;
Expand Down

0 comments on commit 3ac8316

Please sign in to comment.