[PATCH v1 1/1] input: button_kbd: make driver complementary to gpio buttons
Simon Glass
sjg at chromium.org
Tue Feb 21 20:35:44 CET 2023
On Mon, 20 Feb 2023 at 10:41, Svyatoslav Ryhel <clamor95 at gmail.com> wrote:
>
> Remove need of dts binding for button keyboard since it reuses
> gpio-keys binding. Select gpio-keys driver if button keyboard
> is selected since button keyboard can not operate on its own.
>
> Tested-by: Svyatoslav Ryhel <clamor95 at gmail.com> # HTC One X T30
> Signed-off-by: Svyatoslav Ryhel <clamor95 at gmail.com>
> ---
> drivers/input/Kconfig | 2 +-
> drivers/input/button_kbd.c | 10 ++++------
> 2 files changed, 5 insertions(+), 7 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list