From 342f55eeb3fda03b9aef9238f4d3bf6e4258192d Mon Sep 17 00:00:00 2001 From: INAGAKI Hiroshi Date: Tue, 12 Mar 2024 18:16:12 +0900 Subject: [PATCH] ath79: register all ttys as Linux console for ELECOM WAB-I1750-PS Register ttyS0 and ttyATH1 as Linux console on ELECOM WAB-I1750-PS. ttyS0 provides "SERVICE" port and internal pin header for debugging and recoverying by maker, ttyATH1 provides "SERIAL" port for configuration by users. Signed-off-by: INAGAKI Hiroshi --- target/linux/ath79/dts/qca9558_elecom_wab-i1750-ps.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/target/linux/ath79/dts/qca9558_elecom_wab-i1750-ps.dts b/target/linux/ath79/dts/qca9558_elecom_wab-i1750-ps.dts index 668f0ceadd..2d94f0c827 100644 --- a/target/linux/ath79/dts/qca9558_elecom_wab-i1750-ps.dts +++ b/target/linux/ath79/dts/qca9558_elecom_wab-i1750-ps.dts @@ -5,6 +5,10 @@ / { compatible = "elecom,wab-i1750-ps", "qca,qca9558"; model = "ELECOM WAB-I1750-PS"; + + chosen { + bootargs = "console=ttyATH1,115200n8 console=ttyS0,115200n8"; + }; }; &gpio { -- 2.30.2