From 3a4b751110b32380cf827f14a203190cfbc2e40f 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. Signed-off-by: Adrian Schmutzler --- target/linux/ath79/dts/qca9533_tplink_tl-wr841.dtsi | 4 ---- 1 file changed, 4 deletions(-) (limited to 'target/linux/ath79/dts/qca9533_tplink_tl-wr841.dtsi') diff --git a/target/linux/ath79/dts/qca9533_tplink_tl-wr841.dtsi b/target/linux/ath79/dts/qca9533_tplink_tl-wr841.dtsi index 842815d683..4166686795 100644 --- a/target/linux/ath79/dts/qca9533_tplink_tl-wr841.dtsi +++ b/target/linux/ath79/dts/qca9533_tplink_tl-wr841.dtsi @@ -69,10 +69,6 @@ }; }; -&uart { - status = "okay"; -}; - &spi { status = "okay"; -- cgit v1.2.3