mirror of
https://github.com/armbian/build.git
synced 2025-08-09 20:56:57 +02:00
* sunxi-5.18: add megous patches: tag: orange-pi-5.18-20220627-1924 * tools: mk_format_patch: ignore-matching-lines git version * sunxi-5.18: re-extracted armbian patches after being applied to 5.18.8 * sunxi-5.18: switch to version tag=v5.18.8
33 lines
1.2 KiB
Diff
33 lines
1.2 KiB
Diff
From f01e5b535f653d254090fec13b6e800414416a2f 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 003/169] 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 6a4831fd3..87f130683 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.35.3
|
|
|