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>,
Fabrice Gasnier <fabrice.gasnier@foss.st.com>,
Tom Rini <trini@konsulko.com>
Subject: Re: [PATCH v1 07/25] ARM: dts: stm32: Add gpio-keys for stm32mp135f-dk-u-boot
Date: Wed, 17 Apr 2024 11:06:21 +0200 [thread overview]
Message-ID: <ffb64338-341d-409d-8f27-e615cc9a6f9d@foss.st.com> (raw)
In-Reply-To: <20240409150215.2497778-8-patrice.chotard@foss.st.com>
Hi
On 4/9/24 17:01, Patrice Chotard wrote:
> Add 2 gpio-keys :
> _ button-user-1 for stm32prog mode activation.
> _ update button-user's label (defined in kernel DT) to match label
> requested in board_key_check() for fastboot mode activation.
>
> Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
> ---
>
> arch/arm/dts/stm32mp135f-dk-u-boot.dtsi | 13 +++++++++++++
> 1 file changed, 13 insertions(+)
>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Thanks
Patrick
next prev parent reply other threads:[~2024-04-17 9:06 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
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 [this message]
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=ffb64338-341d-409d-8f27-e615cc9a6f9d@foss.st.com \
--to=patrick.delaunay@foss.st.com \
--cc=fabrice.gasnier@foss.st.com \
--cc=patrice.chotard@foss.st.com \
--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