public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Patrick DELAUNAY <patrick.delaunay@foss.st.com>
To: Patrice Chotard <patrice.chotard@foss.st.com>, <u-boot@lists.denx.de>
Cc: U-Boot STM32 <uboot-stm32@st-md-mailman.stormreply.com>,
	Gatien Chevallier <gatien.chevallier@foss.st.com>,
	Igor Opaniuk <igor.opaniuk@foundries.io>,
	Simon Glass <sjg@chromium.org>, Tom Rini <trini@konsulko.com>
Subject: Re: [PATCH v1 05/25] configs: stm32mp1: Enable BUTTON_GPIO flag for stm32mp13_defconfig
Date: Wed, 17 Apr 2024 11:04:48 +0200	[thread overview]
Message-ID: <e7aaa53c-355c-4424-9826-cd706aa73e53@foss.st.com> (raw)
In-Reply-To: <20240409150215.2497778-6-patrice.chotard@foss.st.com>

Hi,

On 4/9/24 17:01, Patrice Chotard wrote:
> Enable BUTTON_GPIO flag for STM32MP15.
>
> Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
> ---
>
>   configs/stm32mp13_defconfig | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/configs/stm32mp13_defconfig b/configs/stm32mp13_defconfig
> index db09e63100e..caaabf39ef3 100644
> --- a/configs/stm32mp13_defconfig
> +++ b/configs/stm32mp13_defconfig
> @@ -52,6 +52,8 @@ CONFIG_SYS_REDUNDAND_ENVIRONMENT=y
>   CONFIG_SYS_RELOC_GD_ENV_ADDR=y
>   CONFIG_SYS_MMC_ENV_DEV=-1
>   CONFIG_ENV_MMC_USE_DT=y
> +CONFIG_BUTTON=y
> +CONFIG_BUTTON_GPIO=y
>   CONFIG_CLK_SCMI=y
>   CONFIG_SET_DFU_ALT_INFO=y
>   CONFIG_USB_FUNCTION_FASTBOOT=y


Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>

Thanks
Patrick


  reply	other threads:[~2024-04-17  9:05 UTC|newest]

