From: Sascha Hauer <s.hauer@pengutronix.de>
To: Robin van der Gracht <robin@protonic.nl>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH] ARM: boards: protonic-imx6: prtvt7: Use the input system for key detection
Date: Tue, 1 Apr 2025 07:58:16 +0200 [thread overview]
Message-ID: <Z-uAeJBk49WRASr9@pengutronix.de> (raw)
In-Reply-To: <20250331150528.3270385-1-robin@protonic.nl>
On Mon, Mar 31, 2025 at 05:05:28PM +0200, Robin van der Gracht wrote:
> Static gpio mapping is deprecated. Instead query the gpio-keys driver for
> pressed keys.
>
> Signed-off-by: Robin van der Gracht <robin@protonic.nl>
> ---
> arch/arm/boards/protonic-imx6/board.c | 17 ++++++++++-------
> 1 file changed, 10 insertions(+), 7 deletions(-)
>
> diff --git a/arch/arm/boards/protonic-imx6/board.c b/arch/arm/boards/protonic-imx6/board.c
> index 9292052d30..4bfae3d608 100644
> --- a/arch/arm/boards/protonic-imx6/board.c
> +++ b/arch/arm/boards/protonic-imx6/board.c
> @@ -13,6 +13,7 @@
> #include <globalvar.h>
> #include <gpio.h>
> #include <i2c/i2c.h>
> +#include <input/input.h>
> #include <mach/imx/bbu.h>
> #include <mach/imx/imx6.h>
> #include <mach/imx/ocotp-fusemap.h>
> @@ -740,19 +741,21 @@ static int prt_imx6_init_kvg_yaco(struct prt_imx6_priv *priv)
> return prt_imx6_init_kvg_power(priv, PW_MODE_KVG_WITH_YACO);
> }
>
> -#define GPIO_KEY_F6 (0xe0 + 5)
> -#define GPIO_KEY_CYCLE (0xe0 + 2)
> -
> static int prt_imx6_init_prtvt7(struct prt_imx6_priv *priv)
> {
> - /* This function relies heavely on the gpio-pca9539 driver */
> + unsigned long *keys;
>
> - gpio_direction_input(GPIO_KEY_F6);
> - gpio_direction_input(GPIO_KEY_CYCLE);
I added a
of_devices_ensure_probed_by_compatible("gpio-keys");
here to be sure you don't depend on probe order.
Sascha
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
next prev parent reply other threads:[~2025-04-01 5:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-31 15:05 Robin van der Gracht
2025-04-01 5:52 ` Sascha Hauer
2025-04-01 5:58 ` Sascha Hauer [this message]
2025-04-01 6:27 ` Robin van der Gracht
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=Z-uAeJBk49WRASr9@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=robin@protonic.nl \
/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