* [GIT PULL] Rockchip dts fixes for 7.0 #1
@ 2026-03-14 18:42 Heiko Stuebner
2026-03-17 8:45 ` Krzysztof Kozlowski
0 siblings, 1 reply; 5+ messages in thread
From: Heiko Stuebner @ 2026-03-14 18:42 UTC (permalink / raw)
To: arm; +Cc: soc, linux-rockchip, linux-arm-kernel
Hi SoC maintainers,
please find a below some Rockchip fixes for the current 7.0 release-cycle.
And in the next PR, even one driver-fix this time.
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.0-rockchip-dtsfixes1
for you to fetch changes up to 2ed11ad1c2b4c191cb2ed6741be127eb99f8634f:
arm64: dts: rockchip: Correct Joystick Axes on Gameforce Ace (2026-03-12 20:52:53 +0100)
----------------------------------------------------------------
A big number of changes fixing dt-schema issues on the ARM32 side,
fixes for the Gameforce-Ace to make the hardware work properly
(including thermals) as well as fixing issues both on Beelink A1 (spdif)
and Pinebook Pro (Wifi) by reverting the commits that created the issues
----------------------------------------------------------------
Chris Morgan (2):
arm64: dts: rockchip: Correct Fan Supply for Gameforce Ace
arm64: dts: rockchip: Correct Joystick Axes on Gameforce Ace
Fabio Estevam (11):
ARM: dts: rockchip: Remove rockchip,grf from rk3288 tsadc
ARM: dts: rockchip: Move PHY reset to ethernet-phy node on rk3036 boards
ARM: dts: rockchip: Fix RTC compatible on rk3288-phycore-rdk
ARM: dts: rockchip: Use mount-matrix on rk3188-bqedison2qc
ARM: dts: rockchip: Remove invalid regulator-property from rk3288-veyron
ARM: dts: rockchip: Fix the Bluetooth node name on rk3288-veyron
ARM: dts: rockchip: Fix the trackpad supply on rk3288-veyron-jerry
ARM: dts: rockchip: Add missing the touchscreen interrupt on rk3288-phycore-rdk
ARM: dts: rockchip: Fix RTC description on rk3288-firefly-reload
ARM: dts: rockchip: Fix GMAC description n RK3288 boards
ARM: dts: rockchip: Fix LED node names on rk3288-phycore-rdk
Heiko Stuebner (1):
Revert "arm64: dts: rockchip: Further describe the WiFi for the Pinebook Pro"
Ming Wang (1):
arm64: dts: rockchip: Fix Bluetooth stability on LCKFB TaiShan Pi
Robin Murphy (1):
Revert "arm64: dts: rockchip: add SPDIF audio to Beelink A1"
arch/arm/boot/dts/rockchip/rk3036-evb.dts | 4 ++--
arch/arm/boot/dts/rockchip/rk3036-kylin.dts | 4 ++--
arch/arm/boot/dts/rockchip/rk3188-bqedison2qc.dts | 2 +-
.../boot/dts/rockchip/rk3288-firefly-reload.dts | 3 +--
arch/arm/boot/dts/rockchip/rk3288-phycore-rdk.dts | 16 +++++++++------
arch/arm/boot/dts/rockchip/rk3288-phycore-som.dtsi | 2 +-
arch/arm/boot/dts/rockchip/rk3288-veyron-brain.dts | 2 --
.../arm/boot/dts/rockchip/rk3288-veyron-fievel.dts | 5 ++---
arch/arm/boot/dts/rockchip/rk3288-veyron-jaq.dts | 2 +-
arch/arm/boot/dts/rockchip/rk3288-veyron-jerry.dts | 2 +-
.../arm/boot/dts/rockchip/rk3288-veyron-mickey.dts | 2 --
arch/arm/boot/dts/rockchip/rk3288.dtsi | 1 -
arch/arm64/boot/dts/rockchip/rk3328-a1.dts | 23 ----------------------
.../boot/dts/rockchip/rk3399-pinebook-pro.dts | 18 -----------------
arch/arm64/boot/dts/rockchip/rk3566-lckfb-tspi.dts | 4 ++--
.../boot/dts/rockchip/rk3588s-gameforce-ace.dts | 12 +++++------
16 files changed, 29 insertions(+), 73 deletions(-)
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [GIT PULL] Rockchip dts fixes for 7.0 #1 2026-03-14 18:42 [GIT PULL] Rockchip dts fixes for 7.0 #1 Heiko Stuebner @ 2026-03-17 8:45 ` Krzysztof Kozlowski 2026-03-17 9:05 ` Heiko Stuebner 0 siblings, 1 reply; 5+ messages in thread From: Krzysztof Kozlowski @ 2026-03-17 8:45 UTC (permalink / raw) To: Heiko Stuebner; +Cc: arm, soc, linux-rockchip, linux-arm-kernel On Sat, Mar 14, 2026 at 07:42:38PM +0100, Heiko Stuebner wrote: > Hi SoC maintainers, > > please find a below some Rockchip fixes for the current 7.0 release-cycle. > And in the next PR, even one driver-fix this time. > > 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.0-rockchip-dtsfixes1 > > for you to fetch changes up to 2ed11ad1c2b4c191cb2ed6741be127eb99f8634f: > > arm64: dts: rockchip: Correct Joystick Axes on Gameforce Ace (2026-03-12 20:52:53 +0100) > > ---------------------------------------------------------------- > A big number of changes fixing dt-schema issues on the ARM32 side, > fixes for the Gameforce-Ace to make the hardware work properly > (including thermals) as well as fixing issues both on Beelink A1 (spdif) > and Pinebook Pro (Wifi) by reverting the commits that created the issues > > ---------------------------------------------------------------- > Chris Morgan (2): > arm64: dts: rockchip: Correct Fan Supply for Gameforce Ace > arm64: dts: rockchip: Correct Joystick Axes on Gameforce Ace > > Fabio Estevam (11): > ARM: dts: rockchip: Remove rockchip,grf from rk3288 tsadc > ARM: dts: rockchip: Move PHY reset to ethernet-phy node on rk3036 boards > ARM: dts: rockchip: Fix RTC compatible on rk3288-phycore-rdk > ARM: dts: rockchip: Use mount-matrix on rk3188-bqedison2qc > ARM: dts: rockchip: Remove invalid regulator-property from rk3288-veyron Not a fix. > ARM: dts: rockchip: Fix the Bluetooth node name on rk3288-veyron Not a fix. This is a pure style change. Fixes for current cycle means either important issues being fixed or errors introduced in current cycle. Changing style from one to another is not a fix. > ARM: dts: rockchip: Fix the trackpad supply on rk3288-veyron-jerry > ARM: dts: rockchip: Add missing the touchscreen interrupt on rk3288-phycore-rdk > ARM: dts: rockchip: Fix RTC description on rk3288-firefly-reload Not a fix. Style of node name is not a bug, otherwise describe user visible (not "internal tools" visible) impact. > ARM: dts: rockchip: Fix GMAC description n RK3288 boards > ARM: dts: rockchip: Fix LED node names on rk3288-phycore-rdk Several other are questionable as well, since they were in DTS for long time. Please also read Linus' explanation here from some time ago - if the issue is for long time and no one cared, then changing it is a normal development. Several changed pieces here look like 3 or more years old, so does not fit criteria of current cycle fix at all. Please split the pull. Best regards, Krzysztof ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] Rockchip dts fixes for 7.0 #1 2026-03-17 8:45 ` Krzysztof Kozlowski @ 2026-03-17 9:05 ` Heiko Stuebner 2026-03-17 9:19 ` Krzysztof Kozlowski 0 siblings, 1 reply; 5+ messages in thread From: Heiko Stuebner @ 2026-03-17 9:05 UTC (permalink / raw) To: Krzysztof Kozlowski; +Cc: arm, soc, linux-rockchip, linux-arm-kernel Am Dienstag, 17. März 2026, 09:45:30 Mitteleuropäische Normalzeit schrieb Krzysztof Kozlowski: > On Sat, Mar 14, 2026 at 07:42:38PM +0100, Heiko Stuebner wrote: > > Hi SoC maintainers, > > > > please find a below some Rockchip fixes for the current 7.0 release-cycle. > > And in the next PR, even one driver-fix this time. > > > > 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.0-rockchip-dtsfixes1 > > > > for you to fetch changes up to 2ed11ad1c2b4c191cb2ed6741be127eb99f8634f: > > > > arm64: dts: rockchip: Correct Joystick Axes on Gameforce Ace (2026-03-12 20:52:53 +0100) > > > > ---------------------------------------------------------------- > > A big number of changes fixing dt-schema issues on the ARM32 side, > > fixes for the Gameforce-Ace to make the hardware work properly > > (including thermals) as well as fixing issues both on Beelink A1 (spdif) > > and Pinebook Pro (Wifi) by reverting the commits that created the issues > > > > ---------------------------------------------------------------- > > Chris Morgan (2): > > arm64: dts: rockchip: Correct Fan Supply for Gameforce Ace > > arm64: dts: rockchip: Correct Joystick Axes on Gameforce Ace > > > > Fabio Estevam (11): > > ARM: dts: rockchip: Remove rockchip,grf from rk3288 tsadc > > ARM: dts: rockchip: Move PHY reset to ethernet-phy node on rk3036 boards > > ARM: dts: rockchip: Fix RTC compatible on rk3288-phycore-rdk > > ARM: dts: rockchip: Use mount-matrix on rk3188-bqedison2qc > > ARM: dts: rockchip: Remove invalid regulator-property from rk3288-veyron > > Not a fix. > > > ARM: dts: rockchip: Fix the Bluetooth node name on rk3288-veyron > > Not a fix. This is a pure style change. Fixes for current cycle means > either important issues being fixed or errors introduced in current > cycle. > > Changing style from one to another is not a fix. > > > ARM: dts: rockchip: Fix the trackpad supply on rk3288-veyron-jerry > > ARM: dts: rockchip: Add missing the touchscreen interrupt on rk3288-phycore-rdk > > ARM: dts: rockchip: Fix RTC description on rk3288-firefly-reload > > Not a fix. Style of node name is not a bug, otherwise describe user > visible (not "internal tools" visible) impact. > > > ARM: dts: rockchip: Fix GMAC description n RK3288 boards > > ARM: dts: rockchip: Fix LED node names on rk3288-phycore-rdk > > Several other are questionable as well, since they were in DTS for long > time. Please also read Linus' explanation here from some time ago - if > the issue is for long time and no one cared, then changing it is a normal > development. > > Several changed pieces here look like 3 or more years old, so does not > fit criteria of current cycle fix at all. > > Please split the pull. I do remember in the past, changes that reduced the number of dt-checker errors were considered fixes, but it seems that has changed, so I'll split that accordingly. Heiko ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] Rockchip dts fixes for 7.0 #1 2026-03-17 9:05 ` Heiko Stuebner @ 2026-03-17 9:19 ` Krzysztof Kozlowski 2026-03-17 10:02 ` Heiko Stuebner 0 siblings, 1 reply; 5+ messages in thread From: Krzysztof Kozlowski @ 2026-03-17 9:19 UTC (permalink / raw) To: Heiko Stuebner; +Cc: arm, soc, linux-rockchip, linux-arm-kernel On 17/03/2026 10:05, Heiko Stuebner wrote: > Am Dienstag, 17. März 2026, 09:45:30 Mitteleuropäische Normalzeit schrieb Krzysztof Kozlowski: >> On Sat, Mar 14, 2026 at 07:42:38PM +0100, Heiko Stuebner wrote: >>> Hi SoC maintainers, >>> >>> please find a below some Rockchip fixes for the current 7.0 release-cycle. >>> And in the next PR, even one driver-fix this time. >>> >>> 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.0-rockchip-dtsfixes1 >>> >>> for you to fetch changes up to 2ed11ad1c2b4c191cb2ed6741be127eb99f8634f: >>> >>> arm64: dts: rockchip: Correct Joystick Axes on Gameforce Ace (2026-03-12 20:52:53 +0100) >>> >>> ---------------------------------------------------------------- >>> A big number of changes fixing dt-schema issues on the ARM32 side, >>> fixes for the Gameforce-Ace to make the hardware work properly >>> (including thermals) as well as fixing issues both on Beelink A1 (spdif) >>> and Pinebook Pro (Wifi) by reverting the commits that created the issues >>> >>> ---------------------------------------------------------------- >>> Chris Morgan (2): >>> arm64: dts: rockchip: Correct Fan Supply for Gameforce Ace >>> arm64: dts: rockchip: Correct Joystick Axes on Gameforce Ace >>> >>> Fabio Estevam (11): >>> ARM: dts: rockchip: Remove rockchip,grf from rk3288 tsadc >>> ARM: dts: rockchip: Move PHY reset to ethernet-phy node on rk3036 boards >>> ARM: dts: rockchip: Fix RTC compatible on rk3288-phycore-rdk >>> ARM: dts: rockchip: Use mount-matrix on rk3188-bqedison2qc >>> ARM: dts: rockchip: Remove invalid regulator-property from rk3288-veyron >> >> Not a fix. >> >>> ARM: dts: rockchip: Fix the Bluetooth node name on rk3288-veyron >> >> Not a fix. This is a pure style change. Fixes for current cycle means >> either important issues being fixed or errors introduced in current >> cycle. >> >> Changing style from one to another is not a fix. >> >>> ARM: dts: rockchip: Fix the trackpad supply on rk3288-veyron-jerry >>> ARM: dts: rockchip: Add missing the touchscreen interrupt on rk3288-phycore-rdk >>> ARM: dts: rockchip: Fix RTC description on rk3288-firefly-reload >> >> Not a fix. Style of node name is not a bug, otherwise describe user >> visible (not "internal tools" visible) impact. >> >>> ARM: dts: rockchip: Fix GMAC description n RK3288 boards >>> ARM: dts: rockchip: Fix LED node names on rk3288-phycore-rdk >> >> Several other are questionable as well, since they were in DTS for long >> time. Please also read Linus' explanation here from some time ago - if >> the issue is for long time and no one cared, then changing it is a normal >> development. >> >> Several changed pieces here look like 3 or more years old, so does not >> fit criteria of current cycle fix at all. >> >> Please split the pull. > > I do remember in the past, changes that reduced the number of > dt-checker errors were considered fixes, but it seems that has > changed, so I'll split that accordingly. It is subjective and of course dtbs_check fix for issue introduced in current cycle is a RC-fix. I am pretty sure that many maintainers would pull all above to RC, but I follow a bit stricter interpretation just like Linus explained it: https://lore.kernel.org/lkml/CA+55aFyvW38WU93CqegHiKt-ReO8yNfAOUGZRFGY3-Aq0UsETw@mail.gmail.com/ https://lore.kernel.org/all/CAHk-%3DwgFuoHpMk_Z_R3qMXVDgq0N1592%2BbABkyGjwwSL4zBtHA@mail.gmail.com/ So the issues were there probably for many years and fixes do not have user-visible impact, thus they look like regular improvement of poor code. Just like I evaluated dtbs_check findings in 2024 - 50% of warnings are style. Best regards, Krzysztof ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PULL] Rockchip dts fixes for 7.0 #1 2026-03-17 9:19 ` Krzysztof Kozlowski @ 2026-03-17 10:02 ` Heiko Stuebner 0 siblings, 0 replies; 5+ messages in thread From: Heiko Stuebner @ 2026-03-17 10:02 UTC (permalink / raw) To: Krzysztof Kozlowski; +Cc: arm, soc, linux-rockchip, linux-arm-kernel Am Dienstag, 17. März 2026, 10:19:29 Mitteleuropäische Normalzeit schrieb Krzysztof Kozlowski: > On 17/03/2026 10:05, Heiko Stuebner wrote: > > Am Dienstag, 17. März 2026, 09:45:30 Mitteleuropäische Normalzeit schrieb Krzysztof Kozlowski: > >> On Sat, Mar 14, 2026 at 07:42:38PM +0100, Heiko Stuebner wrote: > >>> Hi SoC maintainers, > >>> > >>> please find a below some Rockchip fixes for the current 7.0 release-cycle. > >>> And in the next PR, even one driver-fix this time. > >>> > >>> 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.0-rockchip-dtsfixes1 > >>> > >>> for you to fetch changes up to 2ed11ad1c2b4c191cb2ed6741be127eb99f8634f: > >>> > >>> arm64: dts: rockchip: Correct Joystick Axes on Gameforce Ace (2026-03-12 20:52:53 +0100) > >>> > >>> ---------------------------------------------------------------- > >>> A big number of changes fixing dt-schema issues on the ARM32 side, > >>> fixes for the Gameforce-Ace to make the hardware work properly > >>> (including thermals) as well as fixing issues both on Beelink A1 (spdif) > >>> and Pinebook Pro (Wifi) by reverting the commits that created the issues > >>> > >>> ---------------------------------------------------------------- > >>> Chris Morgan (2): > >>> arm64: dts: rockchip: Correct Fan Supply for Gameforce Ace > >>> arm64: dts: rockchip: Correct Joystick Axes on Gameforce Ace > >>> > >>> Fabio Estevam (11): > >>> ARM: dts: rockchip: Remove rockchip,grf from rk3288 tsadc > >>> ARM: dts: rockchip: Move PHY reset to ethernet-phy node on rk3036 boards > >>> ARM: dts: rockchip: Fix RTC compatible on rk3288-phycore-rdk > >>> ARM: dts: rockchip: Use mount-matrix on rk3188-bqedison2qc > >>> ARM: dts: rockchip: Remove invalid regulator-property from rk3288-veyron > >> > >> Not a fix. > >> > >>> ARM: dts: rockchip: Fix the Bluetooth node name on rk3288-veyron > >> > >> Not a fix. This is a pure style change. Fixes for current cycle means > >> either important issues being fixed or errors introduced in current > >> cycle. > >> > >> Changing style from one to another is not a fix. > >> > >>> ARM: dts: rockchip: Fix the trackpad supply on rk3288-veyron-jerry > >>> ARM: dts: rockchip: Add missing the touchscreen interrupt on rk3288-phycore-rdk > >>> ARM: dts: rockchip: Fix RTC description on rk3288-firefly-reload > >> > >> Not a fix. Style of node name is not a bug, otherwise describe user > >> visible (not "internal tools" visible) impact. > >> > >>> ARM: dts: rockchip: Fix GMAC description n RK3288 boards > >>> ARM: dts: rockchip: Fix LED node names on rk3288-phycore-rdk > >> > >> Several other are questionable as well, since they were in DTS for long > >> time. Please also read Linus' explanation here from some time ago - if > >> the issue is for long time and no one cared, then changing it is a normal > >> development. > >> > >> Several changed pieces here look like 3 or more years old, so does not > >> fit criteria of current cycle fix at all. > >> > >> Please split the pull. > > > > I do remember in the past, changes that reduced the number of > > dt-checker errors were considered fixes, but it seems that has > > changed, so I'll split that accordingly. > > It is subjective and of course dtbs_check fix for issue introduced in > current cycle is a RC-fix. I am pretty sure that many maintainers would > pull all above to RC, but I follow a bit stricter interpretation just > like Linus explained it: > > https://lore.kernel.org/lkml/CA+55aFyvW38WU93CqegHiKt-ReO8yNfAOUGZRFGY3-Aq0UsETw@mail.gmail.com/ > > https://lore.kernel.org/all/CAHk-%3DwgFuoHpMk_Z_R3qMXVDgq0N1592%2BbABkyGjwwSL4zBtHA@mail.gmail.com/ > > So the issues were there probably for many years and fixes do not have > user-visible impact, thus they look like regular improvement of poor > code. Just like I evaluated dtbs_check findings in 2024 - 50% of > warnings are style. Thanks for the explanation. As I said, I'll adapt the PR accordingly :-) . Heiko ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-03-17 10:02 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2026-03-14 18:42 [GIT PULL] Rockchip dts fixes for 7.0 #1 Heiko Stuebner 2026-03-17 8:45 ` Krzysztof Kozlowski 2026-03-17 9:05 ` Heiko Stuebner 2026-03-17 9:19 ` Krzysztof Kozlowski 2026-03-17 10:02 ` Heiko Stuebner
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox