* [GIT PULL] Rockchip dts64 changes for 7.1 #1
@ 2026-03-14 18:45 Heiko Stuebner
2026-03-17 8:48 ` Krzysztof Kozlowski
2026-03-21 11:05 ` Krzysztof Kozlowski
0 siblings, 2 replies; 4+ messages in thread
From: Heiko Stuebner @ 2026-03-14 18:45 UTC (permalink / raw)
To: arm; +Cc: soc, linux-rockchip, linux-arm-kernel
Hi soc maintainers,
please find below Rockchip DT changes for the merge-window for 7.1 .
So far only arm64 changes :-)
Please pull.
Thanks
Heiko
The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:
Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v7.1-rockchip-dts64-1
for you to fetch changes up to d7787a77cf8b129304f590233032556dec10dfc6:
arm64: dts: rockchip: enable vicap dvp on wolfvision pf5 io expander (2026-03-13 21:39:34 +0100)
----------------------------------------------------------------
New boards: RK3576-EVB2, OneThing Edge Cube
New soc-peripherals: DisplayPort on RK3576
New overlays: TSx33 device-revisions, HD702E display/touchscreen on
NanoPC-T4
And as always a number of per-board changes for added or enabled
peripherals, added supplies, things moved to more fitting positions.
----------------------------------------------------------------
Alexey Charkov (1):
arm64: dts: rockchip: Add analog audio switches to RK3576 EVB1
Andy Yan (1):
arm64: dts: rockchip: Add DisplayPort dt node for rk3576
Chaoyi Chen (4):
dt-bindings: arm: rockchip: Add rk3576 evb2 board
arm64: dts: rockchip: Add rk3576 evb2 board
arm64: dts: rockchip: Fix sdmmc pwren pinctrl for rk3576-evb2
arm64: dts: rockchip: Enable displayport for rk3576 evb2
Chris Morgan (1):
arm64: dts: rockchip: add Awinic aw87391 amplifiers for Anbernic RG-DS
Heiko Stuebner (8):
arm64: dts: rockchip: Add port subnodes to RK356x SATA controllers
arm64: dts: rockchip: add overlay for qnap-ts433 device revision
arm64: dts: rockchip: add overlay for qnap-ts233 device revision
arm64: dts: rockchip: add overlay for qnap-ts133 device revision
arm64: dts: rockchip: use gated-fixed-clock for pcie-refclk on rk3588-jaguar
arm64: dts: rockchip: use gated-fixed-clock for pcie-refclk on rk3588-tiger
arm64: dts: rockchip: add pinctrl for clk-generator GPIO on rk3588-tiger
arm64: dts: rockchip: Make Jaguar PCIe-refclk pin use pull-up config
Hugh Cole-Baker (1):
arm64: dts: rockchip: add pwm-fan for NanoPC-T6
Jun Yan (3):
dt-bindings: vendor-prefixes: Add Shenzhen OneThing Technologies Co., Ltd.
dt-bindings: arm: rockchip: Add OneThing Edge Cube series
arm64: dts: rockchip: Add OneThing Edge Cube series
Michael Riesch (1):
arm64: dts: rockchip: enable vicap dvp on wolfvision pf5 io expander
Robin Murphy (4):
arm64: dts: rockchip: Move RK3399 eDP pinctrl to boards
arm64: dts: rockchip: Add overlay for FriendlyElec HD702E
arm64: dts: rockchip: Clean up NanoPi-R2S Plus gmac2io
arm64: dts: rockchip: Describe HDMI supplies for nanopi4 boards
Samuel Holland (2):
arm64: dts: rockchip: Add battery and charger on rk3566-pinenote
arm64: dts: rockchip: Enable GPU on rk3566-pinenote
Shawn Lin (2):
arm64: dts: rockchip: add node name for RK3588_PD_RKVDEC0/1 and RK3588_PD_VENC0/1
arm64: dts: rockchip: Add supply for pd_rkvdec and pd_venc on rk3388-evbs
.../devicetree/bindings/arm/rockchip.yaml | 9 +-
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
arch/arm64/boot/dts/rockchip/Makefile | 22 +
.../boot/dts/rockchip/rk3328-nanopi-r2s-plus.dts | 17 -
arch/arm64/boot/dts/rockchip/rk3399-base.dtsi | 3 +-
.../boot/dts/rockchip/rk3399-gru-chromebook.dtsi | 2 +
.../boot/dts/rockchip/rk3399-nanopc-t4-hd702e.dtso | 96 ++
arch/arm64/boot/dts/rockchip/rk3399-nanopi4.dtsi | 2 +
.../boot/dts/rockchip/rk3399-pinebook-pro.dts | 2 -
.../dts/rockchip/rk3399-sapphire-excavator.dts | 2 +
.../dts/rockchip/rk3566-onething-edge-cube.dts | 342 +++++++
arch/arm64/boot/dts/rockchip/rk3566-pinenote.dtsi | 31 +
.../dts/rockchip/rk3566-qnap-ts133-pcb-13.dtso | 64 ++
.../boot/dts/rockchip/rk3568-anbernic-rg-ds.dts | 44 +-
.../dts/rockchip/rk3568-qnap-ts233-pcb-12-11.dtso | 93 ++
.../dts/rockchip/rk3568-qnap-ts433-pcb-12-10.dtso | 151 +++
.../rk3568-wolfvision-pf5-io-expander.dtso | 20 +
arch/arm64/boot/dts/rockchip/rk356x-base.dtsi | 27 +-
arch/arm64/boot/dts/rockchip/rk3576-evb1-v10.dts | 1 +
arch/arm64/boot/dts/rockchip/rk3576-evb2-v10.dts | 1071 ++++++++++++++++++++
arch/arm64/boot/dts/rockchip/rk3576.dtsi | 28 +
arch/arm64/boot/dts/rockchip/rk3588-base.dtsi | 8 +-
arch/arm64/boot/dts/rockchip/rk3588-evb1-v10.dts | 16 +
arch/arm64/boot/dts/rockchip/rk3588-jaguar.dts | 21 +-
arch/arm64/boot/dts/rockchip/rk3588-nanopc-t6.dtsi | 39 +
arch/arm64/boot/dts/rockchip/rk3588-tiger.dtsi | 27 +-
arch/arm64/boot/dts/rockchip/rk3588s-evb1-v10.dts | 16 +
27 files changed, 2093 insertions(+), 63 deletions(-)
create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-nanopc-t4-hd702e.dtso
create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-onething-edge-cube.dts
create mode 100644 arch/arm64/boot/dts/rockchip/rk3566-qnap-ts133-pcb-13.dtso
create mode 100644 arch/arm64/boot/dts/rockchip/rk3568-qnap-ts233-pcb-12-11.dtso
create mode 100644 arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433-pcb-12-10.dtso
create mode 100644 arch/arm64/boot/dts/rockchip/rk3576-evb2-v10.dts
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] Rockchip dts64 changes for 7.1 #1
2026-03-14 18:45 [GIT PULL] Rockchip dts64 changes for 7.1 #1 Heiko Stuebner
@ 2026-03-17 8:48 ` Krzysztof Kozlowski
2026-03-17 9:08 ` Heiko Stuebner
2026-03-21 11:05 ` Krzysztof Kozlowski
1 sibling, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2026-03-17 8:48 UTC (permalink / raw)
To: Heiko Stuebner; +Cc: arm, soc, linux-rockchip, linux-arm-kernel
On Sat, Mar 14, 2026 at 07:45:34PM +0100, Heiko Stuebner wrote:
> Hi soc maintainers,
>
> please find below Rockchip DT changes for the merge-window for 7.1 .
>
> So far only arm64 changes :-)
>
>
> Please pull.
> Thanks
> Heiko
>
>
> The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:
>
> Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v7.1-rockchip-dts64-1
Next analysis reports:
Days in linux-next:
----------------------------------------
1 | + (1)
2 |
3 |
4 | + (1)
Please keep changes in next for at least few releases, in case of
development pulls. Allow community to actually test your code before you
send it to upstream maintainer. We are early in the cycle, so there is
no need to rush changes which were almost not in next.
I will leave pull for later (not reviewed yet).
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] Rockchip dts64 changes for 7.1 #1
2026-03-17 8:48 ` Krzysztof Kozlowski
@ 2026-03-17 9:08 ` Heiko Stuebner
0 siblings, 0 replies; 4+ messages in thread
From: Heiko Stuebner @ 2026-03-17 9:08 UTC (permalink / raw)
To: Krzysztof Kozlowski; +Cc: arm, soc, linux-rockchip, linux-arm-kernel
Am Dienstag, 17. März 2026, 09:48:30 Mitteleuropäische Normalzeit schrieb Krzysztof Kozlowski:
> On Sat, Mar 14, 2026 at 07:45:34PM +0100, Heiko Stuebner wrote:
> > Hi soc maintainers,
> >
> > please find below Rockchip DT changes for the merge-window for 7.1 .
> >
> > So far only arm64 changes :-)
> >
> >
> > Please pull.
> > Thanks
> > Heiko
> >
> >
> > The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:
> >
> > Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)
> >
> > are available in the Git repository at:
> >
> > https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v7.1-rockchip-dts64-1
>
> Next analysis reports:
>
> Days in linux-next:
> ----------------------------------------
> 1 | + (1)
> 2 |
> 3 |
> 4 | + (1)
>
> Please keep changes in next for at least few releases, in case of
> development pulls. Allow community to actually test your code before you
> send it to upstream maintainer. We are early in the cycle, so there is
> no need to rush changes which were almost not in next.
okay, will adapt to the faster pacing of PRs getting looked at.
In the past I was trying to make Arnd's life easier (not sure if that
helped or not) with the PR available, so that he could get to them when
he had time.
Heiko
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] Rockchip dts64 changes for 7.1 #1
2026-03-14 18:45 [GIT PULL] Rockchip dts64 changes for 7.1 #1 Heiko Stuebner
2026-03-17 8:48 ` Krzysztof Kozlowski
@ 2026-03-21 11:05 ` Krzysztof Kozlowski
1 sibling, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2026-03-21 11:05 UTC (permalink / raw)
To: Heiko Stuebner; +Cc: arm, soc, linux-rockchip, linux-arm-kernel
On Sat, Mar 14, 2026 at 07:45:34PM +0100, Heiko Stuebner wrote:
> Hi soc maintainers,
>
> please find below Rockchip DT changes for the merge-window for 7.1 .
>
> So far only arm64 changes :-)
>
Thanks, applied
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-03-21 11:05 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-14 18:45 [GIT PULL] Rockchip dts64 changes for 7.1 #1 Heiko Stuebner
2026-03-17 8:48 ` Krzysztof Kozlowski
2026-03-17 9:08 ` Heiko Stuebner
2026-03-21 11:05 ` Krzysztof Kozlowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox