[openwrt/openwrt] ath79: add missing compatible for ath9k

LEDE Commits lede-commits at lists.infradead.org
Mon Dec 30 04:50:15 PST 2024


nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/3c5809699df1240d9c7b2dd38578920f87f27150

commit 3c5809699df1240d9c7b2dd38578920f87f27150
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Tue Dec 17 12:07:20 2024 -0800

    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 <rosenp at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/17427
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 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 at 0,0 {
+		compatible = "pci168c,0030";
 		reg = <0x0000 0 0 0 0>;
 		#gpio-cells = <2>;
 		gpio-controller;




More information about the lede-commits mailing list