summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLech Perczak <lech.perczak@gmail.com>2020-05-08 00:41:36 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-05-11 11:17:59 +0200
commitecea10f2b9955d04b6806842976bb9e2b4afca3f (patch)
treed087ce8063b5ff299785dde4e79ada12a45bcc7b
parenta8c92e9eda1f9f801345255eac80bf16f65f6f4c (diff)
downloadopenwrt-ecea10f2b9955d04b6806842976bb9e2b4afca3f.tar.gz
openwrt-ecea10f2b9955d04b6806842976bb9e2b4afca3f.tar.bz2
openwrt-ecea10f2b9955d04b6806842976bb9e2b4afca3f.zip
ath79: dts: add missing 'serial0' alias for TP-Link TL-MR3040v2
Out of all devices currently supported based on AR9331 chipset, this one had the 'serial0' alias missing. Add it to fix setting of /dev/console and login shell on the onboard UART. Signed-off-by: Lech Perczak <lech.perczak@gmail.com> (cherry picked from commit 94f344997769a9a18e2d73574d9d17785828955d)
-rw-r--r--target/linux/ath79/dts/ar9331_tplink_tl-mr3040-v2.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/dts/ar9331_tplink_tl-mr3040-v2.dts b/target/linux/ath79/dts/ar9331_tplink_tl-mr3040-v2.dts
index ebf4d4485f..6fc4b6868b 100644
--- a/target/linux/ath79/dts/ar9331_tplink_tl-mr3040-v2.dts
+++ b/target/linux/ath79/dts/ar9331_tplink_tl-mr3040-v2.dts
@@ -11,6 +11,7 @@
compatible = "tplink,tl-mr3040-v2", "qca,ar9331";
aliases {
+ serial0 = &uart;
led-boot = &led_lan;
led-failsafe = &led_lan;
};