d1: add new target
[openwrt/staging/wigyori.git] / target / linux / d1 / patches-6.1 / 0003-dt-bindings-net-sun8i-emac-Add-phy-supply-property.patch
1 From 7185f7b424dfd9082bf0859a60b98a2dbd784ed6 Mon Sep 17 00:00:00 2001
2 From: Samuel Holland <samuel@sholland.org>
3 Date: Mon, 5 Sep 2022 16:45:44 -0500
4 Subject: [PATCH 003/117] dt-bindings: net: sun8i-emac: Add phy-supply property
5
6 Signed-off-by: Samuel Holland <samuel@sholland.org>
7 ---
8 .../devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml | 3 +++
9 1 file changed, 3 insertions(+)
10
11 diff --git a/Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml b/Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml
12 index 1432fda3b603..47bc2057e629 100644
13 --- a/Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml
14 +++ b/Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml
15 @@ -40,6 +40,9 @@ properties:
16 clock-names:
17 const: stmmaceth
18
19 + phy-supply:
20 + description: PHY regulator
21 +
22 syscon:
23 $ref: /schemas/types.yaml#/definitions/phandle
24 description:
25 --
26 2.20.1
27