diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-02-24 01:52:34 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-02-24 02:53:53 +0100 |
commit | 3a4b751110b32380cf827f14a203190cfbc2e40f (patch) | |
tree | 135fe08d50786c8f7a697dde043a95908567fe6d /target/linux/ath79/dts/ar9341_tplink.dtsi | |
parent | 1322150b0cc8acdb7fbcf7115a5201803fc4986d (diff) | |
download | upstream-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/ar9341_tplink.dtsi')
-rw-r--r-- | target/linux/ath79/dts/ar9341_tplink.dtsi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/ath79/dts/ar9341_tplink.dtsi b/target/linux/ath79/dts/ar9341_tplink.dtsi index f229a1917e..26410bcc11 100644 --- a/target/linux/ath79/dts/ar9341_tplink.dtsi +++ b/target/linux/ath79/dts/ar9341_tplink.dtsi @@ -7,7 +7,6 @@ / { aliases { - serial0 = &uart; led-boot = &led_power; led-failsafe = &led_power; led-running = &led_power; @@ -66,10 +65,6 @@ clock-frequency = <25000000>; }; -&uart { - status = "okay"; -}; - &gpio { pinctrl-names = "default"; pinctrl-0 = <&jtag_disable_pins &pmx_usb_power>; |