diff options
| author | Suraj Gupta <suraj.gupta2@amd.com> | 2024-10-28 14:42:14 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-11-14 13:19:30 +0100 |
| commit | 345267bf36439fc7bb97d78919a93a5393fc95b2 (patch) | |
| tree | e478b318de910c8dbb88cc49186bd39423946060 /Documentation | |
| parent | d4c52c6a2bd5cf0c37248fa647d1eeefc458dfc5 (diff) | |
| download | linux-345267bf36439fc7bb97d78919a93a5393fc95b2.tar.gz linux-345267bf36439fc7bb97d78919a93a5393fc95b2.tar.bz2 linux-345267bf36439fc7bb97d78919a93a5393fc95b2.zip | |
dt-bindings: net: xlnx,axi-ethernet: Correct phy-mode property value
[ Upstream commit b2183187c5fd30659b9caccb92f7e5e680301769 ]
Correct phy-mode property value to 1000base-x.
Fixes: cbb1ca6d5f9a ("dt-bindings: net: xlnx,axi-ethernet: convert bindings document to yaml")
Signed-off-by: Suraj Gupta <suraj.gupta2@amd.com>
Reviewed-by: Radhey Shyam Pandey <radhey.shyam.pandey@amd.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20241028091214.2078726-1-suraj.gupta2@amd.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/devicetree/bindings/net/xlnx,axi-ethernet.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/xlnx,axi-ethernet.yaml b/Documentation/devicetree/bindings/net/xlnx,axi-ethernet.yaml index 652d696bc9e9..f0d98c470585 100644 --- a/Documentation/devicetree/bindings/net/xlnx,axi-ethernet.yaml +++ b/Documentation/devicetree/bindings/net/xlnx,axi-ethernet.yaml @@ -61,7 +61,7 @@ properties: - gmii - rgmii - sgmii - - 1000BaseX + - 1000base-x xlnx,phy-type: description: |
