From 7054721cf94f4aa8fe71ac4c28c922b19a69ba1d Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Wed, 24 Feb 2021 01:52:34 +0100 Subject: 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. Apply this to 21.02 as well to remove an unnecessary backporting pitfall. Signed-off-by: Adrian Schmutzler (cherry picked from commit 3a4b751110b32380cf827f14a203190cfbc2e40f) --- target/linux/ath79/dts/ar9341_tplink_tl-wa.dtsi | 5 ----- 1 file changed, 5 deletions(-) (limited to 'target/linux/ath79/dts/ar9341_tplink_tl-wa.dtsi') diff --git a/target/linux/ath79/dts/ar9341_tplink_tl-wa.dtsi b/target/linux/ath79/dts/ar9341_tplink_tl-wa.dtsi index 8f40675d91..499ef98201 100644 --- a/target/linux/ath79/dts/ar9341_tplink_tl-wa.dtsi +++ b/target/linux/ath79/dts/ar9341_tplink_tl-wa.dtsi @@ -7,7 +7,6 @@ / { aliases { - serial0 = &uart; label-mac-device = &wmac; }; }; @@ -50,10 +49,6 @@ }; }; -&uart { - status = "okay"; -}; - ð0 { status = "okay"; -- cgit v1.2.3