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>
        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 = <ðphy4>;
 
        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 = <ðphy7>;