[PATCH v2 06/19] dt-bindings: net: mscc-miim: Add resets property

From: Herve Codina
Date: Mon May 27 2024 - 12:22:43 EST


Add the (optional) resets property.
The mscc-miim device is impacted by the switch reset especially when the
mscc-miim device is used as part of the LAN966x PCI device.

Signed-off-by: Herve Codina <herve.codina@xxxxxxxxxxx>
---
Documentation/devicetree/bindings/net/mscc,miim.yaml | 11 +++++++++++
1 file changed, 11 insertions(+)

diff --git a/Documentation/devicetree/bindings/net/mscc,miim.yaml b/Documentation/devicetree/bindings/net/mscc,miim.yaml
index 5b292e7c9e46..c67e8caa36cf 100644
--- a/Documentation/devicetree/bindings/net/mscc,miim.yaml
+++ b/Documentation/devicetree/bindings/net/mscc,miim.yaml
@@ -38,6 +38,17 @@ properties:

clock-frequency: true

+ resets:
+ items:
+ - description:
+ Optional shared switch reset.
+ This reset is shared with all blocks attached to the Switch Core
+ Register Bus (CSR) including VRAP slave.
+
+ reset-names:
+ items:
+ - const: switch
+
required:
- compatible
- reg
--
2.45.0