Skip to content

Commit

Permalink
arm64: dts: rockchip: Align wifi node name with bindings in CB2
Browse files Browse the repository at this point in the history
Since commit 3c36067 ("dt-bindings: wireless: bcm4329-fmac: Use
wireless-controller.yaml schema"), bindings expect 'wifi' as node name:

  rk3566-bigtreetech-cb2-manta.dtb: sdio-wifi@1: $nodename:0: 'sdio-wifi@1' does not match '^wifi(@.*)?$'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250424084729.105182-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
  • Loading branch information
Krzysztof Kozlowski authored and Heiko Stuebner committed Apr 26, 2025
1 parent 6833cbd commit 7ec0987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/rk3566-bigtreetech-cb2.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@
rockchip,default-sample-phase = <90>;
status = "okay";

sdio-wifi@1 {
wifi@1 {
compatible = "brcm,bcm4329-fmac";
reg = <1>;
interrupt-parent = <&gpio2>;
Expand Down

0 comments on commit 7ec0987

Please sign in to comment.