[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210504193457.4008384-2-clabbe@baylibre.com>
Date: Tue, 4 May 2021 19:34:53 +0000
From: Corentin Labbe <clabbe@...libre.com>
To: arnd@...db.de, kaloz@...nwrt.org, khalasa@...p.pl,
linusw@...nel.org, linux@...linux.org.uk, olof@...om.net,
robh+dt@...nel.org, soc@...nel.org
Cc: devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, Corentin Labbe <clabbe@...libre.com>
Subject: [PATCH 1/5] ARM: ixp4xx_defconfig: add CONFIG_SERIAL_OF_PLATFORM
My ixp42x-welltech-epbx100 does not print anything on console without
CONFIG_SERIAL_OF_PLATFORM.
Signed-off-by: Corentin Labbe <clabbe@...libre.com>
---
arch/arm/configs/ixp4xx_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/ixp4xx_defconfig b/arch/arm/configs/ixp4xx_defconfig
index 0d6edeb27659..e3bcf2bed25c 100644
--- a/arch/arm/configs/ixp4xx_defconfig
+++ b/arch/arm/configs/ixp4xx_defconfig
@@ -152,6 +152,7 @@ CONFIG_INPUT_IXP4XX_BEEPER=y
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_NR_UARTS=2
+CONFIG_SERIAL_OF_PLATFORM=y
CONFIG_I2C=y
CONFIG_I2C_CHARDEV=y
CONFIG_SENSORS_W83781D=y
--
2.26.3
Powered by blists - more mailing lists