[PATCH v2] arm: multi_v7_defconfig: Enable more OMAP related configs

Beleswar Padhi posted 1 patch 1 month, 2 weeks ago
arch/arm/configs/multi_v7_defconfig | 2 ++
1 file changed, 2 insertions(+)
[PATCH v2] arm: multi_v7_defconfig: Enable more OMAP related configs
Posted by Beleswar Padhi 1 month, 2 weeks ago
This allows us to enable various peripherals in the TI OMAP family
platforms like AM571X-IDK, AM572X-IDK, AM574X-IDK, AM57XX-BEAGLE-X15,
AM57XX-EVM using the multi_v7_defconfig, instead of only with the
OMAP specific defconfigs.

DRM_PANEL_OSD_OSD101T2587_53TS:
Enables OSD LCD panel support used in AM57XX evaluation modules.

SPI_TI_QSPI:
Enables TI's QSPI master controller driver for accessing flash devices
on OMAP5 platforms.

Signed-off-by: Beleswar Padhi <b-padhi@ti.com>
---
v2: Changelog:
1. Enabled only OMAP related configs as modules.
Dropped userspace distribution related configs and other generic ones.

Link to v1:
https://lore.kernel.org/all/20250806141808.4013462-1-b-padhi@ti.com/

 arch/arm/configs/multi_v7_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index f2822eeefb95..2b226b0ecaa2 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -453,6 +453,7 @@ CONFIG_SPI_GXP=m
 CONFIG_SPI_GPIO=m
 CONFIG_SPI_FSL_DSPI=m
 CONFIG_SPI_OMAP24XX=y
+CONFIG_SPI_TI_QSPI=m
 CONFIG_SPI_ORION=y
 CONFIG_SPI_PL022=y
 CONFIG_SPI_ROCKCHIP=m
@@ -747,6 +748,7 @@ CONFIG_DRM_PANEL_SIMPLE=y
 CONFIG_DRM_PANEL_EDP=y
 CONFIG_DRM_PANEL_SAMSUNG_LD9040=m
 CONFIG_DRM_PANEL_ORISETECH_OTM8009A=m
+CONFIG_DRM_PANEL_OSD_OSD101T2587_53TS=m
 CONFIG_DRM_PANEL_RAYDIUM_RM68200=m
 CONFIG_DRM_PANEL_SAMSUNG_S6E63J0X03=m
 CONFIG_DRM_PANEL_SAMSUNG_S6E8AA0=m
-- 
2.34.1
Re: [PATCH v2] arm: multi_v7_defconfig: Enable more OMAP related configs
Posted by Judith Mendez 1 month, 1 week ago
Hi Beleswar,

On 8/19/25 5:11 AM, Beleswar Padhi wrote:
> This allows us to enable various peripherals in the TI OMAP family
> platforms like AM571X-IDK, AM572X-IDK, AM574X-IDK, AM57XX-BEAGLE-X15,
> AM57XX-EVM using the multi_v7_defconfig, instead of only with the
> OMAP specific defconfigs.
> 
> DRM_PANEL_OSD_OSD101T2587_53TS:
> Enables OSD LCD panel support used in AM57XX evaluation modules.
> 
> SPI_TI_QSPI:
> Enables TI's QSPI master controller driver for accessing flash devices
> on OMAP5 platforms.
> 
> Signed-off-by: Beleswar Padhi <b-padhi@ti.com>

Thanks for the patch, QSPI config is needed for am437x.

Reviewed-by: Judith Mendez <jm@ti.com>
Re: [PATCH v2] arm: multi_v7_defconfig: Enable more OMAP related configs
Posted by Kevin Hilman 1 month, 1 week ago
Beleswar Padhi <b-padhi@ti.com> writes:

> This allows us to enable various peripherals in the TI OMAP family
> platforms like AM571X-IDK, AM572X-IDK, AM574X-IDK, AM57XX-BEAGLE-X15,
> AM57XX-EVM using the multi_v7_defconfig, instead of only with the
> OMAP specific defconfigs.
>
> DRM_PANEL_OSD_OSD101T2587_53TS:
> Enables OSD LCD panel support used in AM57XX evaluation modules.
>
> SPI_TI_QSPI:
> Enables TI's QSPI master controller driver for accessing flash devices
> on OMAP5 platforms.
>
> Signed-off-by: Beleswar Padhi <b-padhi@ti.com>

Boot tested on am437x-gp-evm and am57xx-beagle-x15

Reviewed-by: Kevin Hilman <khilman@baylibre.com>
Tested-by: Kevin Hilman <khilman@baylibre.com>

Kevin
Re: [PATCH v2] arm: multi_v7_defconfig: Enable more OMAP related configs
Posted by Krzysztof Kozlowski 1 month, 2 weeks ago
On 19/08/2025 12:11, Beleswar Padhi wrote:
> This allows us to enable various peripherals in the TI OMAP family
> platforms like AM571X-IDK, AM572X-IDK, AM574X-IDK, AM57XX-BEAGLE-X15,
> AM57XX-EVM using the multi_v7_defconfig, instead of only with the
> OMAP specific defconfigs.
> 
> DRM_PANEL_OSD_OSD101T2587_53TS:
> Enables OSD LCD panel support used in AM57XX evaluation modules.
> 
> SPI_TI_QSPI:
> Enables TI's QSPI master controller driver for accessing flash devices
> on OMAP5 platforms.
> 
> Signed-off-by: Beleswar Padhi <b-padhi@ti.com>
> ---

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof