* [GIT PULL] RISC-V Devicetrees for v6.5 Part 2
@ 2023-06-20 14:39 Conor Dooley
2023-06-20 21:21 ` patchwork-bot+linux-soc
0 siblings, 1 reply; 2+ messages in thread
From: Conor Dooley @ 2023-06-20 14:39 UTC (permalink / raw)
To: soc; +Cc: conor, palmer, arnd, linux-riscv, soc
[-- Attachment #1: Type: text/plain, Size: 3820 bytes --]
Hey Arnd,
Please pull a second part, if it is not too late for v6.5.
This lot is based on top of v6.4-rc2, because Randy & Linus did a rejig
of the MAINTAINERS file. As a result, the diff below includes what was
in the previous PR. Wasn't sure if there was a request-pull incantation
to exclude what was in PR #1 (I guess I'd have to do a local merge of my
first PR & then use that as the base for the request-pull command?)
If not too late, please pull :)
Cheers,
Conor.
The following changes since commit f1fcbaa18b28dec10281551dfe6ed3a3ed80e3d6:
Linux 6.4-rc2 (2023-05-14 12:51:40 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/ tags/riscv-dt-for-v6.5-pt2
for you to fetch changes up to 2bd9e07140ae7b22b5d049b1dde0449b2f2a28f8:
riscv: dts: sort makefile entries by directory (2023-06-19 07:59:36 +0100)
----------------------------------------------------------------
RISC-V Devicetrees for v6.5 Part 2
T-Head:
Add a basic dtsi, Kconfig bits & trivial binding additions for the T-Head
1520 SoC (codename "light"). This SoC can be found on the Lichee Pi 4a,
for which a minimal dts is added.
Misc:
Re-sort the dts Makefile to be in alphanumerical order by directory.
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
----------------------------------------------------------------
Conor Dooley (3):
MAINTAINERS: exclude maintained subdirs in RISC-V misc DT entry
Merge patch series "Add Sipeed Lichee Pi 4A RISC-V board support"
riscv: dts: sort makefile entries by directory
Geert Uytterhoeven (2):
dt-bindings: timer: sifive,clint: Clean up compatible value section
dt-bindings: interrupt-controller: sifive,plic: Sort compatible values
Jisheng Zhang (8):
dt-bindings: interrupt-controller: Add T-HEAD's TH1520 PLIC
dt-bindings: timer: Add T-HEAD TH1520 clint
dt-bindings: riscv: Add T-HEAD TH1520 board compatibles
riscv: Add the T-HEAD SoC family Kconfig option
riscv: dts: add initial T-HEAD TH1520 SoC device tree
riscv: dts: thead: add sipeed Lichee Pi 4A board device tree
MAINTAINERS: add entry for T-HEAD RISC-V SoC
riscv: defconfig: enable T-HEAD SoC
Mason Huo (2):
riscv: dts: starfive: Enable axp15060 pmic for cpufreq
riscv: dts: starfive: Add cpu scaling for JH7110 SoC
Walker Chen (1):
riscv: dts: starfive: Add PMU controller node
Xingyu Wu (2):
riscv: dts: starfive: jh7100: Add watchdog node
riscv: dts: starfive: jh7110: Add watchdog node
.../interrupt-controller/sifive,plic-1.0.0.yaml | 3 +-
Documentation/devicetree/bindings/riscv/thead.yaml | 29 ++
.../devicetree/bindings/timer/sifive,clint.yaml | 22 +-
MAINTAINERS | 10 +
arch/riscv/Kconfig.socs | 6 +
arch/riscv/boot/dts/Makefile | 5 +-
arch/riscv/boot/dts/starfive/jh7100.dtsi | 10 +
.../dts/starfive/jh7110-starfive-visionfive-2.dtsi | 33 ++
arch/riscv/boot/dts/starfive/jh7110.dtsi | 50 +++
arch/riscv/boot/dts/thead/Makefile | 2 +
.../boot/dts/thead/th1520-lichee-module-4a.dtsi | 38 ++
arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts | 32 ++
arch/riscv/boot/dts/thead/th1520.dtsi | 422 +++++++++++++++++++++
arch/riscv/configs/defconfig | 1 +
14 files changed, 647 insertions(+), 16 deletions(-)
create mode 100644 Documentation/devicetree/bindings/riscv/thead.yaml
create mode 100644 arch/riscv/boot/dts/thead/Makefile
create mode 100644 arch/riscv/boot/dts/thead/th1520-lichee-module-4a.dtsi
create mode 100644 arch/riscv/boot/dts/thead/th1520-lichee-pi-4a.dts
create mode 100644 arch/riscv/boot/dts/thead/th1520.dtsi
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] RISC-V Devicetrees for v6.5 Part 2
2023-06-20 14:39 [GIT PULL] RISC-V Devicetrees for v6.5 Part 2 Conor Dooley
@ 2023-06-20 21:21 ` patchwork-bot+linux-soc
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+linux-soc @ 2023-06-20 21:21 UTC (permalink / raw)
To: Conor Dooley; +Cc: soc
Hello:
This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:
On Tue, 20 Jun 2023 15:39:26 +0100 you wrote:
> Hey Arnd,
>
> Please pull a second part, if it is not too late for v6.5.
> This lot is based on top of v6.4-rc2, because Randy & Linus did a rejig
> of the MAINTAINERS file. As a result, the diff below includes what was
> in the previous PR. Wasn't sure if there was a request-pull incantation
> to exclude what was in PR #1 (I guess I'd have to do a local merge of my
> first PR & then use that as the base for the request-pull command?)
>
> [...]
Here is the summary with links:
- [GIT,PULL] RISC-V Devicetrees for v6.5 Part 2
https://git.kernel.org/soc/soc/c/c9a5aa0e53d0
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-06-20 21:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-20 14:39 [GIT PULL] RISC-V Devicetrees for v6.5 Part 2 Conor Dooley
2023-06-20 21:21 ` patchwork-bot+linux-soc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox