ramips: mt7620: add missing PA/LNA pinctrl for Linksys E1700
authorShiji Yang <yangshiji66@qq.com>
Sat, 8 Feb 2025 01:21:15 +0000 (09:21 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 12 Feb 2025 23:26:22 +0000 (00:26 +0100)
This device has high-power external PA and LNA[1]. So we must
configure PA/LNA pins to make the wireless work properly.

[1] https://fccid.io/Q87-E1700/Internal-Photos/Internal-Photos-pdf-2135639.pdf
Fixes: https://github.com/openwrt/openwrt/issues/7959
Signed-off-by: Shiji Yang <yangshiji66@qq.com>
Link: https://github.com/openwrt/openwrt/pull/17892
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/ramips/dts/mt7620a_linksys_e1700.dts

index caa6780d600a4dc91421550f983c778ce82b32b5..4dca56cd7eee8f6913f3487e01cfd70c76ee2582 100644 (file)
 };
 
 &wmac {
+       pinctrl-names = "default", "pa_gpio";
+       pinctrl-0 = <&pa_pins>;
+       pinctrl-1 = <&pa_gpio_pins>;
+
        nvmem-cells = <&eeprom_factory_0>;
        nvmem-cell-names = "eeprom";
 };