[PATCH v2 3/4] configs: stm32mp13: Enable MFD timer and PWM for stm32mp13_defconfig
Patrice CHOTARD
patrice.chotard at foss.st.com
Wed Mar 12 16:41:44 CET 2025
On 3/11/25 15:30, Cheick Traore wrote:
> Enable the following configs:
>
> * CONFIG_MFD_STM32_TIMERS: enables support for the STM32 multifunction
> timer
> * CONFIG_DM_PWM: enables support for pulse-width modulation devices
> * CONFIG_CMD_PWM: enables 'pwm' command to control PWM channels
> * CONFIG_PWM_STM32: enables support for the STM32 PWM devices
>
> Signed-off-by: Cheick Traore <cheick.traore at foss.st.com>
> Reviewed-by: Patrice Chotard <patrice.chotard at foss.st.com>
> ---
>
> (no changes since v1)
>
> configs/stm32mp13_defconfig | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/configs/stm32mp13_defconfig b/configs/stm32mp13_defconfig
> index 0acd1487c9a..4c6a7f82fe5 100644
> --- a/configs/stm32mp13_defconfig
> +++ b/configs/stm32mp13_defconfig
> @@ -10,6 +10,7 @@ CONFIG_SYS_LOAD_ADDR=0xc2000000
> CONFIG_STM32MP13X=y
> CONFIG_DDR_CACHEABLE_SIZE=0x8000000
> CONFIG_CMD_STM32KEY=y
> +CONFIG_MFD_STM32_TIMERS=y
> CONFIG_TARGET_ST_STM32MP13X=y
> CONFIG_ENV_OFFSET_REDUND=0x940000
> CONFIG_CMD_STM32PROG=y
> @@ -31,6 +32,7 @@ CONFIG_CMD_UNZIP=y
> CONFIG_CMD_CLK=y
> CONFIG_CMD_FUSE=y
> CONFIG_CMD_GPIO=y
> +CONFIG_CMD_PWM=y
> CONFIG_CMD_I2C=y
> CONFIG_CMD_LSBLK=y
> CONFIG_CMD_MMC=y
> @@ -80,6 +82,8 @@ CONFIG_DM_REGULATOR=y
> CONFIG_DM_REGULATOR_FIXED=y
> CONFIG_DM_REGULATOR_GPIO=y
> CONFIG_DM_REGULATOR_SCMI=y
> +CONFIG_DM_PWM=y
> +CONFIG_PWM_STM32=y
> CONFIG_RESET_SCMI=y
> CONFIG_DM_RNG=y
> CONFIG_RNG_STM32=y
Applied to u-boot-stm32/next
Thanks
Patrice
More information about the U-Boot
mailing list