mirror of
https://github.com/armbian/build.git
synced 2025-09-19 20:51:12 +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>
28 lines
952 B
Diff
28 lines
952 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Emil Renner Berthing <kernel@esmil.dk>
|
|
Date: Wed, 6 Oct 2021 20:42:34 +0200
|
|
Subject: dt-bindings: mfd: syscon: Add StarFive JH7100 sysmain compatible
|
|
|
|
Document StarFive JH7100 SoC compatible for sysmain registers.
|
|
|
|
Signed-off-by: Emil Renner Berthing <kernel@esmil.dk>
|
|
---
|
|
Documentation/devicetree/bindings/mfd/syscon.yaml | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/Documentation/devicetree/bindings/mfd/syscon.yaml b/Documentation/devicetree/bindings/mfd/syscon.yaml
|
|
index 4e4baf53796d..45c3c1d4841d 100644
|
|
--- a/Documentation/devicetree/bindings/mfd/syscon.yaml
|
|
+++ b/Documentation/devicetree/bindings/mfd/syscon.yaml
|
|
@@ -69,6 +69,7 @@ properties:
|
|
- samsung,exynos5433-sysreg
|
|
- samsung,exynos850-sysreg
|
|
- samsung,exynosautov9-sysreg
|
|
+ - starfive,jh7100-sysmain
|
|
|
|
- const: syscon
|
|
|
|
--
|
|
Armbian
|
|
|