aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorShiji Yang <yangshiji66@qq.com>2021-03-01 14:35:12 +0800
committerHauke Mehrtens <hauke@hauke-m.de>2021-03-19 01:25:26 +0100
commita94a20373ba0c817ddb03da0bf15af6c8d6a09ff (patch)
tree58897717d804e9317b635572dafc8274b4000046 /target
parentcbc37d60cb416d83eae492ef8c38e40c9f739811 (diff)
downloadupstream-a94a20373ba0c817ddb03da0bf15af6c8d6a09ff.tar.gz
upstream-a94a20373ba0c817ddb03da0bf15af6c8d6a09ff.tar.bz2
upstream-a94a20373ba0c817ddb03da0bf15af6c8d6a09ff.zip
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>
Diffstat (limited to 'target')
-rw-r--r--target/linux/ramips/dts/mt7620a_hiwifi_hc5761.dts11
-rw-r--r--target/linux/ramips/dts/mt7620a_hiwifi_hc5861.dts5
-rw-r--r--target/linux/ramips/dts/mt7620a_hiwifi_hc5x61.dtsi22
3 files changed, 16 insertions, 22 deletions
diff --git a/target/linux/ramips/dts/mt7620a_hiwifi_hc5761.dts b/target/linux/ramips/dts/mt7620a_hiwifi_hc5761.dts
index 5b67779984..d1a7f69e17 100644
--- a/target/linux/ramips/dts/mt7620a_hiwifi_hc5761.dts
+++ b/target/linux/ramips/dts/mt7620a_hiwifi_hc5761.dts
@@ -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 {
diff --git a/target/linux/ramips/dts/mt7620a_hiwifi_hc5861.dts b/target/linux/ramips/dts/mt7620a_hiwifi_hc5861.dts
index 08163e56ba..d77df2158c 100644
--- a/target/linux/ramips/dts/mt7620a_hiwifi_hc5861.dts
+++ b/target/linux/ramips/dts/mt7620a_hiwifi_hc5861.dts
@@ -104,3 +104,8 @@
ieee80211-freq-limit = <5000000 6000000>;
};
};
+
+&wmac {
+ pinctrl-names = "default";
+ pinctrl-0 = <&pa_pins>;
+};
diff --git a/target/linux/ramips/dts/mt7620a_hiwifi_hc5x61.dtsi b/target/linux/ramips/dts/mt7620a_hiwifi_hc5x61.dtsi
index 8d5d8e95ee..369e407319 100644
--- a/target/linux/ramips/dts/mt7620a_hiwifi_hc5x61.dtsi
+++ b/target/linux/ramips/dts/mt7620a_hiwifi_hc5x61.dtsi
@@ -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 {