From f4fb4cee6174cc4170ed5bcda4dcef52c25434f2 Mon Sep 17 00:00:00 2001 From: Alessandro Pecugi <alessandro.pecugi@seco.com> Date: Fri, 22 Mar 2024 13:57:34 +0100 Subject: [PATCH] [C72][DTS] update wifi configuration node name The new sd8997 driver used for C72 expects the config node in the dts to be named "sdxxx-wlan" instead of "sd8xxx-wlan" --- arch/arm64/boot/dts/seco/seco-imx8mn-c72.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/seco/seco-imx8mn-c72.dts b/arch/arm64/boot/dts/seco/seco-imx8mn-c72.dts index 9a2d6c06d6d932..88330a1ea0c306 100644 --- a/arch/arm64/boot/dts/seco/seco-imx8mn-c72.dts +++ b/arch/arm64/boot/dts/seco/seco-imx8mn-c72.dts @@ -1032,7 +1032,7 @@ #address-cells = <1>; #size-cells = <0>; - sd8xxx-wlan { + sdxxx-wlan { //drvdbg = <0x37>; drv_mode = <0x1>; cfg80211_wext = <0xf>; -- GitLab