mirror of
https://github.com/armbian/build.git
synced 2025-09-17 19:51:31 +02:00
- `risc-v`: rework RichNeese's boards, reduce families, move tweaks to boards - `risc-v`/`starfive`: `CONFIG_MOTORCOMM_PHY=m` for the onboard Ethernet - `risc-v`/`starfive`: use mainline kernel 6.1.y, with StarFive's rebased patches against `v6.1.5` - from https://github.com/starfive-tech/linux/commits/visionfive - contention point: `1022-soc-sifive-ccache-Add-StarFive-JH71x0-support.patch` which I merged half-assed, need review/fixes? - `risc-v`/`starfive`: update kernel config, sans changes - `risc-v`/`starfive`: switch from `grub` to `extlinux` - `risc-v`/`starfive`: new `starfive` family with their (vendor) kernel Co-authored-by: Richard Neese <r.neese@gmail.com>
26 lines
868 B
Diff
26 lines
868 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Emil Renner Berthing <kernel@esmil.dk>
|
|
Date: Mon, 8 Aug 2022 17:13:34 +0200
|
|
Subject: dt-bindings: net: snps,dwmac: Add dwmac-5.20 version
|
|
|
|
Signed-off-by: Emil Renner Berthing <kernel@esmil.dk>
|
|
---
|
|
Documentation/devicetree/bindings/net/snps,dwmac.yaml | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/Documentation/devicetree/bindings/net/snps,dwmac.yaml b/Documentation/devicetree/bindings/net/snps,dwmac.yaml
|
|
index 13b984076af5..d8779d3de3d6 100644
|
|
--- a/Documentation/devicetree/bindings/net/snps,dwmac.yaml
|
|
+++ b/Documentation/devicetree/bindings/net/snps,dwmac.yaml
|
|
@@ -30,6 +30,7 @@ select:
|
|
- snps,dwmac-4.10a
|
|
- snps,dwmac-4.20a
|
|
- snps,dwmac-5.10a
|
|
+ - snps,dwmac-5.20
|
|
- snps,dwxgmac
|
|
- snps,dwxgmac-2.10
|
|
|
|
--
|
|
Armbian
|
|
|