From patchwork Tue Jun 20 14:39:26 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Conor Dooley X-Patchwork-Id: 13285986 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D71F9EB64D7 for ; Tue, 20 Jun 2023 14:39:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id A0D7EC433C9; Tue, 20 Jun 2023 14:39:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3811AC433C0; Tue, 20 Jun 2023 14:39:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1687271970; bh=483rgJWufwUZthFQMx8FoiEndVtGS5f9KFQddxBKW6k=; h=Date:From:List-Id:To:List-Id:Cc:Subject:From; b=RpZ6XxUnhz3XOt/EcnByZFM4QAAWPdxjpCoEYKYANnPRLPsBO88+BV6E4ICeByZlf 0FXz8hEHii5QxuR/sIW+H46sTyqwQpbwXtnTiUldVGnxQY98E7Y7GYKOIrpflF516s PG6EOubswE5L+vM16d730XXWCYn45Y8a/C85BukLL+oTmpVZVjqigrZKyg9J2g90+R bx7Owndkz1HEIVoFf5pckYHa8eGQUTfElOIyKRZpVDeUmw1R1wadEqhlPnwqo3m+6v ois52iveOiq8x+y9WYRpdmWJoaeoQynqMysc7Gs0uuLkoBnbYRnBAZT7lFyQ/og3DT XzPF4J0h2eOJQ== Date: Tue, 20 Jun 2023 15:39:26 +0100 From: Conor Dooley List-Id: To: soc@kernel.org List-Id: Cc: conor@kernel.org, palmer@dabbelt.com, arnd@arndb.de, linux-riscv@lists.infradead.org, soc@kernel.org Subject: [GIT PULL] RISC-V Devicetrees for v6.5 Part 2 Message-ID: <20230620-fidelity-variety-60b47c889e31@spud> MIME-Version: 1.0 Content-Disposition: inline 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 (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