ARM: dts: samsung: sp5v210-aries: Align wifi node name with bindings
Recently DT bindings expect 'wifi' as node name: s5pv210-fascinate4g.dtb: wlan@1: $nodename:0: 'wlan@1' does not match '^wifi(@.*)?$' Link: https://lore.kernel.org/r/20250424084655.105011-1-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20250513101023.21552-7-krzysztof.kozlowski@linaro.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>pull/1253/head
parent
179fa6e8c2
commit
87901f6940
|
|
@ -855,7 +855,7 @@
|
|||
assigned-clock-rates = <0>, <50000000>;
|
||||
assigned-clock-parents = <&clocks MOUT_MPLL>;
|
||||
|
||||
wlan@1 {
|
||||
wifi@1 {
|
||||
reg = <1>;
|
||||
compatible = "brcm,bcm4329-fmac";
|
||||
interrupt-parent = <&gph2>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue