ramips: improve GPIO pin control for HC5x61

HC5661 does not have USB port, remove usb power control pin.
HC5x61 do not have LAN LEDs, remove ethernet LED control pin.
Only HC5861 has PA in 2.4G channel.

Signed-off-by: Shiji Yang <yangshiji66@qq.com>
This commit is contained in:
Shiji Yang 2021-03-01 14:35:12 +08:00 committed by Hauke Mehrtens
parent cbc37d60cb
commit a94a20373b
3 changed files with 16 additions and 22 deletions

View File

@ -36,6 +36,17 @@
linux,default-trigger = "phy0tpt";
};
};
gpio_export {
compatible = "gpio-export";
#size-cells = <0>;
usbpower {
gpio-export,name = "usbpower";
gpio-export,output = <1>;
gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
};
};
};
&ehci {

View File

@ -104,3 +104,8 @@
ieee80211-freq-limit = <5000000 6000000>;
};
};
&wmac {
pinctrl-names = "default";
pinctrl-0 = <&pa_pins>;
};

View File

@ -19,23 +19,6 @@
linux,code = <KEY_RESTART>;
};
};
gpio_export {
compatible = "gpio-export";
#size-cells = <0>;
usbpower {
gpio-export,name = "usbpower";
gpio-export,output = <1>;
gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>;
};
};
};
&sysc {
ralink,gpiomux = "i2c", "jtag";
ralink,uartmux = "gpio";
ralink,wdtmux = <1>;
};
&gpio3 {
@ -101,9 +84,6 @@
};
&ethernet {
pinctrl-names = "default";
pinctrl-0 = <&ephy_pins>;
mtd-mac-address = <&factory 0x4>;
mediatek,portmap = "wllll";
@ -115,8 +95,6 @@
&wmac {
ralink,mtd-eeprom = <&factory 0x0>;
pinctrl-names = "default";
pinctrl-0 = <&pa_pins>;
};
&state_default {