[openwrt/openwrt] ath79: wr2543: add compatible string for wifi

LEDE Commits lede-commits at lists.infradead.org
Mon Dec 23 14:47:11 PST 2024


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/ed5f6fdd7d2e2ca1ddb6bd5369723bc3a5c53622

commit ed5f6fdd7d2e2ca1ddb6bd5369723bc3a5c53622
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Sat Dec 14 14:32:14 2024 -0800

    ath79: wr2543: add compatible string for wifi
    
    Makes it clear that the calibration size is correct as most ar72xx
    devices use older wifi chips.
    
    Signed-off-by: Rosen Penev <rosenp at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/17278
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/ath79/dts/ar7242_tplink_tl-wr2543-v1.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/ath79/dts/ar7242_tplink_tl-wr2543-v1.dts b/target/linux/ath79/dts/ar7242_tplink_tl-wr2543-v1.dts
index 0124ddff87..744971c6f8 100644
--- a/target/linux/ath79/dts/ar7242_tplink_tl-wr2543-v1.dts
+++ b/target/linux/ath79/dts/ar7242_tplink_tl-wr2543-v1.dts
@@ -159,6 +159,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