[openwrt/openwrt] ramips: fix wrong pcie port number for Arcadyan WE420223-99

LEDE Commits lede-commits at lists.infradead.org
Sat Mar 4 04:35:11 PST 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/1f53fa2b8365f7422822ebc43210b980dcbebcd9

commit 1f53fa2b8365f7422822ebc43210b980dcbebcd9
Author: Mikhail Zhilkin <csharper2005 at gmail.com>
AuthorDate: Sun Feb 26 18:28:54 2023 +0000

    ramips: fix wrong pcie port number for Arcadyan WE420223-99
    
    Wrong pcie port number for WLAN causes missing 5g WLAN interface with 5.15
    kernel on Arcadyan WE420223-99 (KPN Experia WiFi).
    
    This changes port from pcie0 to pcie1.
    
    [1.331556] mt7621-pci 1e140000.pcie: pcie0 no card, disable it (RST & CLK)
    [1.345299] mt7621-pci 1e140000.pcie: pcie2 no card, disable it (RST & CLK)
    [1.359116] mt7621-pci 1e140000.pcie: PCIE1 enabled
    
    Signed-off-by: Mikhail Zhilkin <csharper2005 at gmail.com>
---
 target/linux/ramips/dts/mt7621_arcadyan_we420223-99.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ramips/dts/mt7621_arcadyan_we420223-99.dts b/target/linux/ramips/dts/mt7621_arcadyan_we420223-99.dts
index 99de770707..3ae441f8e3 100644
--- a/target/linux/ramips/dts/mt7621_arcadyan_we420223-99.dts
+++ b/target/linux/ramips/dts/mt7621_arcadyan_we420223-99.dts
@@ -211,7 +211,7 @@
 	status = "okay";
 };
 
-&pcie0 {
+&pcie1 {
 	mt76 at 0,0 {
 		reg = <0x0000 0 0 0 0>;
 		mediatek,mtd-eeprom = <&factory 0x0000>;




More information about the lede-commits mailing list