mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-18 15:25:29 +08:00
29 lines
1015 B
Diff
29 lines
1015 B
Diff
From 76cf5b6b03f2e5185f1f59e1afb39c0c9c51d8ce Mon Sep 17 00:00:00 2001
|
|
From: David Bauer <mail@david-bauer.net>
|
|
Date: Sun, 30 Apr 2023 13:28:33 +0200
|
|
Subject: [PATCH] dt-bindings: net: dsa: mediatek,mt7530: document MDIO-bus
|
|
|
|
Document the ability to add nodes for the MDIO bus connecting the
|
|
switch-internal PHYs.
|
|
|
|
Signed-off-by: David Bauer <mail@david-bauer.net>
|
|
---
|
|
.../devicetree/bindings/net/dsa/mediatek,mt7530.yaml | 6 ++++++
|
|
1 file changed, 6 insertions(+)
|
|
|
|
--- a/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml
|
|
+++ b/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml
|
|
@@ -128,6 +128,12 @@ properties:
|
|
See Documentation/devicetree/bindings/regulator/mt6323-regulator.txt for
|
|
details for the regulator setup on these boards.
|
|
|
|
+ mdio:
|
|
+ $ref: /schemas/net/mdio.yaml#
|
|
+ unevaluatedProperties: false
|
|
+ description:
|
|
+ Node for the internal MDIO bus connected to the embedded ethernet-PHYs.
|
|
+
|
|
mediatek,mcm:
|
|
type: boolean
|
|
description:
|