From: Heiko Stuebner <heiko@sntech.de>
To: arm@kernel.org
Cc: soc@kernel.org, linux-rockchip@lists.infradead.org,
linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Rockchip dts64 changes for 6.18 #2
Date: Sun, 21 Sep 2025 23:01:02 +0200 [thread overview]
Message-ID: <2079092.kXSN5OTJKJ@diego> (raw)
Hi soc maintainers,
please find below some more Rockchip 64bit dt changes for for 6.18 .
To go on top of the first set.
Please pull.
Thanks
Heiko
The following changes since commit 07c53a9e970712b1a479dd0ec4adfe184482c22f:
arm64: dts: rockchip: Enable DP2HDMI for ROCK 5 ITX (2025-09-02 08:32:26 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.18-rockchip-dts64-2
for you to fetch changes up to 93781211e9ad9578787355147c2f28b7289a8ec6:
arm64: dts: rockchip: Add devicetree for the ROC-RK3588-RT (2025-09-18 20:59:59 +0200)
----------------------------------------------------------------
One new board the ROC-RK3588-RT, gpu improvements for RK3328, frequency
scaling for the RK3528 and the very first small steps for camera
support on the RK3588 - with the CSI-DPHY support, with more hopefully
to come soon'ish :-) .
And apart from those bigger points, some more individual peripheral work
on some boards.
----------------------------------------------------------------
Alex Bee (2):
arm64: dts: rockchip: add GPU powerdomain, opps, and cooling to rk3328
arm64: dts: rockchip: enable the Mali GPU on RK3328 boards
Chris Morgan (1):
arm64: dts: rockchip: Add USB and charger to Gameforce Ace
Chukun Pan (3):
arm64: dts: rockchip: Add rk3528 CPU frequency scaling support
arm64: dts: rockchip: remove vcc_3v3_pmu regulator for Radxa E52C
arm64: dts: rockchip: update pinctrl names for Radxa E52C
Kaison Deng (2):
dt-bindings: arm: rockchip: Add Firefly ROC-RK3588-RT
arm64: dts: rockchip: Add devicetree for the ROC-RK3588-RT
Marcin Juszkiewicz (1):
arm64: dts: rockchip: enable HDMI Receiver on NanoPC T6
Michael Riesch (2):
dt-bindings: soc: rockchip: add rk3588 csidphy grf syscon
arm64: dts: rockchip: add mipi csi-2 dphy nodes to rk3588
Sebastian Reichel (1):
arm64: dts: rockchip: Fix network on rk3576 evb1 board
.../devicetree/bindings/arm/rockchip.yaml | 5 +
.../devicetree/bindings/soc/rockchip/grf.yaml | 1 +
arch/arm64/boot/dts/rockchip/Makefile | 1 +
arch/arm64/boot/dts/rockchip/rk3328-roc-pc.dts | 4 -
arch/arm64/boot/dts/rockchip/rk3328-roc.dtsi | 4 +
arch/arm64/boot/dts/rockchip/rk3328-rock64.dts | 4 +
arch/arm64/boot/dts/rockchip/rk3328.dtsi | 40 +-
arch/arm64/boot/dts/rockchip/rk3528.dtsi | 39 +
arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts | 38 +-
arch/arm64/boot/dts/rockchip/rk3582-radxa-e52c.dts | 26 +-
arch/arm64/boot/dts/rockchip/rk3588-base.dtsi | 34 +
arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dtsi | 17 +
arch/arm64/boot/dts/rockchip/rk3588-roc-rt.dts | 1132 ++++++++++++++++++++
.../boot/dts/rockchip/rk3588s-gameforce-ace.dts | 122 +++
14 files changed, 1434 insertions(+), 33 deletions(-)
create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-roc-rt.dts
WARNING: multiple messages have this Message-ID (diff)
From: Heiko Stuebner <heiko@sntech.de>
To: arm@kernel.org
Cc: soc@kernel.org, linux-rockchip@lists.infradead.org,
linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Rockchip dts64 changes for 6.18 #2
Date: Sun, 21 Sep 2025 23:01:02 +0200 [thread overview]
Message-ID: <2079092.kXSN5OTJKJ@diego> (raw)
Hi soc maintainers,
please find below some more Rockchip 64bit dt changes for for 6.18 .
To go on top of the first set.
Please pull.
Thanks
Heiko
The following changes since commit 07c53a9e970712b1a479dd0ec4adfe184482c22f:
arm64: dts: rockchip: Enable DP2HDMI for ROCK 5 ITX (2025-09-02 08:32:26 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.18-rockchip-dts64-2
for you to fetch changes up to 93781211e9ad9578787355147c2f28b7289a8ec6:
arm64: dts: rockchip: Add devicetree for the ROC-RK3588-RT (2025-09-18 20:59:59 +0200)
----------------------------------------------------------------
One new board the ROC-RK3588-RT, gpu improvements for RK3328, frequency
scaling for the RK3528 and the very first small steps for camera
support on the RK3588 - with the CSI-DPHY support, with more hopefully
to come soon'ish :-) .
And apart from those bigger points, some more individual peripheral work
on some boards.
----------------------------------------------------------------
Alex Bee (2):
arm64: dts: rockchip: add GPU powerdomain, opps, and cooling to rk3328
arm64: dts: rockchip: enable the Mali GPU on RK3328 boards
Chris Morgan (1):
arm64: dts: rockchip: Add USB and charger to Gameforce Ace
Chukun Pan (3):
arm64: dts: rockchip: Add rk3528 CPU frequency scaling support
arm64: dts: rockchip: remove vcc_3v3_pmu regulator for Radxa E52C
arm64: dts: rockchip: update pinctrl names for Radxa E52C
Kaison Deng (2):
dt-bindings: arm: rockchip: Add Firefly ROC-RK3588-RT
arm64: dts: rockchip: Add devicetree for the ROC-RK3588-RT
Marcin Juszkiewicz (1):
arm64: dts: rockchip: enable HDMI Receiver on NanoPC T6
Michael Riesch (2):
dt-bindings: soc: rockchip: add rk3588 csidphy grf syscon
arm64: dts: rockchip: add mipi csi-2 dphy nodes to rk3588
Sebastian Reichel (1):
arm64: dts: rockchip: Fix network on rk3576 evb1 board
.../devicetree/bindings/arm/rockchip.yaml | 5 +
.../devicetree/bindings/soc/rockchip/grf.yaml | 1 +
arch/arm64/boot/dts/rockchip/Makefile | 1 +
arch/arm64/boot/dts/rockchip/rk3328-roc-pc.dts | 4 -
arch/arm64/boot/dts/rockchip/rk3328-roc.dtsi | 4 +
arch/arm64/boot/dts/rockchip/rk3328-rock64.dts | 4 +
arch/arm64/boot/dts/rockchip/rk3328.dtsi | 40 +-
arch/arm64/boot/dts/rockchip/rk3528.dtsi | 39 +
arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts | 38 +-
arch/arm64/boot/dts/rockchip/rk3582-radxa-e52c.dts | 26 +-
arch/arm64/boot/dts/rockchip/rk3588-base.dtsi | 34 +
arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dtsi | 17 +
arch/arm64/boot/dts/rockchip/rk3588-roc-rt.dts | 1132 ++++++++++++++++++++
.../boot/dts/rockchip/rk3588s-gameforce-ace.dts | 122 +++
14 files changed, 1434 insertions(+), 33 deletions(-)
create mode 100644 arch/arm64/boot/dts/rockchip/rk3588-roc-rt.dts
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
next reply other threads:[~2025-09-21 21:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-21 21:01 Heiko Stuebner [this message]
2025-09-21 21:01 ` [GIT PULL] Rockchip dts64 changes for 6.18 #2 Heiko Stuebner
2025-09-23 21:21 ` patchwork-bot+linux-soc
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=2079092.kXSN5OTJKJ@diego \
--to=heiko@sntech.de \
--cc=arm@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=soc@kernel.org \
/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.