From: Lech Perczak Date: Thu, 7 May 2020 22:41:36 +0000 (+0200) Subject: ath79: dts: add missing 'serial0' alias for TP-Link TL-MR3040v2 X-Git-Tag: v1.5.2^2~28 X-Git-Url: https://git.librecmc.org/?p=librecmc%2Flibrecmc.git;a=commitdiff_plain;h=45f640099b311bb0f98419f686261a8c7eb8ecf0 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 (cherry picked from commit 94f344997769a9a18e2d73574d9d17785828955d) --- 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; };