From: Dario Binacchi <dario.binacchi@amarulasolutions.com>
To: linux-kernel@vger.kernel.org
Cc: alexandre.torgue@foss.st.com, francesco.utel@engicam.com,
linux-stm32@st-md-mailman.stormreply.com,
linux-arm-kernel@lists.infradead.org, domenico.acri@engicam.com,
michael@amarulasolutions.com, linux-amarula@amarulasolutions.com,
Dario Binacchi <dario.binacchi@amarulasolutions.com>,
Arnd Bergmann <arnd@arndb.de>,
Bjorn Andersson <andersson@kernel.org>,
Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>,
Eric Biggers <ebiggers@kernel.org>,
Geert Uytterhoeven <geert@linux-m68k.org>,
Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>,
Luca Weiss <luca.weiss@fairphone.com>,
Michal Simek <michal.simek@amd.com>, Sven Peter <sven@kernel.org>
Subject: [PATCH v8 16/16] arm64: defconfig: enable configs for Engicam MicroGEA-STM32MP257D-RMM
Date: Thu, 20 Aug 2026 11:12:24 +0200 [thread overview]
Message-ID: <20260820091652.43541-17-dario.binacchi@amarulasolutions.com> (raw)
In-Reply-To: <20260820091652.43541-1-dario.binacchi@amarulasolutions.com>
Enable I2C (touchscreen and audio codec), SPI (display configuration),
DRM panel and SAI (audio) configurations required to support the Engicam
MicroGEA-STM32MP257D-RMM board
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
---
(no changes since v7)
Changes in v7:
- Switch CONFIG_I2C_STM32F7 and CONFIG_SPI_STM32 to modules.
Changes in v6:
- Update arch/arm64/configs/defconfig to match the current upstream defconfig
after merge window changes (no functional changes).
Changes in v3:
- Drop patch "arm64: defconfig: cleanup the defconfig"
- Rebased after dropping patch "arm64: defconfig: cleanup the defconfig"
arch/arm64/configs/defconfig | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 6ec8d3a69c98..f6d3d94ab7db 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -636,6 +636,7 @@ CONFIG_I2C_RK3X=y
CONFIG_I2C_RZV2M=m
CONFIG_I2C_S3C2410=y
CONFIG_I2C_SH_MOBILE=y
+CONFIG_I2C_STM32F7=m
CONFIG_I2C_TEGRA=y
CONFIG_I2C_UNIPHIER_F=y
CONFIG_I2C_XILINX=m
@@ -673,6 +674,7 @@ CONFIG_SPI_QUP=y
CONFIG_SPI_QCOM_GENI=m
CONFIG_SPI_S3C64XX=y
CONFIG_SPI_SH_MSIOF=m
+CONFIG_SPI_STM32=m
CONFIG_SPI_STM32_OSPI=m
CONFIG_SPI_SUN6I=y
CONFIG_SPI_TEGRA210_QUAD=m
@@ -1018,6 +1020,7 @@ CONFIG_DRM_PANEL_LVDS=m
CONFIG_DRM_PANEL_HIMAX_HX8279=m
CONFIG_DRM_PANEL_HIMAX_HX83112A=m
CONFIG_DRM_PANEL_HIMAX_HX83112B=m
+CONFIG_DRM_PANEL_ILITEK_ILI9806E_SPI=m
CONFIG_DRM_PANEL_ILITEK_ILI9882T=m
CONFIG_DRM_PANEL_KHADAS_TS050=m
CONFIG_DRM_PANEL_MANTIX_MLAF057WE51=m
@@ -1120,6 +1123,7 @@ CONFIG_SND_SOC_ROCKCHIP_SPDIF=m
CONFIG_SND_SOC_ROCKCHIP_RT5645=m
CONFIG_SND_SOC_RK3399_GRU_SOUND=m
CONFIG_SND_SOC_SAMSUNG=m
+CONFIG_SND_SOC_STM32_SAI=m
CONFIG_SND_SUN8I_CODEC=m
CONFIG_SND_SUN8I_CODEC_ANALOG=m
CONFIG_SND_SUN50I_CODEC_ANALOG=m
--
2.43.0
prev parent reply other threads:[~2026-08-20 9:18 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-20 9:12 [PATCH v8 00/16] arm64: support Engicam MicroGEA-STM32MP257D-RMM board Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 01/16] dt-bindings: arm: stm32: " Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 02/16] arm64: dts: st: add power-domains to sdmmc1 on stm32mp231 Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 03/16] arm64: dts: st: add power-domains to sdmmc1 on stm32mp251 Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 04/16] arm64: dts: st: add SDMMC2 support on stm32mp25 Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 05/16] arm64: dts: st: add CAN1 " Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 06/16] arm64: dts: st: add i2c1 pins for stm32mp25 Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 07/16] arm64: dts: st: add ltdc " Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 08/16] arm64: dts: st: add can1 " Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 09/16] arm64: dts: st: add pwm2/pwm4 " Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 10/16] arm64: dts: st: add sai1 " Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 11/16] arm64: dts: st: add sdmmc2 " Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 12/16] arm64: dts: st: add spi1 " Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 13/16] arm64: dts: st: add usart1 " Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 14/16] arm64: dts: st: support Engicam MicroGEA-STM32MP257 SoM Dario Binacchi
2026-08-20 9:12 ` [PATCH v8 15/16] arm64: dts: st: support Engicam MicroGEA-STM32MP257D-RMM board Dario Binacchi
2026-08-20 9:25 ` sashiko-bot
2026-08-20 9:12 ` Dario Binacchi [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260820091652.43541-17-dario.binacchi@amarulasolutions.com \
--to=dario.binacchi@amarulasolutions.com \
--cc=alexandre.torgue@foss.st.com \
--cc=andersson@kernel.org \
--cc=arnd@arndb.de \
--cc=dmitry.baryshkov@oss.qualcomm.com \
--cc=domenico.acri@engicam.com \
--cc=ebiggers@kernel.org \
--cc=francesco.utel@engicam.com \
--cc=geert@linux-m68k.org \
--cc=krzysztof.kozlowski@oss.qualcomm.com \
--cc=linux-amarula@amarulasolutions.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=luca.weiss@fairphone.com \
--cc=michael@amarulasolutions.com \
--cc=michal.simek@amd.com \
--cc=sven@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.