aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/net/cdns,macb.yaml
diff options
context:
space:
mode:
authorRadhey Shyam Pandey <radhey.shyam.pandey@xilinx.com>2022-04-20 16:33:09 +0530
committerDavid S. Miller <davem@davemloft.net>2022-04-22 12:52:27 +0100
commit3ac8316e09b0a0fd299fb40a27546de9e1a48216 (patch)
treeefcdca798965db0d3c7114e751dbe4f22f051015 /Documentation/devicetree/bindings/net/cdns,macb.yaml
parentMerge branch 'ipv6-only-sock' (diff)
downloadlinux-dev-3ac8316e09b0a0fd299fb40a27546de9e1a48216.tar.xz
linux-dev-3ac8316e09b0a0fd299fb40a27546de9e1a48216.zip
dt-bindings: net: cdns,macb: Drop phy-names property for ZynqMP SGMII 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>
Diffstat (limited to 'Documentation/devicetree/bindings/net/cdns,macb.yaml')
-rw-r--r--Documentation/devicetree/bindings/net/cdns,macb.yaml8
1 files changed, 0 insertions, 8 deletions
diff --git a/Documentation/devicetree/bindings/net/cdns,macb.yaml b/Documentation/devicetree/bindings/net/cdns,macb.yaml
index 6cd3d853dcba..e5b628736930 100644
--- a/Documentation/devicetree/bindings/net/cdns,macb.yaml
+++ b/Documentation/devicetree/bindings/net/cdns,macb.yaml
@@ -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:
@@ -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>;