33 lines
1.2 KiB
Diff
33 lines
1.2 KiB
Diff
From 7c04839ef865c48da931bddfa74fff188248d4fc Mon Sep 17 00:00:00 2001
|
|
From: Andre Przywara <andre.przywara@arm.com>
|
|
Date: Wed, 27 Jan 2021 13:27:39 +0000
|
|
Subject: [PATCH 018/101] Doc:dt-bindings:net: sun8i-emac: Add H616 compatible
|
|
string
|
|
|
|
Add the obvious compatible name to the existing EMAC binding, and pair
|
|
it with the existing A64 fallback compatible string, as the devices are
|
|
compatible.
|
|
|
|
On the way use enums to group the compatible devices together.
|
|
|
|
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
|
|
---
|
|
.../devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml b/Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml
|
|
index 9eb4bb529..7a47c5142 100644
|
|
--- a/Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml
|
|
+++ b/Documentation/devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml
|
|
@@ -22,6 +22,7 @@ properties:
|
|
- enum:
|
|
- allwinner,sun20i-d1-emac
|
|
- allwinner,sun50i-h6-emac
|
|
+ - allwinner,sun50i-h616-emac
|
|
- const: allwinner,sun50i-a64-emac
|
|
|
|
reg:
|
|
--
|
|
2.31.1
|
|
|