aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-02-24 01:52:34 +0100
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-02-24 02:53:53 +0100
commit3a4b751110b32380cf827f14a203190cfbc2e40f (patch)
tree135fe08d50786c8f7a697dde043a95908567fe6d /target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts
parent1322150b0cc8acdb7fbcf7115a5201803fc4986d (diff)
downloadupstream-3a4b751110b32380cf827f14a203190cfbc2e40f.tar.gz
upstream-3a4b751110b32380cf827f14a203190cfbc2e40f.tar.bz2
upstream-3a4b751110b32380cf827f14a203190cfbc2e40f.zip
ath79: enable UART in SoC DTSI files
The uart node is enabled on all devices except one (GL-USB150 *). Thus, let's not have a few hundred nodes to enable it, but do not disable it in the first place. Where the majority of devices is using it, also move the serial0 alias to the DTSI. *) Since GL-USB150 even defines serial0 alias, the missing uart is probably just a mistake. Anyway, disable it for now so this patch stays cosmetic. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts')
-rw-r--r--target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts5
1 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts b/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts
index 12f1e93d44..48bf4d159f 100644
--- a/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts
+++ b/target/linux/ath79/dts/ar9331_embeddedwireless_dorin.dts
@@ -14,7 +14,6 @@
led-failsafe = &led_status;
led-running = &led_status;
led-upgrade = &led_status;
- serial0 = &uart;
};
leds {
@@ -43,10 +42,6 @@
};
};
-&uart {
- status = "okay";
-};
-
&usb {
dr_mode = "host";
status = "okay";