blob: 9ac335ae3e0488e6a87255a6b21273bd739e3bac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
From d20bb97fac77e4d88424043627c769427fc0d35e Mon Sep 17 00:00:00 2001
From: Samuel Holland <samuel@sholland.org>
Date: Mon, 5 Sep 2022 16:46:34 -0500
Subject: [PATCH 004/117] dt-bindings: net: sun8i-emac: Add properties from
dwmac binding
Signed-off-by: Samuel Holland <samuel@sholland.org>
---
.../devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml | 5 +++++
1 file changed, 5 insertions(+)
--- a/Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml
+++ b/Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml
@@ -40,6 +40,9 @@ properties:
clock-names:
const: stmmaceth
+ resets: true
+ reset-names: true
+
phy-supply:
description: PHY regulator
@@ -49,6 +52,8 @@ properties:
Phandle to the device containing the EMAC or GMAC clock
register
+ mdio: true
+
required:
- compatible
- reg
|