ramips: mt7620: use throughput trigger on HiWiFi HC5x61

Throughput trigger support for MT7620 has been added, so switch to it

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
This commit is contained in:
DENG Qingfang
2019-12-31 22:35:41 +08:00
committed by Adrian Schmutzler
parent 415cc83da6
commit a176f8d3ec
4 changed files with 6 additions and 8 deletions

View File

@@ -29,6 +29,7 @@
wlan2g {
label = "hc5661:blue:wlan2g";
gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
linux,default-trigger = "phy0tpt";
};
};
};

View File

@@ -29,11 +29,13 @@
wlan2g {
label = "hc5761:blue:wlan2g";
gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
linux,default-trigger = "phy1tpt";
};
wlan5g {
label = "hc5761:blue:wlan5g";
gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
linux,default-trigger = "phy0tpt";
};
};
};

View File

@@ -24,6 +24,7 @@
wlan2g {
label = "hc5861:blue:wlan2g";
gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
linux,default-trigger = "phy1tpt";
};
internet {
@@ -34,6 +35,7 @@
wlan5g {
label = "hc5861:blue:wlan5g";
gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
linux,default-trigger = "phy0tpt";
};
turbo {