From: Jonas Karlman <jonas@kwiboo.se>
To: Kever Yang <kever.yang@rock-chips.com>,
Simon Glass <sjg@chromium.org>,
Philipp Tomsich <philipp.tomsich@vrull.eu>,
Tom Rini <trini@konsulko.com>
Cc: FUKAUMI Naoki <naoki@radxa.com>,
Quentin Schulz <quentin.schulz@cherry.de>,
u-boot@lists.denx.de, Jonas Karlman <jonas@kwiboo.se>
Subject: [PATCH v3 0/3] rockchip: Add initial RK3582 support
Date: Sun, 10 Aug 2025 22:26:28 +0000 [thread overview]
Message-ID: <20250810222644.4095072-1-jonas@kwiboo.se> (raw)
This series add initial support for RK3582 support. The RK3582 is a
variant of the RK3588S with a few ip blocks disabled. What blocks are
disabled/non-working is indicated by the ip-state in OTP.
Compared to the vendor U-Boot variant, this mark cpu and vdec/venc with
status=fail instead of removing nodes during DT fixup. Linux skip cpu
cores marked as failed staring from v5.17-rc1, however the GIC driver
will generate a harmless WARN_ON that safely can be ignored. A patch for
Linux will be sent to skip the WARN_ON for failed/disabled cpu cores.
It is recommended to use rk3588_ddr_lp4_1848MHz_lp5_2112MHz_v1.19.bin
as DRAM init blob RK3582, listed in latest RKBOOT/RK3582MINIALL.ini.
Changes in v3:
- Apply same policy for RK3582/RK3583 to match vendor U-Boot
linux-6.1-stan-rkr6 tag, allow use of the GPU and one vdec core.
- Update rkvdec node name to match latest mainling Linux DT patches.
- Update commit message to reflect updated policy
Changes in v2:
- Refactor code to first apply policy to ip-state and then fail cores
based on the updated ip-state
- Add support for failing rkvdec and rkvenc cores
- Append soc compatible to board model
- Add patch to add support for ROCK 5C Lite variant
Jonas Karlman (3):
rockchip: Add initial RK3582 support
rockchip: rk3588-generic: Enable support for RK3582
rockchip: rk3588s-rock-5c: Add support for ROCK 5C Lite variant
arch/arm/dts/rk3588-generic.dts | 4 +-
arch/arm/mach-rockchip/rk3588/Kconfig | 9 +-
arch/arm/mach-rockchip/rk3588/rk3588.c | 206 +++++++++++++++++++++++++
configs/generic-rk3588_defconfig | 1 +
configs/rock-5c-rk3588s_defconfig | 1 +
doc/board/rockchip/rockchip.rst | 4 +-
6 files changed, 217 insertions(+), 8 deletions(-)
--
2.50.1
next reply other threads:[~2025-08-10 22:27 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-10 22:26 Jonas Karlman [this message]
2025-08-10 22:26 ` [PATCH v3 1/3] rockchip: Add initial RK3582 support Jonas Karlman
2025-08-11 15:44 ` Quentin Schulz
2025-08-11 17:09 ` Jonas Karlman
2025-08-11 17:12 ` Quentin Schulz
2025-08-17 14:30 ` Kever Yang
2025-08-10 22:26 ` [PATCH v3 2/3] rockchip: rk3588-generic: Enable support for RK3582 Jonas Karlman
2025-08-10 22:26 ` [PATCH v3 3/3] rockchip: rk3588s-rock-5c: Add support for ROCK 5C Lite variant Jonas Karlman
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=20250810222644.4095072-1-jonas@kwiboo.se \
--to=jonas@kwiboo.se \
--cc=kever.yang@rock-chips.com \
--cc=naoki@radxa.com \
--cc=philipp.tomsich@vrull.eu \
--cc=quentin.schulz@cherry.de \
--cc=sjg@chromium.org \
--cc=trini@konsulko.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.