ath79: enable gpio on ar933x by default

All other SoC DTSI files have gpio enabled by default, only
ar9330/ar9331 disable it by default, only to have it enabled again
afterwards for each individual device.

So, do not disable it in the first place, and drop all device-specific
status statements afterwards.

Though this is a cosmetic commit, it might be a pitfall for
device-support backporters if missing. Since backporting it is trivial,
let's just do it.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
(cherry picked from commit dc1280ef65)
This commit is contained in:
Adrian Schmutzler 2020-07-03 17:21:12 +02:00
parent 3df63fba70
commit 008db6b970
12 changed files with 0 additions and 46 deletions

View File

@ -57,8 +57,6 @@
interrupt-controller;
#interrupt-cells = <2>;
status = "disabled";
};
pinmux: pinmux@18040028 {

View File

@ -67,10 +67,6 @@
status = "okay";
};
&gpio {
status = "okay";
};
&usb {
dr_mode = "host";
status = "okay";

View File

@ -56,10 +56,6 @@
status = "okay";
};
&gpio {
status = "okay";
};
&usb {
dr_mode = "host";
status = "okay";

View File

@ -53,10 +53,6 @@
status = "okay";
};
&gpio {
status = "okay";
};
&usb {
dr_mode = "host";
status = "okay";

View File

@ -49,10 +49,6 @@
status = "okay";
};
&gpio {
status = "okay";
};
&usb {
dr_mode = "host";
status = "okay";

View File

@ -56,10 +56,6 @@
status = "okay";
};
&gpio {
status = "okay";
};
&usb {
dr_mode = "host";
status = "okay";

View File

@ -102,10 +102,6 @@
compatible = "syscon", "simple-mfd";
};
&gpio {
status = "okay";
};
&uart {
status = "okay";
};

View File

@ -90,10 +90,6 @@
status = "okay";
};
&gpio {
status = "okay";
};
&usb {
#address-cells = <1>;
#size-cells = <0>;

View File

@ -86,10 +86,6 @@
status = "okay";
};
&gpio {
status = "okay";
};
&usb {
#address-cells = <1>;
#size-cells = <0>;

View File

@ -99,10 +99,6 @@
compatible = "syscon", "simple-mfd";
};
&gpio {
status = "okay";
};
&uart {
status = "okay";
};

View File

@ -105,10 +105,6 @@
mtd-mac-address-increment = <(-1)>;
};
&gpio {
status = "okay";
};
&uart {
status = "okay";
};

View File

@ -141,10 +141,6 @@
mtd-mac-address-increment = <(-1)>;
};
&gpio {
status = "okay";
};
&uart {
status = "okay";
};