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/qca9531_compex_wpj531-16m.dts | |
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/qca9531_compex_wpj531-16m.dts')
-rw-r--r-- | target/linux/ath79/dts/qca9531_compex_wpj531-16m.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/ath79/dts/qca9531_compex_wpj531-16m.dts b/target/linux/ath79/dts/qca9531_compex_wpj531-16m.dts index 2cc9d46fac..89822586ff 100644 --- a/target/linux/ath79/dts/qca9531_compex_wpj531-16m.dts +++ b/target/linux/ath79/dts/qca9531_compex_wpj531-16m.dts @@ -60,10 +60,6 @@ }; }; -&uart { - status = "okay"; -}; - &pinmux { pinmux_led_eth_pins: pinmux_led_eth_pins { pinctrl-single,bits = <0x8 0x2b000000 0xff000000>, <0xc 0x00002d00 0x0000ff00>; |