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 dts fixes for 6.19 #1
Date: Tue, 13 Jan 2026 14:45:22 +0100 [thread overview]
Message-ID: <17171017.hlxOUv9cDv@diego> (raw)
Hi SoC maintainers,
please find a below some Rockchip fixes for the current 6.19 release-cycle.
Please pull
Thanks
Heiko
The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:
Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.19-rockchip-dtsfixes1
for you to fetch changes up to 56e7cc8dadf91cd2164e5d6dac9258f448d50182:
arm64: dts: rockchip: Drop unsupported properties (2026-01-09 20:50:14 +0100)
----------------------------------------------------------------
In terms of bigger fixes, RK3576 GPU register range was overflowing into
the next peripheral, Nano Pi M5 sound was not working correctly, the
adc-keys voltage levels for 2 buttons on the Pinephone Pro were wrong
and a really wrong PCIe linkspeed was removed from helios64.
Apart from that there are a number of dt-cleanlieness fixes.
----------------------------------------------------------------
Alexey Charkov (2):
arm64: dts: rockchip: Fix headphones widget name on NanoPi M5
arm64: dts: rockchip: Configure MCLK for analog sound on NanoPi M5
Chaoyi Chen (1):
arm64: dts: rockchip: Fix wrong register range of rk3576 gpu
Geraldo Nascimento (2):
arm64: dts: rockchip: remove dangerous max-link-speed from helios64
arm64: dts: rockchip: remove redundant max-link-speed from nanopi-r4s
Krzysztof Kozlowski (1):
arm64: dts: rockchip: Fix wifi interrupts flag on Sakura Pi RK3308B
Ondrej Jirman (1):
arm64: dts: rockchip: Fix voltage threshold for volume keys for Pinephone Pro
Quentin Schulz (1):
arm64: dts: rockchip: fix unit-address for RK3588 NPU's core1 and core2's IOMMU
Rob Herring (Arm) (4):
arm64: dts: rockchip: Drop "sitronix,st7789v" fallback compatible from rk3568-wolfvision
arm64: dts: rockchip: Fix pinctrl property typo on rk3326-odroid-go3
arm64: dts: rockchip: Fix gpio pinctrl node names
arm64: dts: rockchip: Drop unsupported properties
arch/arm64/boot/dts/rockchip/rk3308-sakurapi-rk3308b.dts | 2 +-
arch/arm64/boot/dts/rockchip/rk3326-odroid-go3.dts | 3 ++-
arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts | 2 --
arch/arm64/boot/dts/rockchip/rk3399-nanopi-r4s.dtsi | 1 -
arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts | 1 -
arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts | 4 ++--
arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi | 2 +-
arch/arm64/boot/dts/rockchip/rk3399-rock-4c-plus.dts | 4 ++--
.../boot/dts/rockchip/rk3568-wolfvision-pf5-display-vz.dtso | 3 +--
arch/arm64/boot/dts/rockchip/rk3576-nanopi-m5.dts | 12 ++++++++----
arch/arm64/boot/dts/rockchip/rk3576.dtsi | 2 +-
arch/arm64/boot/dts/rockchip/rk3588-base.dtsi | 4 ++--
12 files changed, 20 insertions(+), 20 deletions(-)
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 dts fixes for 6.19 #1
Date: Tue, 13 Jan 2026 14:45:22 +0100 [thread overview]
Message-ID: <17171017.hlxOUv9cDv@diego> (raw)
Hi SoC maintainers,
please find a below some Rockchip fixes for the current 6.19 release-cycle.
Please pull
Thanks
Heiko
The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:
Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v6.19-rockchip-dtsfixes1
for you to fetch changes up to 56e7cc8dadf91cd2164e5d6dac9258f448d50182:
arm64: dts: rockchip: Drop unsupported properties (2026-01-09 20:50:14 +0100)
----------------------------------------------------------------
In terms of bigger fixes, RK3576 GPU register range was overflowing into
the next peripheral, Nano Pi M5 sound was not working correctly, the
adc-keys voltage levels for 2 buttons on the Pinephone Pro were wrong
and a really wrong PCIe linkspeed was removed from helios64.
Apart from that there are a number of dt-cleanlieness fixes.
----------------------------------------------------------------
Alexey Charkov (2):
arm64: dts: rockchip: Fix headphones widget name on NanoPi M5
arm64: dts: rockchip: Configure MCLK for analog sound on NanoPi M5
Chaoyi Chen (1):
arm64: dts: rockchip: Fix wrong register range of rk3576 gpu
Geraldo Nascimento (2):
arm64: dts: rockchip: remove dangerous max-link-speed from helios64
arm64: dts: rockchip: remove redundant max-link-speed from nanopi-r4s
Krzysztof Kozlowski (1):
arm64: dts: rockchip: Fix wifi interrupts flag on Sakura Pi RK3308B
Ondrej Jirman (1):
arm64: dts: rockchip: Fix voltage threshold for volume keys for Pinephone Pro
Quentin Schulz (1):
arm64: dts: rockchip: fix unit-address for RK3588 NPU's core1 and core2's IOMMU
Rob Herring (Arm) (4):
arm64: dts: rockchip: Drop "sitronix,st7789v" fallback compatible from rk3568-wolfvision
arm64: dts: rockchip: Fix pinctrl property typo on rk3326-odroid-go3
arm64: dts: rockchip: Fix gpio pinctrl node names
arm64: dts: rockchip: Drop unsupported properties
arch/arm64/boot/dts/rockchip/rk3308-sakurapi-rk3308b.dts | 2 +-
arch/arm64/boot/dts/rockchip/rk3326-odroid-go3.dts | 3 ++-
arch/arm64/boot/dts/rockchip/rk3399-kobol-helios64.dts | 2 --
arch/arm64/boot/dts/rockchip/rk3399-nanopi-r4s.dtsi | 1 -
arch/arm64/boot/dts/rockchip/rk3399-pinebook-pro.dts | 1 -
arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts | 4 ++--
arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi | 2 +-
arch/arm64/boot/dts/rockchip/rk3399-rock-4c-plus.dts | 4 ++--
.../boot/dts/rockchip/rk3568-wolfvision-pf5-display-vz.dtso | 3 +--
arch/arm64/boot/dts/rockchip/rk3576-nanopi-m5.dts | 12 ++++++++----
arch/arm64/boot/dts/rockchip/rk3576.dtsi | 2 +-
arch/arm64/boot/dts/rockchip/rk3588-base.dtsi | 4 ++--
12 files changed, 20 insertions(+), 20 deletions(-)
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
next reply other threads:[~2026-01-13 13:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-13 13:45 Heiko Stuebner [this message]
2026-01-13 13:45 ` [GIT PULL] Rockchip dts fixes for 6.19 #1 Heiko Stuebner
2026-01-15 17:02 ` 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=17171017.hlxOUv9cDv@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.