Thread overview: 79+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-09 15:01 [PATCH v1 00/25] stm32mp: Fix keys & leds management Patrice Chotard
2024-04-09 15:01 ` [PATCH v1 01/25] configs: stm32mp13: Enable FASTBOOT Patrice Chotard
2024-04-17  9:03   ` Patrick DELAUNAY
2024-04-18 11:48   ` Igor Opaniuk
2024-04-19 12:16     ` Patrice CHOTARD
2024-04-09 15:01 ` [PATCH v1 02/25] configs: stm32mp1: Enable BUTTON_GPIO flag for stm32mp15_defconfig Patrice Chotard
2024-04-17  9:03   ` Patrick DELAUNAY
2024-04-19 12:16     ` Patrice CHOTARD
2024-04-09 15:01 ` [PATCH v1 03/25] configs: stm32mp1: Enable BUTTON_GPIO flag for stm32mp15_basic_defconfig Patrice Chotard
2024-04-17  9:04   ` Patrick DELAUNAY
2024-04-19 12:16     ` Patrice CHOTARD
2024-04-09 15:01 ` [PATCH v1 04/25] configs: stm32mp1: Enable BUTTON_GPIO flag for stm32mp15_trusted_defconfig Patrice Chotard
2024-04-17  9:04   ` Patrick DELAUNAY
2024-04-19 12:16     ` Patrice CHOTARD
2024-04-09 15:01 ` [PATCH v1 05/25] configs: stm32mp1: Enable BUTTON_GPIO flag for stm32mp13_defconfig Patrice Chotard
2024-04-17  9:04   ` Patrick DELAUNAY [this message]
2024-04-18 11:48   ` Igor Opaniuk
2024-04-19 12:16     ` Patrice CHOTARD
2024-04-09 15:01 ` [PATCH v1 06/25] board: st: stmp32mp1: Use BUTTON UCLASS in board_key_check() Patrice Chotard
2024-04-17  9:05   ` Patrick DELAUNAY
2024-04-19 12:16     ` Patrice CHOTARD
2024-04-09 15:01 ` [PATCH v1 07/25] ARM: dts: stm32: Add gpio-keys for stm32mp135f-dk-u-boot Patrice Chotard
2024-04-17  9:06   ` Patrick DELAUNAY
2024-04-19 12:17     ` Patrice CHOTARD
2024-04-09 15:01 ` [PATCH v1 08/25] ARM: dts: stm32: Don't probe led-red/led-blue at boot " Patrice Chotard
2024-04-17  9:06   ` Patrick DELAUNAY
2024-04-19 12:17     ` Patrice CHOTARD
2024-04-09 15:01 ` [PATCH v1 09/25] ARM: dts: stm32: Clean led-red node " Patrice Chotard
2024-04-17  9:07   ` Patrick DELAUNAY
2024-04-19 12:21     ` Patrice CHOTARD
2024-04-09 15:02 ` [PATCH v1 10/25] ARM: dts: stm32: Add gpio-keys for stm32mp157a-dk1-scmi-u-boot Patrice Chotard
2024-04-17  9:07   ` Patrick DELAUNAY
2024-04-19 12:21     ` Patrice CHOTARD
2024-04-09 15:02 ` [PATCH v1 11/25] ARM: dts: stm32: Don't probe red led at boot " Patrice Chotard
2024-04-17  9:07   ` Patrick DELAUNAY
2024-04-19 12:21     ` Patrice CHOTARD
2024-04-09 15:02 ` [PATCH v1 12/25] ARM: dts: stm32: Update red led node " Patrice Chotard
2024-04-17  9:08   ` Patrick DELAUNAY
2024-04-19 12:21     ` Patrice CHOTARD
2024-04-09 15:02 ` [PATCH v1 13/25] ARM: dts: stm32: Add led-blue " Patrice Chotard
2024-04-17  9:09   ` Patrick DELAUNAY
2024-04-19 12:21     ` Patrice CHOTARD
2024-04-09 15:02 ` [PATCH v1 14/25] ARM: dts: stm32: Add gpio-keys for stm32mp157a-dk1-u-boot Patrice Chotard
2024-04-17  9:09   ` Patrick DELAUNAY
2024-04-19 12:26     ` Patrice CHOTARD
2024-04-09 15:02 ` [PATCH v1 15/25] ARM: dts: stm32: Don't probe red led at boot " Patrice Chotard
2024-04-17  9:09   ` Patrick DELAUNAY
2024-04-19 12:27     ` Patrice CHOTARD
2024-04-09 15:02 ` [PATCH v1 16/25] ARM: dts: stm32: Update red led node " Patrice Chotard
2024-04-17  9:10   ` Patrick DELAUNAY
2024-04-19 12:27     ` Patrice CHOTARD
2024-04-09 15:02 ` [PATCH v1 17/25] ARM: dts: stm32: Update u-boot, boot-led " Patrice Chotard
2024-04-17  9:10   ` [PATCH v1 17/25] ARM: dts: stm32: Update u-boot,boot-led " Patrick DELAUNAY
2024-04-19 12:27     ` Patrice CHOTARD
2024-04-09 15:02 ` [PATCH v1 18/25] ARM: dts: stm32: Add gpio-keys for stm32mp157c-ed1-u-boot Patrice Chotard
2024-04-17  9:11   ` Patrick DELAUNAY
2024-04-19 12:27     ` Patrice CHOTARD
2024-04-09 15:02 ` [PATCH v1 19/25] ARM: dts: stm32: Don't probe red led at boot " Patrice Chotard
2024-04-17  9:11   ` Patrick DELAUNAY
2024-04-19 12:27     ` Patrice CHOTARD
2024-04-09 15:02 ` [PATCH v1 20/25] ARM: dts: stm32: Update red led node " Patrice Chotard
2024-04-17  9:11   ` Patrick DELAUNAY
2024-04-19 12:27     ` Patrice CHOTARD
2024-04-09 15:02 ` [PATCH v1 21/25] ARM: dts: stm32: Add led-blue " Patrice Chotard
2024-04-17  9:11   ` Patrick DELAUNAY
2024-04-19 12:30     ` Patrice CHOTARD
2024-04-09 15:02 ` [PATCH v1 22/25] ARM: dts: stm32: Add gpio-keys for stm32mp157c-ed1-scmi-u-boot Patrice Chotard
2024-04-17  9:12   ` Patrick DELAUNAY
2024-04-19 12:30     ` Patrice CHOTARD
2024-04-09 15:02 ` [PATCH v1 23/25] ARM: dts: stm32: Don't probe red led at boot " Patrice Chotard
2024-04-17  9:13   ` Patrick DELAUNAY
2024-04-19 12:30     ` Patrice CHOTARD
2024-04-19 12:30   ` Patrice CHOTARD
2024-04-09 15:02 ` [PATCH v1 24/25] ARM: dts: stm32: Update red led node " Patrice Chotard
2024-04-17  9:13   ` Patrick DELAUNAY
2024-04-19 12:30     ` Patrice CHOTARD
2024-04-09 15:02 ` [PATCH v1 25/25] ARM: dts: stm32: Add led-blue " Patrice Chotard
2024-04-17  9:28   ` Patrick DELAUNAY
2024-04-19 12:32     ` Patrice CHOTARD

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=e7aaa53c-355c-4424-9826-cd706aa73e53@foss.st.com \
    --to=patrick.delaunay@foss.st.com \
    --cc=gatien.chevallier@foss.st.com \
    --cc=igor.opaniuk@foundries.io \
    --cc=patrice.chotard@foss.st.com \
    --cc=sjg@chromium.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-stm32@st-md-mailman.stormreply.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox