ramips: zbt-wg2626: Add the reset gpio for PCIe port 1
authorAlban Bedel <albeu@free.fr>
Sat, 30 Apr 2022 08:42:33 +0000 (10:42 +0200)
committerChuanhong Guo <gch981213@gmail.com>
Sun, 1 May 2022 03:21:23 +0000 (11:21 +0800)
The 2.4GHz interface doesn't come up properly with the log showing:

    mt7621-pci 1e140000.pcie: pcie1 no card, disable it (RST & CLK)

As seen on other MT7621 boards this is caused by a missing reset GPIO.
The MT7621 dtsi set GPIO 19 as PCIe reset GPIO, which on this board
reset the 5GHz interface on port 0. Add GPIO 8 to the PCIe reset GPIO
list to also reset the 2.4GHz interface on port 1.

Signed-off-by: Alban Bedel <albeu@free.fr>
target/linux/ramips/dts/mt7621_zbtlink_zbt-wg2626.dts

index a1d6af94662bc952d916070c7e8c5b8e46e1f434..da22dc3797b750a1d4a8d7745cd1eb378adf17e0 100644 (file)
@@ -88,6 +88,9 @@
 
 &pcie {
        status = "okay";
+
+       reset-gpios = <&gpio 19 GPIO_ACTIVE_LOW>,
+                       <&gpio 8 GPIO_ACTIVE_LOW>;
 };
 
 &pcie0 {