Jelajahi Sumber

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 <[email protected]>
Lech Perczak 5 tahun lalu
induk
melakukan
94f3449977
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      target/linux/ath79/dts/ar9331_tplink_tl-mr3040-v2.dts

+ 1 - 0
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;
 		label-mac-device = &eth0;