From: FUKAUMI Naoki <naoki@radxa.com>
To: u-boot@lists.denx.de
Cc: sjg@chromium.org, philipp.tomsich@vrull.eu,
kever.yang@rock-chips.com, sumit.garg@linaro.org,
jonas@kwiboo.se, FUKAUMI Naoki <naoki@radxa.com>
Subject: [PATCH v3 0/5] rockchip: Add support for Radxa ROCK 5C
Date: Wed, 11 Dec 2024 03:39:29 +0000 [thread overview]
Message-ID: <20241211033934.23044-1-naoki@radxa.com> (raw)
Radxa ROCK 5C is a Rockchip RK3588S2 based single board computer.
Cristian Ciocaltea (1):
arm64: dts: rockchip: Add HDMI0 node to rk3588
FUKAUMI Naoki (3):
arm64: dts: rockchip: enable PCIe on M.2 E key for Radxa ROCK 5A
arm64: dts: rockchip: add Radxa ROCK 5C
rockchip: Add support for Radxa ROCK 5C
Sam Edwards (1):
arm64: dts: rockchip: Split up RK3588's PCIe pinctrls
arch/arm/dts/rk3588s-rock-5-u-boot.dtsi | 16 +
arch/arm/dts/rk3588s-rock-5c-u-boot.dtsi | 6 +
arch/arm/mach-rockchip/rk3588/Kconfig | 7 +
board/radxa/rock-5-rk3588s/Kconfig | 12 +
board/radxa/rock-5-rk3588s/MAINTAINERS | 8 +
board/radxa/rock-5-rk3588s/Makefile | 3 +
board/radxa/rock-5-rk3588s/rock-5-rk3588s.c | 77 ++
configs/rock-5-rk3588s_defconfig | 94 ++
doc/board/rockchip/rockchip.rst | 1 +
.../arm64/rockchip/rk3588-base-pinctrl.dtsi | 271 +++++-
.../src/arm64/rockchip/rk3588-base.dtsi | 41 +
.../src/arm64/rockchip/rk3588s-rock-5a.dts | 34 +
.../src/arm64/rockchip/rk3588s-rock-5c.dts | 920 ++++++++++++++++++
include/configs/rock-5-rk3588s.h | 15 +
14 files changed, 1457 insertions(+), 48 deletions(-)
create mode 100644 arch/arm/dts/rk3588s-rock-5-u-boot.dtsi
create mode 100644 arch/arm/dts/rk3588s-rock-5c-u-boot.dtsi
create mode 100644 board/radxa/rock-5-rk3588s/Kconfig
create mode 100644 board/radxa/rock-5-rk3588s/MAINTAINERS
create mode 100644 board/radxa/rock-5-rk3588s/Makefile
create mode 100644 board/radxa/rock-5-rk3588s/rock-5-rk3588s.c
create mode 100644 configs/rock-5-rk3588s_defconfig
create mode 100644 dts/upstream/src/arm64/rockchip/rk3588s-rock-5c.dts
create mode 100644 include/configs/rock-5-rk3588s.h
--
2.43.0
next reply other threads:[~2024-12-11 3:39 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-11 3:39 FUKAUMI Naoki [this message]
2024-12-11 3:39 ` [PATCH v3 1/5] arm64: dts: rockchip: enable PCIe on M.2 E key for Radxa ROCK 5A FUKAUMI Naoki
2024-12-11 3:39 ` [PATCH v3 2/5] arm64: dts: rockchip: Split up RK3588's PCIe pinctrls FUKAUMI Naoki
2024-12-11 3:39 ` [PATCH v3 3/5] arm64: dts: rockchip: Add HDMI0 node to rk3588 FUKAUMI Naoki
2024-12-11 3:39 ` [PATCH v3 4/5] arm64: dts: rockchip: add Radxa ROCK 5C FUKAUMI Naoki
2024-12-11 3:39 ` [PATCH v3 5/5] rockchip: Add support for " FUKAUMI Naoki
2024-12-13 13:11 ` Quentin Schulz
2024-12-15 1:37 ` FUKAUMI Naoki
2024-12-16 9:57 ` Quentin Schulz
2024-12-16 12:39 ` FUKAUMI Naoki
2024-12-16 12:47 ` Quentin Schulz
2024-12-16 13:25 ` FUKAUMI Naoki
2024-12-16 13:50 ` Quentin Schulz
2025-01-03 9:57 ` Kever Yang
2025-01-03 10:10 ` FUKAUMI Naoki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241211033934.23044-1-naoki@radxa.com \
--to=naoki@radxa.com \
--cc=jonas@kwiboo.se \
--cc=kever.yang@rock-chips.com \
--cc=philipp.tomsich@vrull.eu \
--cc=sjg@chromium.org \
--cc=sumit.garg@linaro.org \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox