summaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorArınç ÜNAL <arinc.unal@arinc9.com>2022-04-11 14:20:49 +0300
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2022-04-27 10:43:59 +0200
commitd9a683f57b5b4ba9814a49963346cadf562dad2f (patch)
tree84d6aa2954b40bfb1874a4c558b69b3482018143 /arch/mips
parent6faf0dbdc61d33db27e2933c519e384419ad9dbb (diff)
downloadlinux-d9a683f57b5b4ba9814a49963346cadf562dad2f.tar.bz2
mips: dts: ralink: mt7621: remove defining gpio function for pin groups
All pin groups function as gpio unless set otherwise. Therefore, remove this unnecessary binding. Tested on UniElec U7621-06-16M on OpenWrt. Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com> Reviewed-by: Sergio Paracuellos <sergio.paracuellos@gmail.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/boot/dts/ralink/mt7621-gnubee-gb-pc1.dts12
-rw-r--r--arch/mips/boot/dts/ralink/mt7621-gnubee-gb-pc2.dts12
2 files changed, 0 insertions, 24 deletions
diff --git a/arch/mips/boot/dts/ralink/mt7621-gnubee-gb-pc1.dts b/arch/mips/boot/dts/ralink/mt7621-gnubee-gb-pc1.dts
index 8e5a06080ad4..37037e4f3c3b 100644
--- a/arch/mips/boot/dts/ralink/mt7621-gnubee-gb-pc1.dts
+++ b/arch/mips/boot/dts/ralink/mt7621-gnubee-gb-pc1.dts
@@ -97,18 +97,6 @@
status = "okay";
};
-&pinctrl {
- pinctrl-names = "default";
- pinctrl-0 = <&state_default>;
-
- state_default: state-default {
- gpio-pinmux {
- groups = "uart3", "wdt";
- function = "gpio";
- };
- };
-};
-
&gmac1 {
status = "okay";
phy-handle = <&ethphy4>;
diff --git a/arch/mips/boot/dts/ralink/mt7621-gnubee-gb-pc2.dts b/arch/mips/boot/dts/ralink/mt7621-gnubee-gb-pc2.dts
index 1601baa270a4..a6201a119a1f 100644
--- a/arch/mips/boot/dts/ralink/mt7621-gnubee-gb-pc2.dts
+++ b/arch/mips/boot/dts/ralink/mt7621-gnubee-gb-pc2.dts
@@ -81,18 +81,6 @@
status = "okay";
};
-&pinctrl {
- pinctrl-names = "default";
- pinctrl-0 = <&state_default>;
-
- state_default: state-default {
- gpio-pinmux {
- groups = "wdt";
- function = "gpio";
- };
- };
-};
-
&gmac1 {
status = "okay";
phy-handle = <&ethphy7>;