2
0
forked from Ivasoft/openwrt

ramips: drop redundant status for gpio/gpio0

The first gpio controller (gpio or gpio0) is always enabled by
default in the SoC DTSI files. No need to set status=okay in the
device DTS files a second time.

Remove the redundant statements.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Adrian Schmutzler
2020-12-01 14:14:59 +01:00
parent 72bd92bea0
commit aafee2b3e9
45 changed files with 0 additions and 180 deletions

View File

@@ -45,10 +45,6 @@
};
};
&gpio0 {
status = "okay";
};
&gpio2 {
status = "okay";
};