mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +00:00
4070e2a64c
This target adds support for the StarFive JH7100 and JH7110 SoCs, based on 6.1, as well as a couple boards equipped with these. Specifications: SoCs: JH7100: - StarFive JH7100 dual-core RISC-V (U74, RC64GC) - additional monitoring (S7) and control (E24) cores - 2Mb L2 cache JH7110: - StarFive JH7110 quad-core RISC-V (U74, RV64GC) - additional monitoring (S7) and control (E24) cores - 2Mb L2 cache Boards: VisionFive1: - JH7100 @ 1GHz - Memory: 8Gb LPDDR4 - 4x USB3.0 - 1x GBit ethernet - AMPak 6236 wifi / bluetooth - audio - powered via USB-C VisionFive2: - JH7110 @ 1.5GHz - Memory: 2/4/8Gb DDR4 - 2x Gbit ethernet - 2x USB3.0 / 2x USB2.0 - eMMC / SDIO - various multimedia input/outputs (MIPI CSI, HDMI, audio) - M.2 key M slot - PoE support - powered via USB-C Installation: Standard SD-card installation via dd-ing the generated image to an SD-card of at least 256Mb. Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
51 lines
1.8 KiB
Diff
51 lines
1.8 KiB
Diff
From 17fecb06e9de3ae5bbf7aecc4d91e14517982f5c Mon Sep 17 00:00:00 2001
|
|
From: "shanlong.li" <shanlong.li@starfivetech.com>
|
|
Date: Wed, 17 May 2023 20:41:51 -0700
|
|
Subject: [PATCH 016/122] MAINTAINERS: generalise StarFive clk/reset entries
|
|
|
|
Update the MAINTAINERS entry for StarFive's clock and reset drivers to
|
|
account for the addition of JH7110 support and Hal's role in that.
|
|
|
|
Signed-off-by: shanlong.li <shanlong.li@starfivetech.com>
|
|
---
|
|
MAINTAINERS | 16 +++++++++-------
|
|
1 file changed, 9 insertions(+), 7 deletions(-)
|
|
|
|
--- a/MAINTAINERS
|
|
+++ b/MAINTAINERS
|
|
@@ -19650,12 +19650,13 @@ M: Emil Renner Berthing <kernel@esmil.dk
|
|
S: Maintained
|
|
F: arch/riscv/boot/dts/starfive/
|
|
|
|
-STARFIVE JH7100 CLOCK DRIVERS
|
|
+STARFIVE JH71X0 CLOCK DRIVERS
|
|
M: Emil Renner Berthing <kernel@esmil.dk>
|
|
+M: Hal Feng <hal.feng@starfivetech.com>
|
|
S: Maintained
|
|
-F: Documentation/devicetree/bindings/clock/starfive,jh7100-*.yaml
|
|
-F: drivers/clk/starfive/clk-starfive-jh7100*
|
|
-F: include/dt-bindings/clock/starfive-jh7100*.h
|
|
+F: Documentation/devicetree/bindings/clock/starfive,jh71*.yaml
|
|
+F: drivers/clk/starfive/clk-starfive-jh71*
|
|
+F: include/dt-bindings/clock/starfive?jh71*.h
|
|
|
|
STARFIVE JH7100 PINCTRL DRIVER
|
|
M: Emil Renner Berthing <kernel@esmil.dk>
|
|
@@ -19665,12 +19666,13 @@ F: Documentation/devicetree/bindings/pin
|
|
F: drivers/pinctrl/starfive/
|
|
F: include/dt-bindings/pinctrl/pinctrl-starfive-jh7100.h
|
|
|
|
-STARFIVE JH7100 RESET CONTROLLER DRIVER
|
|
+STARFIVE JH71X0 RESET CONTROLLER DRIVERS
|
|
M: Emil Renner Berthing <kernel@esmil.dk>
|
|
+M: Hal Feng <hal.feng@starfivetech.com>
|
|
S: Maintained
|
|
F: Documentation/devicetree/bindings/reset/starfive,jh7100-reset.yaml
|
|
-F: drivers/reset/reset-starfive-jh7100.c
|
|
-F: include/dt-bindings/reset/starfive-jh7100.h
|
|
+F: drivers/reset/starfive/reset-starfive-jh71*
|
|
+F: include/dt-bindings/reset/starfive?jh71*.h
|
|
|
|
STATIC BRANCH/CALL
|
|
M: Peter Zijlstra <peterz@infradead.org>
|