All of lore.kernel.org
 help / color / mirror / Atom feed
From: Samuel Dionne-Riel <samuel@dionne-riel.com>
To: u-boot@lists.denx.de
Cc: Samuel Dionne-Riel <samuel@dionne-riel.com>,
	Samuel Holland <samuel@sholland.org>
Subject: [PATCH 4/4] pinephone_defconfig: Add gpio vibrator support
Date: Wed, 22 Dec 2021 17:36:07 -0500	[thread overview]
Message-ID: <20211222223607.3734687-5-samuel@dionne-riel.com> (raw)
In-Reply-To: <20211222223607.3734687-1-samuel@dionne-riel.com>

Signed-off-by: Samuel Dionne-Riel <samuel@dionne-riel.com>
Cc: Samuel Holland <samuel@sholland.org>
---
 configs/pinephone_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configs/pinephone_defconfig b/configs/pinephone_defconfig
index 9d39204a43..72aaa4ea94 100644
--- a/configs/pinephone_defconfig
+++ b/configs/pinephone_defconfig
@@ -16,3 +16,5 @@ CONFIG_LED_STATUS_GPIO=y
 CONFIG_LED_STATUS0=y
 CONFIG_LED_STATUS_BIT=114
 CONFIG_LED_STATUS_STATE=2
+CONFIG_VIBRATOR=y
+CONFIG_VIBRATOR_GPIO=y
-- 
2.34.0


      parent reply	other threads:[~2021-12-22 22:37 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-22 22:36 [PATCH 0/4] Add vibration motor support to U-Boot Samuel Dionne-Riel
2021-12-22 22:36 ` [PATCH 1/4] drivers: Introduce vibrator uclass Samuel Dionne-Riel
2021-12-28  8:34   ` Simon Glass
2022-01-28 22:39   ` Tom Rini
2021-12-22 22:36 ` [PATCH 2/4] vibrator: Add vibrator_gpio driver Samuel Dionne-Riel
2021-12-28  8:34   ` Simon Glass
2021-12-22 22:36 ` [PATCH 3/4] cmd: Add vibrator command Samuel Dionne-Riel
2021-12-28  8:34   ` Simon Glass
2021-12-22 22:36 ` Samuel Dionne-Riel [this message]

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=20211222223607.3734687-5-samuel@dionne-riel.com \
    --to=samuel@dionne-riel.com \
    --cc=samuel@sholland.org \
    --cc=u-boot@lists.denx.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.