ath79: drop redundant status for gpio target-wide

All definitions of gpio in SoC DTSI files do not set status, i.e.
have it enabled. This drops all remaining redundant "status = okay"
definitions in descendent files (mostly older ones).

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Adrian Schmutzler
2020-07-03 17:33:10 +02:00
parent dc1280ef65
commit b123ffdf6e
37 changed files with 0 additions and 136 deletions

View File

@@ -80,10 +80,6 @@
status = "okay";
};
&gpio {
status = "okay";
};
&usb_phy0 {
status = "okay";
};