Commit d9a683f5 authored by Arınç ÜNAL's avatar Arınç ÜNAL Committed by Thomas Bogendoerfer

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: default avatarArınç ÜNAL <arinc.unal@arinc9.com>
Reviewed-by: default avatarSergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent 6faf0dbd
...@@ -97,18 +97,6 @@ &pcie { ...@@ -97,18 +97,6 @@ &pcie {
status = "okay"; status = "okay";
}; };
&pinctrl {
pinctrl-names = "default";
pinctrl-0 = <&state_default>;
state_default: state-default {
gpio-pinmux {
groups = "uart3", "wdt";
function = "gpio";
};
};
};
&gmac1 { &gmac1 {
status = "okay"; status = "okay";
phy-handle = <&ethphy4>; phy-handle = <&ethphy4>;
......
...@@ -81,18 +81,6 @@ &pcie { ...@@ -81,18 +81,6 @@ &pcie {
status = "okay"; status = "okay";
}; };
&pinctrl {
pinctrl-names = "default";
pinctrl-0 = <&state_default>;
state_default: state-default {
gpio-pinmux {
groups = "wdt";
function = "gpio";
};
};
};
&gmac1 { &gmac1 {
status = "okay"; status = "okay";
phy-handle = <&ethphy7>; phy-handle = <&ethphy7>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment