Am Freitag, 20. Juni 2025, 10:40:49 Mitteleuropäische Sommerzeit schrieb Alexey Charkov:
On Fri, Jun 20, 2025 at 1:17 AM Heiko Stuebner heiko@sntech.de wrote:
On Sat, 14 Jun 2025 22:14:32 +0400, Alexey Charkov wrote:
Link up the CPU regulators for DVFS, enable WiFi and Bluetooth.
Different board versions use different incompatible WiFi/Bluetooth modules so split the version-specific bits out into an overlay. Basic WiFi functionality works even without an overlay, but OOB interrupts and all Bluetooth stuff requires one.
[...]
Applied, thanks!
[1/4] arm64: dts: rockchip: list all CPU supplies on ArmSoM Sige5 commit: c76bcc7d1f24e90a2d7b98d1e523d7524269fc56 [2/4] arm64: dts: rockchip: add SDIO controller on RK3576 commit: e490f854b46369b096f3d09c0c6a00f340425136 [3/4] arm64: dts: rockchip: add version-independent WiFi/BT nodes on Sige5 commit: 358ccc1d8b242b8c659e5e177caef174624e8cb6 [4/4] arm64: dts: rockchip: add overlay for the WiFi/BT module on Sige5 v1.2 commit: a8cdcbe6a9f64f56ee24c9e8325fb89cf41a5d63
Patch 1 as fix for v6.16
I've also fixed the wifi@1 node in the overlay - which was using spaces instead of tabs.
Thanks Heiko! It's annoying that YAML doesn't like tabs, so copying from binding examples is not a universally good idea :)
By the way, is there any tool that helps catch those?
checkpatch.pl would be the tool to do that, but I'm not sure it handles this at this time.
I also only saw things when I looked at the patch in "mcedit", because it nicely distinguishes between tabs and spaces :-) .