All of lore.kernel.org
 help / color / mirror / Atom feed
From: peter.vasil@gmail.com
To: linux-omap@vger.kernel.org
Cc: peter.vasil@gmail.com
Subject: [PATCH 6/6] mfd: retu: Add support for LEDPWM and Vcore regulator MFD cells
Date: Fri, 24 Dec 2021 22:56:35 +0100	[thread overview]
Message-ID: <20211224215635.1585808-6-peter.vasil@gmail.com> (raw)
In-Reply-To: <20211224215635.1585808-3-peter.vasil@gmail.com>

From: Peter Vasil <peter.vasil@gmail.com>

Add MFD cells for new Tahvo ASIC LEDPWM and Vcore regulator drivers.
---
 drivers/mfd/retu-mfd.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/drivers/mfd/retu-mfd.c b/drivers/mfd/retu-mfd.c
index c748fd29a220..3a4f3c64ae72 100644
--- a/drivers/mfd/retu-mfd.c
+++ b/drivers/mfd/retu-mfd.c
@@ -99,6 +99,14 @@ static const struct mfd_cell tahvo_devs[] = {
 		.resources	= tahvo_usb_res,
 		.num_resources	= ARRAY_SIZE(tahvo_usb_res),
 	},
+	{
+		.name		= "tahvo-ledpwm",
+		.of_compatible	= "nokia,tahvo-ledpwm"
+	},
+	{
+		.name		= "tahvo-vcore-regulator",
+		.of_compatible	= "nokia,tahvo-vcore-regulator"
+	},
 };
 
 static struct regmap_irq tahvo_irqs[] = {
-- 
2.25.1


      parent reply	other threads:[~2021-12-24 21:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-24 21:56 [PATCH 3/6] ARM: dts: omap2420-n810: Add Tahvo/Betty LEDPWM and Vcore bindings peter.vasil
2021-12-24 21:56 ` [PATCH 4/6] leds: tahvo: Driver for Tahvo/Betty ASIC LEDPWM output peter.vasil
2022-02-03  7:13   ` Tony Lindgren
2021-12-24 21:56 ` [PATCH 5/6] regulator: tahvo-vcore: Add basic Tahvo/Betty ASIC Vcore output support peter.vasil
2021-12-24 21:56 ` peter.vasil [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=20211224215635.1585808-6-peter.vasil@gmail.com \
    --to=peter.vasil@gmail.com \
    --cc=linux-omap@vger.kernel.org \
    /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.