2019-01-07 19:47:44

by Alban

[permalink] [raw]
Subject: [PATCH] MIPS: ath79: Enable OF serial ports in the default config

CONFIG_SERIAL_OF_PLATFORM is needed to get a working console on the OF
boards, enable it in the default config to get a working setup out of
the box.

Signed-off-by: Alban Bedel <[email protected]>
---
arch/mips/configs/ath79_defconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/mips/configs/ath79_defconfig b/arch/mips/configs/ath79_defconfig
index 4e4ec779f182..6f981af67826 100644
--- a/arch/mips/configs/ath79_defconfig
+++ b/arch/mips/configs/ath79_defconfig
@@ -66,6 +66,7 @@ CONFIG_SERIAL_8250_CONSOLE=y
# CONFIG_SERIAL_8250_PCI is not set
CONFIG_SERIAL_8250_NR_UARTS=1
CONFIG_SERIAL_8250_RUNTIME_UARTS=1
+CONFIG_SERIAL_OF_PLATFORM=y
CONFIG_SERIAL_AR933X=y
CONFIG_SERIAL_AR933X_CONSOLE=y
# CONFIG_HW_RANDOM is not set
--
2.19.1



2019-01-07 21:42:11

by Paul Burton

[permalink] [raw]
Subject: Re: [PATCH] MIPS: ath79: Enable OF serial ports in the default config

Hello,

Alban Bedel wrote:
> CONFIG_SERIAL_OF_PLATFORM is needed to get a working console on the OF
> boards, enable it in the default config to get a working setup out of
> the box.
>
> Signed-off-by: Alban Bedel <[email protected]>

Applied to mips-fixes.

Thanks,
Paul

[ This message was auto-generated; if you believe anything is incorrect
then please email [email protected] to report it. ]