mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-07 05:04:00 -05:00
This is an automatically generated commit which aids following Kernel patch history, as git will see the move and copy as a rename thus defeating the purpose. For the original discussion see: https://lists.openwrt.org/pipermail/openwrt-devel/2023-October/041673.html Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
23 lines
743 B
Diff
23 lines
743 B
Diff
From 7185f7b424dfd9082bf0859a60b98a2dbd784ed6 Mon Sep 17 00:00:00 2001
|
|
From: Samuel Holland <samuel@sholland.org>
|
|
Date: Mon, 5 Sep 2022 16:45:44 -0500
|
|
Subject: [PATCH 003/117] dt-bindings: net: sun8i-emac: Add phy-supply property
|
|
|
|
Signed-off-by: Samuel Holland <samuel@sholland.org>
|
|
---
|
|
.../devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml | 3 +++
|
|
1 file changed, 3 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
|
|
|
|
+ phy-supply:
|
|
+ description: PHY regulator
|
|
+
|
|
syscon:
|
|
$ref: /schemas/types.yaml#/definitions/phandle
|
|
description:
|