From 3c5809699df1240d9c7b2dd38578920f87f27150 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Tue, 17 Dec 2024 12:07:20 -0800 Subject: [PATCH] ath79: add missing compatible for ath9k The fritz 300e has an AR9382, which is atypical for ar7242 platforms. Document it properly. Signed-off-by: Rosen Penev Link: https://github.com/openwrt/openwrt/pull/17427 Signed-off-by: Nick Hainke --- target/linux/ath79/dts/ar7242_avm_fritz300e.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ath79/dts/ar7242_avm_fritz300e.dts b/target/linux/ath79/dts/ar7242_avm_fritz300e.dts index f8ca3ed563..3d04b24082 100644 --- a/target/linux/ath79/dts/ar7242_avm_fritz300e.dts +++ b/target/linux/ath79/dts/ar7242_avm_fritz300e.dts @@ -141,6 +141,7 @@ status = "okay"; ath9k: wifi@0,0 { + compatible = "pci168c,0030"; reg = <0x0000 0 0 0 0>; #gpio-cells = <2>; gpio-controller; -- 2.30.2