Merge patch series "Add Sipeed Lichee Pi 4A RISC-V board support"
authorConor Dooley <conor.dooley@microchip.com>
Sat, 17 Jun 2023 18:08:14 +0000 (19:08 +0100)
committerConor Dooley <conor.dooley@microchip.com>
Sat, 17 Jun 2023 18:19:21 +0000 (19:19 +0100)
Jisheng Zhang <jszhang@kernel.org> says:

Sipeed's Lichee Pi 4A development board uses Lichee Module 4A core
module which is powered by T-HEAD's TH1520 SoC. Add minimal device
tree files for the core module and the development board.

Support basic uart/gpio/dmac drivers, so supports booting to a basic
shell.

This also pulls in -rc2, because of some maintainers re-jigging that
went on in the interim in commit 80e62bc8487b ("MAINTAINERS: re-sort
all entries and fields").

Link: https://lore.kernel.org/r/20230617161529.2092-1-jszhang@kernel.org
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
1  2 
Documentation/devicetree/bindings/interrupt-controller/sifive,plic-1.0.0.yaml
Documentation/devicetree/bindings/timer/sifive,clint.yaml
MAINTAINERS

diff --cc MAINTAINERS
index 12b39e9760734735c3f582f7d08c653f41c749f5,68805b09654f03d4b8070941f631309d630ac986..6e0b94877e336dcc768243df15f833fd9329d708
@@@ -18154,9 -18152,24 +18152,26 @@@ Q: https://patchwork.kernel.org/project
  T:    git https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/
  F:    Documentation/devicetree/bindings/riscv/
  F:    arch/riscv/boot/dts/
 +X:    arch/riscv/boot/dts/allwinner/
 +X:    arch/riscv/boot/dts/renesas/
  
+ RISC-V PMU DRIVERS
+ M:    Atish Patra <atishp@atishpatra.org>
+ R:    Anup Patel <anup@brainfault.org>
+ L:    linux-riscv@lists.infradead.org
+ S:    Supported
+ F:    drivers/perf/riscv_pmu.c
+ F:    drivers/perf/riscv_pmu_legacy.c
+ F:    drivers/perf/riscv_pmu_sbi.c
+ RISC-V THEAD SoC SUPPORT
+ M:    Jisheng Zhang <jszhang@kernel.org>
+ M:    Guo Ren <guoren@kernel.org>
+ M:    Fu Wei <wefu@redhat.com>
+ L:    linux-riscv@lists.infradead.org
+ S:    Maintained
+ F:    arch/riscv/boot/dts/thead/
  RNBD BLOCK DRIVERS
  M:    Md. Haris Iqbal <haris.iqbal@ionos.com>
  M:    Jack Wang <jinpu.wang@ionos.com>